Skip to content

Commit

Permalink
mwifiex: remove unused macros in fw.h
Browse files Browse the repository at this point in the history
These definitions are no longer used after previous cleanups.

Signed-off-by: Marc Yang <yangyang@marvell.com>
Signed-off-by: Bing Zhao <bzhao@marvell.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Marc Yang authored and John W. Linville committed Apr 4, 2011
1 parent fd2e401 commit 4f3f1ee
Showing 1 changed file with 0 additions and 42 deletions.
42 changes: 0 additions & 42 deletions drivers/net/wireless/mwifiex/fw.h
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@ enum KEY_INFO_WAPI {

#define FIRMWARE_READY 0xfedc

#define FIRMWARE_TRANSFER_NBLOCK 2

enum MWIFIEX_802_11_PRIVACY_FILTER {
MWIFIEX_802_11_PRIV_FILTER_ACCEPT_ALL,
MWIFIEX_802_11_PRIV_FILTER_8021X_WEP
Expand All @@ -125,50 +123,22 @@ enum MWIFIEX_802_11_WEP_STATUS {
#define TLV_TYPE_KEY_MATERIAL (PROPRIETARY_TLV_BASE_ID + 0)
#define TLV_TYPE_CHANLIST (PROPRIETARY_TLV_BASE_ID + 1)
#define TLV_TYPE_NUMPROBES (PROPRIETARY_TLV_BASE_ID + 2)
#define TLV_TYPE_RSSI_LOW (PROPRIETARY_TLV_BASE_ID + 4)
#define TLV_TYPE_SNR_LOW (PROPRIETARY_TLV_BASE_ID + 5)
#define TLV_TYPE_FAILCOUNT (PROPRIETARY_TLV_BASE_ID + 6)
#define TLV_TYPE_BCNMISS (PROPRIETARY_TLV_BASE_ID + 7)
#define TLV_TYPE_LEDBEHAVIOR (PROPRIETARY_TLV_BASE_ID + 9)
#define TLV_TYPE_PASSTHROUGH (PROPRIETARY_TLV_BASE_ID + 10)
#define TLV_TYPE_POWER_TBL_2_4GHZ (PROPRIETARY_TLV_BASE_ID + 12)
#define TLV_TYPE_POWER_TBL_5GHZ (PROPRIETARY_TLV_BASE_ID + 13)
#define TLV_TYPE_WMMQSTATUS (PROPRIETARY_TLV_BASE_ID + 16)
#define TLV_TYPE_WILDCARDSSID (PROPRIETARY_TLV_BASE_ID + 18)
#define TLV_TYPE_TSFTIMESTAMP (PROPRIETARY_TLV_BASE_ID + 19)
#define TLV_TYPE_RSSI_HIGH (PROPRIETARY_TLV_BASE_ID + 22)
#define TLV_TYPE_SNR_HIGH (PROPRIETARY_TLV_BASE_ID + 23)

#define TLV_TYPE_STARTBGSCANLATER (PROPRIETARY_TLV_BASE_ID + 30)
#define TLV_TYPE_AUTH_TYPE (PROPRIETARY_TLV_BASE_ID + 31)
#define TLV_TYPE_LINK_QUALITY (PROPRIETARY_TLV_BASE_ID + 36)
#define TLV_TYPE_RSSI_LOW_DATA (PROPRIETARY_TLV_BASE_ID + 38)
#define TLV_TYPE_SNR_LOW_DATA (PROPRIETARY_TLV_BASE_ID + 39)
#define TLV_TYPE_RSSI_HIGH_DATA (PROPRIETARY_TLV_BASE_ID + 40)
#define TLV_TYPE_SNR_HIGH_DATA (PROPRIETARY_TLV_BASE_ID + 41)

#define TLV_TYPE_CHANNELBANDLIST (PROPRIETARY_TLV_BASE_ID + 42)
#define TLV_TYPE_WAPI_IE (PROPRIETARY_TLV_BASE_ID + 94)
#define TLV_TYPE_BSSID (PROPRIETARY_TLV_BASE_ID + 35)

#define MWIFIEX_TX_DATA_BUF_SIZE_2K 2048

#define TLV_TYPE_HT_CAP (PROPRIETARY_TLV_BASE_ID + 74)
#define TLV_TYPE_HT_INFO (PROPRIETARY_TLV_BASE_ID + 75)
#define TLV_SECONDARY_CHANNEL_OFFSET (PROPRIETARY_TLV_BASE_ID + 76)
#define TLV_TYPE_2040BSS_COEXISTENCE (PROPRIETARY_TLV_BASE_ID + 77)
#define TLV_TYPE_OVERLAP_BSS_SCAN_PARAM (PROPRIETARY_TLV_BASE_ID + 78)
#define TLV_TYPE_EXTCAP (PROPRIETARY_TLV_BASE_ID + 79)
#define TLV_TYPE_HT_OPERATIONAL_MCS_SET (PROPRIETARY_TLV_BASE_ID + 80)

#define ADDBA_TID_MASK (BIT(2) | BIT(3) | BIT(4) | BIT(5))
#define DELBA_TID_MASK (BIT(12) | BIT(13) | BIT(14) | BIT(15))
#define SSN_MASK 0xfff0

#define BA_RESULT_SUCCESS 0x0
#define BA_RESULT_FAILURE 0x1
#define BA_RESULT_TIMEOUT 0x2
#define BA_RESULT_DATA_INVALID 0x3

#define IS_BASTREAM_SETUP(ptr) (ptr->ba_status)

Expand Down Expand Up @@ -214,7 +184,6 @@ enum MWIFIEX_802_11_WEP_STATUS {

#define LLC_SNAP_LEN 8

#define TLV_TYPE_RATE_DROP_PATTERN (PROPRIETARY_TLV_BASE_ID + 81)
#define TLV_TYPE_RATE_DROP_CONTROL (PROPRIETARY_TLV_BASE_ID + 82)
#define TLV_TYPE_RATE_SCOPE (PROPRIETARY_TLV_BASE_ID + 83)

Expand Down Expand Up @@ -282,27 +251,16 @@ enum ENH_PS_MODES {
#define HostCmd_RET_BIT 0x8000
#define HostCmd_ACT_GEN_GET 0x0000
#define HostCmd_ACT_GEN_SET 0x0001
#define HostCmd_ACT_GEN_REMOVE 0x0004
#define HostCmd_ACT_SET_BOTH 0x0003
#define HostCmd_ACT_GET_BOTH 0x000c
#define HostCmd_RESULT_OK 0x0000
#define HostCmd_RESULT_ERROR 0x0001
#define HostCmd_RESULT_NOT_SUPPORT 0x0002
#define HostCmd_RESULT_PENDING 0x0003
#define HostCmd_RESULT_BUSY 0x0004
#define HostCmd_RESULT_PARTIAL_DATA 0x0005

#define HostCmd_ACT_MAC_RX_ON 0x0001
#define HostCmd_ACT_MAC_TX_ON 0x0002
#define HostCmd_ACT_MAC_WEP_ENABLE 0x0008
#define HostCmd_ACT_MAC_ETHERNETII_ENABLE 0x0010
#define HostCmd_ACT_MAC_PROMISCUOUS_ENABLE 0x0080
#define HostCmd_ACT_MAC_ALL_MULTICAST_ENABLE 0x0100
#define HostCmd_ACT_MAC_RTS_CTS_ENABLE 0x0200
#define HostCmd_ACT_MAC_STRICT_PROTECTION_ENABLE 0x0400
#define HostCmd_ACT_MAC_ADHOC_G_PROTECTION_ON 0x2000

#define HostCmd_BSS_MODE_BSS 0x0001
#define HostCmd_BSS_MODE_IBSS 0x0002
#define HostCmd_BSS_MODE_ANY 0x0003

Expand Down

0 comments on commit 4f3f1ee

Please sign in to comment.