diff options
Diffstat (limited to 'net/mac80211')
-rw-r--r-- | net/mac80211/driver-ops.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/mac80211/driver-ops.h b/net/mac80211/driver-ops.h index 40c6e9a89864..6c31f38ac7f5 100644 --- a/net/mac80211/driver-ops.h +++ b/net/mac80211/driver-ops.h | |||
@@ -144,8 +144,6 @@ static inline void drv_update_tkip_key(struct ieee80211_local *local, | |||
144 | { | 144 | { |
145 | struct ieee80211_sta *ista = NULL; | 145 | struct ieee80211_sta *ista = NULL; |
146 | 146 | ||
147 | might_sleep(); | ||
148 | |||
149 | if (sta) | 147 | if (sta) |
150 | ista = &sta->sta; | 148 | ista = &sta->sta; |
151 | 149 | ||