iwlwifi: remove unused HT configuration entry tx_chan_width

The tx_chan_width entry is never used, supported_chan_width is used instead.

Signed-off-by: Daniel C Halperin <daniel.c.halperin@intel.com>
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
Daniel C Halperin
2009-08-13 13:30:51 -07:00
committed by John W. Linville
parent e6a6cf4c42
commit be2527654f
2 changed files with 0 additions and 2 deletions

View File

@ -515,7 +515,6 @@ struct iwl_ht_info {
struct ieee80211_mcs_info mcs;
/* BSS related data */
u8 extension_chan_offset;
u8 tx_chan_width;
u8 ht_protection;
u8 non_GF_STA_present;
};