diff options
author | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2010-05-14 16:21:55 -0700 |
---|---|---|
committer | Reinette Chatre <reinette.chatre@intel.com> | 2010-06-05 23:17:10 -0700 |
commit | fc66be2a808724d61134e420ef9d7082653c72eb (patch) | |
tree | fe38ffbe39d1d28ba4650ea9f267cf9a58b1e07a | |
parent | 3779db10f6f7de0455dd898a877a0336068f82ed (diff) | |
download | talos-op-linux-fc66be2a808724d61134e420ef9d7082653c72eb.tar.gz talos-op-linux-fc66be2a808724d61134e420ef9d7082653c72eb.zip |
iwlwifi: remove inaccurate comment
REPLY_REMOVE_STA command is used
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-commands.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-commands.h b/drivers/net/wireless/iwlwifi/iwl-commands.h index 4790571207b5..d5938e43c5dc 100644 --- a/drivers/net/wireless/iwlwifi/iwl-commands.h +++ b/drivers/net/wireless/iwlwifi/iwl-commands.h @@ -95,7 +95,7 @@ enum { /* Multi-Station support */ REPLY_ADD_STA = 0x18, - REPLY_REMOVE_STA = 0x19, /* not used */ + REPLY_REMOVE_STA = 0x19, REPLY_REMOVE_ALL_STA = 0x1a, /* not used */ /* Security */ |