From: Daniel C Halperin Date: Fri, 28 Aug 2009 16:44:45 +0000 (-0700) Subject: iwlwifi: remove 60 Mbps from sband bitrates table X-Git-Tag: v2.6.32-rc1~703^2~128^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5027309b5581e9c251a46f0ecbf88996d5e0f1e0;p=pandora-kernel.git 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 Signed-off-by: Reinette Chatre Signed-off-by: John W. Linville --- Reading git-diff-tree failed