提交 387a1f04 编写于 作者: D David Woodhouse 提交者: David S. Miller

libertas: whitespace cleanup in host.h

Signed-off-by: NDavid Woodhouse <dwmw2@infradead.org>
Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
上级 202f3f3a
...@@ -57,9 +57,7 @@ ...@@ -57,9 +57,7 @@
#define CMD_802_11_RF_TX_POWER 0x001e #define CMD_802_11_RF_TX_POWER 0x001e
#define CMD_802_11_RSSI 0x001f #define CMD_802_11_RSSI 0x001f
#define CMD_802_11_RF_ANTENNA 0x0020 #define CMD_802_11_RF_ANTENNA 0x0020
#define CMD_802_11_PS_MODE 0x0021 #define CMD_802_11_PS_MODE 0x0021
#define CMD_802_11_DATA_RATE 0x0022 #define CMD_802_11_DATA_RATE 0x0022
#define CMD_RF_REG_MAP 0x0023 #define CMD_RF_REG_MAP 0x0023
#define CMD_802_11_DEAUTHENTICATE 0x0024 #define CMD_802_11_DEAUTHENTICATE 0x0024
...@@ -68,55 +66,34 @@ ...@@ -68,55 +66,34 @@
#define CMD_MAC_CONTROL 0x0028 #define CMD_MAC_CONTROL 0x0028
#define CMD_802_11_AD_HOC_START 0x002b #define CMD_802_11_AD_HOC_START 0x002b
#define CMD_802_11_AD_HOC_JOIN 0x002c #define CMD_802_11_AD_HOC_JOIN 0x002c
#define CMD_802_11_QUERY_TKIP_REPLY_CNTRS 0x002e #define CMD_802_11_QUERY_TKIP_REPLY_CNTRS 0x002e
#define CMD_802_11_ENABLE_RSN 0x002f #define CMD_802_11_ENABLE_RSN 0x002f
#define CMD_802_11_PAIRWISE_TSC 0x0036 #define CMD_802_11_PAIRWISE_TSC 0x0036
#define CMD_802_11_GROUP_TSC 0x0037 #define CMD_802_11_GROUP_TSC 0x0037
#define CMD_802_11_KEY_MATERIAL 0x005e
#define CMD_802_11_SET_AFC 0x003c #define CMD_802_11_SET_AFC 0x003c
#define CMD_802_11_GET_AFC 0x003d #define CMD_802_11_GET_AFC 0x003d
#define CMD_802_11_AD_HOC_STOP 0x0040 #define CMD_802_11_AD_HOC_STOP 0x0040
#define CMD_802_11_BEACON_STOP 0x0049 #define CMD_802_11_BEACON_STOP 0x0049
#define CMD_802_11_MAC_ADDRESS 0x004d
#define CMD_802_11_MAC_ADDRESS 0x004D #define CMD_802_11_LED_GPIO_CTRL 0x004e
#define CMD_802_11_EEPROM_ACCESS 0x0059 #define CMD_802_11_EEPROM_ACCESS 0x0059
#define CMD_802_11_BAND_CONFIG 0x0058 #define CMD_802_11_BAND_CONFIG 0x0058
#define CMD_802_11D_DOMAIN_INFO 0x005b #define CMD_802_11D_DOMAIN_INFO 0x005b
#define CMD_802_11_KEY_MATERIAL 0x005e
#define CMD_802_11_SLEEP_PARAMS 0x0066 #define CMD_802_11_SLEEP_PARAMS 0x0066
#define CMD_802_11_INACTIVITY_TIMEOUT 0x0067 #define CMD_802_11_INACTIVITY_TIMEOUT 0x0067
#define CMD_802_11_TPC_CFG 0x0072 #define CMD_802_11_TPC_CFG 0x0072
#define CMD_802_11_PWR_CFG 0x0073 #define CMD_802_11_PWR_CFG 0x0073
#define CMD_802_11_LED_GPIO_CTRL 0x004e
#define CMD_802_11_SUBSCRIBE_EVENT 0x0075 #define CMD_802_11_SUBSCRIBE_EVENT 0x0075
#define CMD_802_11_RATE_ADAPT_RATESET 0x0076 #define CMD_802_11_RATE_ADAPT_RATESET 0x0076
#define CMD_802_11_TX_RATE_QUERY 0x007f #define CMD_802_11_TX_RATE_QUERY 0x007f
#define CMD_GET_TSF 0x0080 #define CMD_GET_TSF 0x0080
#define CMD_BT_ACCESS 0x0087 #define CMD_BT_ACCESS 0x0087
#define CMD_FWT_ACCESS 0x0095 #define CMD_FWT_ACCESS 0x0095
#define CMD_802_11_MONITOR_MODE 0x0098 #define CMD_802_11_MONITOR_MODE 0x0098
#define CMD_MESH_ACCESS 0x009b #define CMD_MESH_ACCESS 0x009b
#define CMD_MESH_CONFIG 0x00a3 #define CMD_MESH_CONFIG 0x00a3
#define CMD_SET_BOOT2_VER 0x00a5 #define CMD_SET_BOOT2_VER 0x00a5
#define CMD_802_11_BEACON_CTRL 0x00b0 #define CMD_802_11_BEACON_CTRL 0x00b0
/* For the IEEE Power Save */ /* For the IEEE Power Save */
...@@ -129,12 +106,11 @@ ...@@ -129,12 +106,11 @@
#define CMD_ENABLE_RSN 0x0001 #define CMD_ENABLE_RSN 0x0001
#define CMD_DISABLE_RSN 0x0000 #define CMD_DISABLE_RSN 0x0000
#define CMD_ACT_SET 0x0001
#define CMD_ACT_GET 0x0000 #define CMD_ACT_GET 0x0000
#define CMD_ACT_SET 0x0001
#define CMD_ACT_GET_AES (CMD_ACT_GET + 2) #define CMD_ACT_GET_AES 0x0002
#define CMD_ACT_SET_AES (CMD_ACT_SET + 2) #define CMD_ACT_SET_AES 0x0003
#define CMD_ACT_REMOVE_AES (CMD_ACT_SET + 3) #define CMD_ACT_REMOVE_AES 0x0004
/* Define action or option for CMD_802_11_SET_WEP */ /* Define action or option for CMD_802_11_SET_WEP */
#define CMD_ACT_ADD 0x0002 #define CMD_ACT_ADD 0x0002
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册