summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8712/wlan_bssdef.h
diff options
context:
space:
mode:
authorJoshua Clayton2015-08-06 02:17:21 +0200
committerGreg Kroah-Hartman2015-08-08 00:14:04 +0200
commit7fb539eda2be9fce93b7f1cc933ef318e9c3771b (patch)
tree9c95b8749a4e502d4458deaba6d6eca5f1389de1 /drivers/staging/rtl8712/wlan_bssdef.h
parentstaging: rtl8712: remove typedefs (diff)
downloadkernel-qcow2-linux-7fb539eda2be9fce93b7f1cc933ef318e9c3771b.tar.gz
kernel-qcow2-linux-7fb539eda2be9fce93b7f1cc933ef318e9c3771b.tar.xz
kernel-qcow2-linux-7fb539eda2be9fce93b7f1cc933ef318e9c3771b.zip
staging: rtl8712: change SupportedRates to rates
Change the value to a name that conforms to Linux coding style. "rates" is equally expressive in this context, and I have left alone a comment and function name that describe the rates as supported rates. Signed-off-by: Joshua Clayton <stillcompiling@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8712/wlan_bssdef.h')
-rw-r--r--drivers/staging/rtl8712/wlan_bssdef.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8712/wlan_bssdef.h b/drivers/staging/rtl8712/wlan_bssdef.h
index ff86fbd1d52b..fda5707c4acd 100644
--- a/drivers/staging/rtl8712/wlan_bssdef.h
+++ b/drivers/staging/rtl8712/wlan_bssdef.h
@@ -88,7 +88,7 @@ struct wlan_bssid_ex {
enum NDIS_802_11_NETWORK_TYPE NetworkTypeInUse;
struct NDIS_802_11_CONFIGURATION Configuration;
enum NDIS_802_11_NETWORK_INFRASTRUCTURE InfrastructureMode;
- u8 SupportedRates[NDIS_802_11_LENGTH_RATES_EX];
+ u8 rates[NDIS_802_11_LENGTH_RATES_EX];
/* number of content bytes in EIs, which varies */
u32 IELength;
/*(timestamp, beacon interval, and capability information) */