Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 184082
b: refs/heads/master
c: 733da37
h: refs/heads/master
v: v3
  • Loading branch information
Ming Lei authored and John W. Linville committed Feb 8, 2010
1 parent 4225c8e commit b716e9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 29165e4c8b265a415f1fd1dca947b5d4c72abc47
refs/heads/master: 733da37dab72de6b3f8b0c56b5cdea322f18a684
1 change: 1 addition & 0 deletions trunk/drivers/net/wireless/ath/ath9k/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -809,6 +809,7 @@ static void ath_key_delete(struct ath_common *common, struct ieee80211_key_conf

clear_bit(key->hw_key_idx + 64, common->keymap);
if (common->splitmic) {
ath9k_hw_keyreset(ah, key->hw_key_idx + 32);
clear_bit(key->hw_key_idx + 32, common->keymap);
clear_bit(key->hw_key_idx + 64 + 32, common->keymap);
}
Expand Down

0 comments on commit b716e9d

Please sign in to comment.