diff options
author | John W. Linville <linville@tuxdriver.com> | 2010-05-24 13:36:37 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-05-24 14:59:27 -0400 |
commit | 3dc3fc52ea1537f5f37ab301d2b1468a0e79988f (patch) | |
tree | 1d958b8f26d09c26ff4e3b05c4126e75c8f799da /include | |
parent | 617f3d0d71e2eae4d8d475cefe9363b140e52083 (diff) |
Revert "ath9k: Group Key fix for VAPs"
This reverts commit 03ceedea972a82d343fa5c2528b3952fa9e615d5.
This patch was reported to cause a regression in which connectivity is
lost and cannot be reestablished after a suspend/resume cycle.
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/net/mac80211.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h index 5be900d19660..e24b0363e6cb 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h | |||
@@ -831,7 +831,6 @@ struct ieee80211_key_conf { | |||
831 | u8 iv_len; | 831 | u8 iv_len; |
832 | u8 hw_key_idx; | 832 | u8 hw_key_idx; |
833 | u8 flags; | 833 | u8 flags; |
834 | u8 *ap_addr; | ||
835 | s8 keyidx; | 834 | s8 keyidx; |
836 | u8 keylen; | 835 | u8 keylen; |
837 | u8 key[0]; | 836 | u8 key[0]; |