OSDN Git Service

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)
commit198e95d548ac741e91521f1e638aa8221bb0f468
treebab2844707b096799e5cbb1468b0f6383fff6719
parent8b3d9cde7d8a50ae7bf7902cbf966adf856350d1
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