summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8712/wlan_bssdef.h
diff options
context:
space:
mode:
authorJoshua Clayton <stillcompiling@gmail.com>2015-08-05 17:17:21 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-08-07 15:14:04 -0700
commit7fb539eda2be9fce93b7f1cc933ef318e9c3771b (patch)
tree9c95b8749a4e502d4458deaba6d6eca5f1389de1 /drivers/staging/rtl8712/wlan_bssdef.h
parentdb55b1652e5b126d0dbfd1ce0bcbaacddac8f36e (diff)
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) */