summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8723au/include/rtw_mlme_ext.h
diff options
context:
space:
mode:
authorGreg Donald <gdonald@gmail.com>2014-09-16 23:37:41 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-09-19 23:28:04 (GMT)
commitc895a5df852ca9bbac1dee413747303a61aa4ebd (patch)
tree0533abcfb6aa1a1a4d21f1d694c30de1a5ef3154 /drivers/staging/rtl8723au/include/rtw_mlme_ext.h
parentf78c0710cd60cd108d436490955909983f309c62 (diff)
downloadlinux-c895a5df852ca9bbac1dee413747303a61aa4ebd.tar.xz
drivers: staging: rtl8723au: Fix "space required after that ','" errors
Fix checkpatch.pl "space required after that ','" errors Signed-off-by: Greg Donald <gdonald@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8723au/include/rtw_mlme_ext.h')
-rw-r--r--drivers/staging/rtl8723au/include/rtw_mlme_ext.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/rtl8723au/include/rtw_mlme_ext.h b/drivers/staging/rtl8723au/include/rtw_mlme_ext.h
index ea53d73..97c3c44 100644
--- a/drivers/staging/rtl8723au/include/rtw_mlme_ext.h
+++ b/drivers/staging/rtl8723au/include/rtw_mlme_ext.h
@@ -395,7 +395,7 @@ struct p2p_channels {
};
struct p2p_oper_class_map {
- enum hw_mode {IEEE80211G,IEEE80211A} mode;
+ enum hw_mode {IEEE80211G, IEEE80211A} mode;
u8 op_class;
u8 min_chan;
u8 max_chan;
@@ -458,7 +458,7 @@ u8 judge_network_type23a(struct rtw_adapter *padapter, unsigned char *rate,
int ratelen);
void get_rate_set23a(struct rtw_adapter *padapter, unsigned char *pbssrate,
int *bssrate_len);
-void UpdateBrateTbl23a(struct rtw_adapter *padapter,u8 *mBratesOS);
+void UpdateBrateTbl23a(struct rtw_adapter *padapter, u8 *mBratesOS);
void Update23aTblForSoftAP(u8 *bssrateset, u32 bssratelen);
u8 rtw_get_oper_ch23a(struct rtw_adapter *adapter);