projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab63c68
)
iwlwifi: remove uncorrect comments
author
Wey-Yi Guy
<wey-yi.w.guy@intel.com>
Mon, 20 Sep 2010 16:12:32 +0000
(09:12 -0700)
committer
Wey-Yi Guy
<wey-yi.w.guy@intel.com>
Wed, 6 Oct 2010 15:11:41 +0000
(08:11 -0700)
some structure belong to _agn devices, not just 5000. Fix it.
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
drivers/net/wireless/iwlwifi/iwl-commands.h
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/iwlwifi/iwl-commands.h
b/drivers/net/wireless/iwlwifi/iwl-commands.h
index 16dda2dce6155d0346beb7a97c2af020ba0868eb..953e536fe072c4d4d450f53eff18b89a8c841a4d 100644
(file)
--- a/
drivers/net/wireless/iwlwifi/iwl-commands.h
+++ b/
drivers/net/wireless/iwlwifi/iwl-commands.h
@@
-1042,7
+1042,7
@@
struct iwl4965_keyinfo {
u8 key[16]; /* 16-byte unicast decryption key */
} __packed;
-/*
5000
*/
+/*
agn
*/
struct iwl_keyinfo {
__le16 key_flags;
u8 tkip_rx_tsc_byte2; /* TSC[2] for key mix ph1 detection */
@@
-1168,7
+1168,7
@@
struct iwl4965_addsta_cmd {
__le16 reserved2;
} __packed;
-/*
5000
*/
+/*
agn
*/
struct iwl_addsta_cmd {
u8 mode; /* 1: modify existing, 0: add new station */
u8 reserved[3];