iwlwifi: remove inaccurate comment
authorWey-Yi Guy <wey-yi.w.guy@intel.com>
Fri, 14 May 2010 23:21:55 +0000 (16:21 -0700)
committerReinette Chatre <reinette.chatre@intel.com>
Sun, 6 Jun 2010 06:17:10 +0000 (23:17 -0700)
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>
drivers/net/wireless/iwlwifi/iwl-commands.h

index 4790571207b51ea7f3de78e1ecb4c687f709b3ac..d5938e43c5dca6df84e729c3d69b5d41d4813fc2 100644 (file)
@@ -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 */
This page took 0.029649 seconds and 5 git commands to generate.