Browse Source

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>
Wey-Yi Guy 15 years ago
parent
commit
fc66be2a80
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/net/wireless/iwlwifi/iwl-commands.h

+ 1 - 1
drivers/net/wireless/iwlwifi/iwl-commands.h

@@ -95,7 +95,7 @@ enum {
 
 
 	/* Multi-Station support */
 	/* Multi-Station support */
 	REPLY_ADD_STA = 0x18,
 	REPLY_ADD_STA = 0x18,
-	REPLY_REMOVE_STA = 0x19,	/* not used */
+	REPLY_REMOVE_STA = 0x19,
 	REPLY_REMOVE_ALL_STA = 0x1a,	/* not used */
 	REPLY_REMOVE_ALL_STA = 0x1a,	/* not used */
 
 
 	/* Security */
 	/* Security */