mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 01:31:44 +00:00
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>
This commit is contained in:
parent
3779db10f6
commit
fc66be2a80
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user