Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 183905
b: refs/heads/master
c: eb807fb
h: refs/heads/master
i:
  183903: c864ec1
v: v3
  • Loading branch information
Kalle Valo authored and John W. Linville committed Jan 25, 2010
1 parent e9bcd22 commit b4bbc75
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 96869a39399269a776a94812e9fff3d38b47d838
refs/heads/master: eb807fb23878bc319e029ed8ce3d835d239723a5
2 changes: 1 addition & 1 deletion trunk/include/net/mac80211.h
Original file line number Diff line number Diff line change
Expand Up @@ -1489,7 +1489,7 @@ enum ieee80211_ampdu_mlme_action {
* @update_tkip_key: See the section "Hardware crypto acceleration"
* This callback will be called in the context of Rx. Called for drivers
* which set IEEE80211_KEY_FLAG_TKIP_REQ_RX_P1_KEY.
* The callback can sleep.
* The callback must be atomic.
*
* @hw_scan: Ask the hardware to service the scan request, no need to start
* the scan state machine in stack. The scan must honour the channel
Expand Down
2 changes: 0 additions & 2 deletions trunk/net/mac80211/driver-ops.h
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,6 @@ static inline void drv_update_tkip_key(struct ieee80211_local *local,
{
struct ieee80211_sta *ista = NULL;

might_sleep();

if (sta)
ista = &sta->sta;

Expand Down

0 comments on commit b4bbc75

Please sign in to comment.