]> git.baikalelectronics.ru Git - kernel.git/commit
staging: rtl8723au: Use struct ieee80211_mcs_info to describe MCS information
authorJes Sorensen <Jes.Sorensen@redhat.com>
Sat, 31 May 2014 16:05:10 +0000 (18:05 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Jun 2014 19:35:40 +0000 (12:35 -0700)
commit985d42e625250d55cb1109b7464c3a3b634a3141
treebab2844707b096799e5cbb1468b0f6383fff6719
parent7e7dd659f3acf2eba2d5b79fed6c84a832d00a07
staging: rtl8723au: Use struct ieee80211_mcs_info to describe MCS information

The original RTL code defined the MCS information as a 16 byte array
and blindly applied it's masking over the full array, ignoring the
fact that only the first 10 bytes describe the rx_mask and the rest
are different fields.

Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723au/core/rtw_ieee80211.c
drivers/staging/rtl8723au/core/rtw_ioctl_set.c
drivers/staging/rtl8723au/core/rtw_mlme.c
drivers/staging/rtl8723au/core/rtw_mlme_ext.c
drivers/staging/rtl8723au/core/rtw_wlan_util.c
drivers/staging/rtl8723au/include/ieee80211.h
drivers/staging/rtl8723au/include/wifi.h