linux/drivers/net/wireless/rtlwifi/rtl8192ce
Johannes Berg e1a0c6b3a4 mac80211: stop toggling IEEE80211_HT_CAP_SUP_WIDTH_20_40
For VHT, many more bandwidth changes are possible. As a first
step, stop toggling the IEEE80211_HT_CAP_SUP_WIDTH_20_40 flag
in the HT capabilities and instead introduce a bandwidth field
indicating the currently usable bandwidth to transmit to the
station. Of course, make all drivers use it.

To achieve this, make ieee80211_ht_cap_ie_to_sta_ht_cap() get
the station as an argument, rather than the new capabilities,
so it can set up the new bandwidth field.

If the station is a VHT station and VHT bandwidth is in use,
also set the bandwidth accordingly.

Doing this allows us to get rid of the supports_40mhz flag as
the HT capabilities now reflect the true capability instead of
the current setting.

While at it, also fix ieee80211_ht_cap_ie_to_sta_ht_cap() to not
ignore HT cap overrides when MCS TX isn't supported (not that it
really happens...)

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2013-02-15 09:41:30 +01:00
..
def.h rtlwifi: rtl8192c: rtl8192ce: Add support for B-CUT version of RTL8188CE 2012-10-30 16:17:53 -04:00
dm.c rtlwifi: rtl8192c: rtl8192ce: rtl8192cu: rtl8192se: rtl8192de: Shorten some variable names 2012-10-30 16:17:54 -04:00
dm.h rtlwifi: rtl8192c: Convert driver to use private dm structs 2012-04-23 15:35:32 -04:00
hw.c mac80211: stop toggling IEEE80211_HT_CAP_SUP_WIDTH_20_40 2013-02-15 09:41:30 +01:00
hw.h rtl8192ce: Update copyright dates 2012-01-24 14:08:37 -05:00
led.c rtl8192ce: Update copyright dates 2012-01-24 14:08:37 -05:00
led.h rtl8192ce: Update copyright dates 2012-01-24 14:08:37 -05:00
Makefile
phy.c rtlwifi: rtl8192c: rtl8192ce: Add support for B-CUT version of RTL8188CE 2012-10-30 16:17:53 -04:00
phy.h rtl8192ce: Update copyright dates 2012-01-24 14:08:37 -05:00
reg.h rtlwifi: Remove unused ETH_ADDR_LEN defines 2012-03-19 16:53:09 -04:00
rf.c rtlwifi: rtl8192c: rtl8192ce: rtl8192cu: rtl8192se: rtl8192de: Shorten some variable names 2012-10-30 16:17:54 -04:00
rf.h rtl8192ce: Update copyright dates 2012-01-24 14:08:37 -05:00
sw.c rtlwifi: use SIMPLE_DEV_PM_OPS 2012-11-30 14:00:37 -05:00
sw.h rtl8192ce: Update copyright dates 2012-01-24 14:08:37 -05:00
table.c rtl8192ce: Update copyright dates 2012-01-24 14:08:37 -05:00
table.h rtl8192ce: Update copyright dates 2012-01-24 14:08:37 -05:00
trx.c mac80211: stop toggling IEEE80211_HT_CAP_SUP_WIDTH_20_40 2013-02-15 09:41:30 +01:00
trx.h mac80211: move TX station pointer and restructure TX 2012-07-31 16:18:39 +02:00