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>
Showing
- net/mac80211/ibss.c 1 addition, 1 deletionnet/mac80211/ibss.c
- net/mac80211/ieee80211_i.h 6 additions, 1 deletionnet/mac80211/ieee80211_i.h
- net/mac80211/iface.c 2 additions, 2 deletionsnet/mac80211/iface.c
- net/mac80211/main.c 1 addition, 1 deletionnet/mac80211/main.c
- net/mac80211/mesh.c 1 addition, 1 deletionnet/mac80211/mesh.c
- net/mac80211/mlme.c 4 additions, 4 deletionsnet/mac80211/mlme.c
- net/mac80211/rx.c 3 additions, 3 deletionsnet/mac80211/rx.c
- net/mac80211/scan.c 10 additions, 13 deletionsnet/mac80211/scan.c
- net/mac80211/tx.c 3 additions, 3 deletionsnet/mac80211/tx.c
Loading
Please register or sign in to comment