diff options
author | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2010-09-20 18:12:32 +0200 |
---|---|---|
committer | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2010-10-06 17:11:41 +0200 |
commit | a8029bb79ec6de4acab5a6d3b931990152e8d5c1 (patch) | |
tree | adeb84129b6348a7c6e1c2f9957e090cbf8fe012 | |
parent | iwlagn: rename iwl5000_tx_power_dbm_cmd (diff) | |
download | linux-a8029bb79ec6de4acab5a6d3b931990152e8d5c1.tar.xz linux-a8029bb79ec6de4acab5a6d3b931990152e8d5c1.zip |
iwlwifi: remove uncorrect comments
some structure belong to _agn devices, not just 5000. Fix it.
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-commands.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-commands.h b/drivers/net/wireless/iwlwifi/iwl-commands.h index 16dda2dce615..953e536fe072 100644 --- 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]; |