iwlwifi: remove 60 Mbps from sband bitrates table
commit5027309b5581e9c251a46f0ecbf88996d5e0f1e0
authorDaniel C Halperin <daniel.c.halperin@intel.com>
Fri, 28 Aug 2009 16:44:45 +0000 (28 09:44 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 31 Aug 2009 18:42:09 +0000 (31 14:42 -0400)
tree78b42b3f93e377381623701944ee439994078fa6
parent9e39f7c5b311a306977c5471f9e2ce4c456aa038
iwlwifi: remove 60 Mbps from sband bitrates table

ieee80211_supported_band is supposed to only contain legacy rates in the
bitrates table (HT rates go in the ieee80211_sta_ht_cap substruct).  Make
iwlwifi driver obey this restriction by removing the 60 Mbps rate. Also, clean
up a few pieces of other code that formerly relied on 60 Mbps being in
sband->bitrates.

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>
drivers/net/wireless/iwlwifi/iwl-agn-rs.c
drivers/net/wireless/iwlwifi/iwl-agn-rs.h
drivers/net/wireless/iwlwifi/iwl-core.c