commit | 8b393f1dc76acbe65a97a4e51f8144f4a65fa1c9 | [log] [tgz] |
---|---|---|
author | Michael Wu <flamingice@sourmilk.net> | Wed Nov 28 01:57:08 2007 -0500 |
committer | John W. Linville <linville@tuxdriver.com> | Thu Nov 29 18:08:47 2007 -0500 |
tree | ff1466c1fe5ebd700cc06bde1512900ffcbf5be7 | |
parent | 01e1f045e65b683fe7203b1e16a915bbb94c15fe [diff] |
mac80211: Fix behavior of ieee80211_open and ieee80211_close This patch fixes: - Incorrect calls to ieee80211_hw_config when the radiotap flag is set. - Failure to actually unset the radiotap flag when all monitors are down. - Failure to call ieee80211_hw_config after successful interface start. Signed-off-by: Michael Wu <flamingice@sourmilk.net> Acked-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>