diff options
author | Zhu Yi <yi.zhu@intel.com> | 2009-06-25 06:28:32 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-07-10 15:02:25 -0400 |
commit | 19a42803f310ff60ce5a6c02992762068a01394a (patch) | |
tree | 0c38fda0819318dd1a72231a27b581f632e031a3 /drivers/net/wireless/iwmc3200wifi/iwm.h | |
parent | fd2c7fe0b4dedc34ea0a2a72e00648bd2b8c7c3a (diff) |
iwmc3200wifi: remove B0 hardware support
The patch removes B0 hardware support. Nobody is using it anyway.
Signed-off-by: Zhu Yi <yi.zhu@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwmc3200wifi/iwm.h')
-rw-r--r-- | drivers/net/wireless/iwmc3200wifi/iwm.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/net/wireless/iwmc3200wifi/iwm.h b/drivers/net/wireless/iwmc3200wifi/iwm.h index 1bad78f81350..79d9d89d47ae 100644 --- a/drivers/net/wireless/iwmc3200wifi/iwm.h +++ b/drivers/net/wireless/iwmc3200wifi/iwm.h | |||
@@ -52,8 +52,6 @@ | |||
52 | #define IWM_COPYRIGHT "Copyright(c) 2009 Intel Corporation" | 52 | #define IWM_COPYRIGHT "Copyright(c) 2009 Intel Corporation" |
53 | #define IWM_AUTHOR "<ilw@linux.intel.com>" | 53 | #define IWM_AUTHOR "<ilw@linux.intel.com>" |
54 | 54 | ||
55 | #define CONFIG_IWM_B0_HW_SUPPORT 1 | ||
56 | |||
57 | #define IWM_SRC_LMAC UMAC_HDI_IN_SOURCE_FHRX | 55 | #define IWM_SRC_LMAC UMAC_HDI_IN_SOURCE_FHRX |
58 | #define IWM_SRC_UDMA UMAC_HDI_IN_SOURCE_UDMA | 56 | #define IWM_SRC_UDMA UMAC_HDI_IN_SOURCE_UDMA |
59 | #define IWM_SRC_UMAC UMAC_HDI_IN_SOURCE_FW | 57 | #define IWM_SRC_UMAC UMAC_HDI_IN_SOURCE_FW |
@@ -86,9 +84,6 @@ struct iwm_conf { | |||
86 | u8 ibss_channel; | 84 | u8 ibss_channel; |
87 | 85 | ||
88 | u8 mac_addr[ETH_ALEN]; | 86 | u8 mac_addr[ETH_ALEN]; |
89 | #ifdef CONFIG_IWM_B0_HW_SUPPORT | ||
90 | bool hw_b0; | ||
91 | #endif | ||
92 | }; | 87 | }; |
93 | 88 | ||
94 | enum { | 89 | enum { |