projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9974e7
)
staging: rtl8723au: hal: Fix missing blank line warning.
author
Aybuke Ozdemir
<
[email protected]
>
Sat, 27 Sep 2014 13:47:47 +0000
(16:47 +0300)
committer
Greg Kroah-Hartman
<
[email protected]
>
Mon, 29 Sep 2014 03:11:26 +0000
(23:11 -0400)
This patch fixes "Missing a blank line after declarations" checkpatch.pl
warning in hal_com.c
Signed-off-by: Aybuke Ozdemir <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/rtl8723au/hal/hal_com.c
patch
|
blob
|
history
diff --git
a/drivers/staging/rtl8723au/hal/hal_com.c
b/drivers/staging/rtl8723au/hal/hal_com.c
index 4dc811c9fb7c8bdad77cd72d91c6f081e086992b..ae037d27d62e118b23b1611a3d7d507fdaa940f6 100644
(file)
--- a/
drivers/staging/rtl8723au/hal/hal_com.c
+++ b/
drivers/staging/rtl8723au/hal/hal_com.c
@@
-535,6
+535,7
@@
void rtl8723a_set_bcn_func(struct rtw_adapter *padapter, u8 val)
void rtl8723a_check_bssid(struct rtw_adapter *padapter, u8 val)
{
u32 val32;
+
val32 = rtl8723au_read32(padapter, REG_RCR);
if (val)
val32 |= RCR_CBSSID_DATA | RCR_CBSSID_BCN;