| commit | fbe9c429f195111bbf7f1630efa19aee295fd8e7 | [log] [tgz] |
|---|---|---|
| author | Helmut Schaa <helmut.schaa@googlemail.com> | Thu Jul 23 12:14:04 2009 +0200 |
| committer | John W. Linville <linville@tuxdriver.com> | Mon Jul 27 15:24:16 2009 -0400 |
| tree | 80556ac48bfa0e7d60db63e6c71b0bbf58143263 | |
| parent | 2fb3f028a9a46bd344329766257699b4acb36525 [diff] |
mac80211: Replace {sw, hw}_scanning variables with a bitfield
Use a bitfield to store the current scan mode instead of two boolean
variables {sw,hw}_scanning. This patch does not introduce functional
changes but allows us to enhance the scan flags later (for example
for background scanning).
Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>