aboutsummaryrefslogtreecommitdiffstats
path: root/package/madwifi/patches/475-2.6.39-compile.patch
blob: 5b8a7771872c501d2fe255591a4b007a03a9d62a (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/net80211/ieee80211_scan.c
+++ b/net80211/ieee80211_scan.c
@@ -97,7 +97,7 @@ struct scan_state {
 static void scan_restart_pwrsav(unsigned long);
 static void scan_next(unsigned long);
 
-spinlock_t channel_lock = SPIN_LOCK_UNLOCKED;
+DEFINE_SPINLOCK(channel_lock);
 static LIST_HEAD(channels_inuse);
 
 struct channel_inuse {