16 Jan, 2010
1 commit
-
When ieee80211_offchannel_return is called, it needs to re-enabled TX
queues that have been stopped in ieee80211_offchannel_stop_beaconing or
ieee80211_offchannel_stop_station. It happens if we are doing a scan with an
IBSS interface. In this case, the interface stopped transmitting.Signed-off-by: Benoit Papillault
Signed-off-by: John W. Linville
07 Jan, 2010
1 commit
-
Conflicts:
net/mac80211/scan.c
net/mac80211/wme.c
29 Dec, 2009
2 commits
-
This implements the new remain-on-channel cfg80211
command in mac80211, extending the work interface.Also change the work purge code to be able to clean
up events properly (pretending they timed out.)Signed-off-by: Jouni Malinen
Signed-off-by: Johannes Berg
Signed-off-by: John W. Linville -
The off-channel operations for going into power save mode (station
mode) or stop beaconing (AP/IBSS) are not limited to scanning. Move
these into a separate file and allow them to be used for other
purposes, too.Signed-off-by: Jouni Malinen
Signed-off-by: Johannes Berg
Signed-off-by: John W. Linville