diff options
| author | 2009-04-19 21:25:43 +0200 | |
|---|---|---|
| committer | 2009-04-22 16:57:17 -0400 | |
| commit | af8cdcd828ad751fae8e6cbfe94eef9f2f23b14b (patch) | |
| tree | 7a00a19c976abbeba16bd04ddc177b6332057c98 /net/mac80211/scan.c | |
| parent | cfg80211/nl80211: add IBSS API (diff) | |
| download | linux-rng-af8cdcd828ad751fae8e6cbfe94eef9f2f23b14b.tar.xz linux-rng-af8cdcd828ad751fae8e6cbfe94eef9f2f23b14b.zip | |
mac80211: convert to cfg80211 IBSS API
This converts mac80211 to the new cfg80211 IBSS API, the
wext handling functions are called where appropriate.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/scan.c')
| -rw-r--r-- | net/mac80211/scan.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/mac80211/scan.c b/net/mac80211/scan.c index 20df861c6c4c..f25b07feabf9 100644 --- a/net/mac80211/scan.c +++ b/net/mac80211/scan.c @@ -295,8 +295,6 @@ void ieee80211_scan_completed(struct ieee80211_hw *hw, bool aborted) cfg80211_scan_done(local->scan_req, aborted); local->scan_req = NULL; - local->last_scan_completed = jiffies; - if (local->hw_scanning) { local->hw_scanning = false; /* |
