diff options
author | Holger Schurig <hs4233@mail.mn-solutions.de> | 2008-03-12 12:06:09 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-03-25 16:41:45 -0400 |
commit | 56ca84c61b667e23cdc6e5179df57b9baa0eddc3 (patch) | |
tree | 38393fe19758d20c9aa067ba69f8b2a88f0ea5a1 /drivers/net/wireless/libertas/host.h | |
parent | d9e9778c2ac5bac02fc118e9a2954e4c70f88eb6 (diff) |
libertas: remove some unused commands
Neither CMD_802_11_PAIRWISE_TSC nor CMD_802_11_GROUP_TSC is used or
documented. It might have something to do with TKIP sequence counters,
but that's just an educated guess. Remove all occurences of them.
CMD_CODE_DNLD is also neither used nor documented.
Signed-off-by: Holger Schurig <hs4233@mail.mn-solutions.de>
Acked-by: Dan Williams <dcbw@redhat.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/libertas/host.h')
-rw-r--r-- | drivers/net/wireless/libertas/host.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/wireless/libertas/host.h b/drivers/net/wireless/libertas/host.h index 1aa04076b1ac..aae878b042c0 100644 --- a/drivers/net/wireless/libertas/host.h +++ b/drivers/net/wireless/libertas/host.h | |||
@@ -33,7 +33,6 @@ | |||
33 | #define CMD_RET_802_11_ASSOCIATE 0x8012 | 33 | #define CMD_RET_802_11_ASSOCIATE 0x8012 |
34 | 34 | ||
35 | /* Command codes */ | 35 | /* Command codes */ |
36 | #define CMD_CODE_DNLD 0x0002 | ||
37 | #define CMD_GET_HW_SPEC 0x0003 | 36 | #define CMD_GET_HW_SPEC 0x0003 |
38 | #define CMD_EEPROM_UPDATE 0x0004 | 37 | #define CMD_EEPROM_UPDATE 0x0004 |
39 | #define CMD_802_11_RESET 0x0005 | 38 | #define CMD_802_11_RESET 0x0005 |
@@ -68,8 +67,6 @@ | |||
68 | #define CMD_802_11_AD_HOC_JOIN 0x002c | 67 | #define CMD_802_11_AD_HOC_JOIN 0x002c |
69 | #define CMD_802_11_QUERY_TKIP_REPLY_CNTRS 0x002e | 68 | #define CMD_802_11_QUERY_TKIP_REPLY_CNTRS 0x002e |
70 | #define CMD_802_11_ENABLE_RSN 0x002f | 69 | #define CMD_802_11_ENABLE_RSN 0x002f |
71 | #define CMD_802_11_PAIRWISE_TSC 0x0036 | ||
72 | #define CMD_802_11_GROUP_TSC 0x0037 | ||
73 | #define CMD_802_11_SET_AFC 0x003c | 70 | #define CMD_802_11_SET_AFC 0x003c |
74 | #define CMD_802_11_GET_AFC 0x003d | 71 | #define CMD_802_11_GET_AFC 0x003d |
75 | #define CMD_802_11_AD_HOC_STOP 0x0040 | 72 | #define CMD_802_11_AD_HOC_STOP 0x0040 |