aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/staging/brcm80211/brcmsmac/mac80211_if.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/brcm80211/brcmsmac/mac80211_if.h b/drivers/staging/brcm80211/brcmsmac/mac80211_if.h
index 5711e7c16b50..40e3d375ea99 100644
--- a/drivers/staging/brcm80211/brcmsmac/mac80211_if.h
+++ b/drivers/staging/brcm80211/brcmsmac/mac80211_if.h
@@ -24,8 +24,6 @@
24#define BRCMS_SET_SHORTSLOT_OVERRIDE 146 24#define BRCMS_SET_SHORTSLOT_OVERRIDE 146
25 25
26 26
27#include <linux/interrupt.h>
28
29/* BMAC Note: High-only driver is no longer working in softirq context as it needs to block and 27/* BMAC Note: High-only driver is no longer working in softirq context as it needs to block and
30 * sleep so perimeter lock has to be a semaphore instead of spinlock. This requires timers to be 28 * sleep so perimeter lock has to be a semaphore instead of spinlock. This requires timers to be
31 * submitted to workqueue instead of being on kernel timer 29 * submitted to workqueue instead of being on kernel timer