diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-07-28 11:40:38 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-07-28 11:40:38 +0000 |
commit | 53e5fdd4e4c2cf8b53702e559797185f2d009187 (patch) | |
tree | 94096c4dc8af0d9a8d8b498f88364d50abae6794 /package/mac80211/patches/800-mac80211_scan_callback_revert.patch | |
parent | 2122c93af5a8b5b8d2c4c2bdb6274fc1eaf42a62 (diff) |
ath9k: fix various calibration related bugs and clean up the code
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22408 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/patches/800-mac80211_scan_callback_revert.patch')
-rw-r--r-- | package/mac80211/patches/800-mac80211_scan_callback_revert.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/package/mac80211/patches/800-mac80211_scan_callback_revert.patch b/package/mac80211/patches/800-mac80211_scan_callback_revert.patch deleted file mode 100644 index 904dd3c03b..0000000000 --- a/package/mac80211/patches/800-mac80211_scan_callback_revert.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- a/net/mac80211/scan.c -+++ b/net/mac80211/scan.c -@@ -287,8 +287,6 @@ void ieee80211_scan_completed(struct iee - local->scanning = 0; - local->scan_channel = NULL; - -- drv_sw_scan_complete(local); -- - /* we only have to protect scan_req and hw/sw scan */ - mutex_unlock(&local->scan_mtx); - -@@ -298,6 +296,8 @@ void ieee80211_scan_completed(struct iee - - ieee80211_configure_filter(local); - -+ drv_sw_scan_complete(local); -+ - ieee80211_offchannel_return(local, true); - - done: |