diff options
Diffstat (limited to 'net/mac80211')
-rw-r--r-- | net/mac80211/driver-ops.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/driver-ops.h b/net/mac80211/driver-ops.h index c6560cc7a9d6..698dc7e6f309 100644 --- a/net/mac80211/driver-ops.h +++ b/net/mac80211/driver-ops.h | |||
@@ -634,7 +634,7 @@ static inline void drv_reset_tsf(struct ieee80211_local *local, | |||
634 | 634 | ||
635 | static inline int drv_tx_last_beacon(struct ieee80211_local *local) | 635 | static inline int drv_tx_last_beacon(struct ieee80211_local *local) |
636 | { | 636 | { |
637 | int ret = 0; /* default unsuported op for less congestion */ | 637 | int ret = 0; /* default unsupported op for less congestion */ |
638 | 638 | ||
639 | might_sleep(); | 639 | might_sleep(); |
640 | 640 | ||