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:
7552d72
)
Staging: rtl8187se: fix avoid unnecessary line continuations in r8185b_init.c
author
Ebru Akagunduz
<
[email protected]
>
Thu, 10 Oct 2013 00:07:59 +0000
(
03:07
+0300)
committer
Greg Kroah-Hartman
<
[email protected]
>
Fri, 11 Oct 2013 20:43:56 +0000
(13:43 -0700)
Fix checkpatch.pl issues with avoid unnecessary line
continuations in r8185b_init.c
Signed-off-by: Ebru Akagunduz <
[email protected]
>
Reviewed-by: Zach Brown <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/rtl8187se/r8185b_init.c
patch
|
blob
|
history
diff --git
a/drivers/staging/rtl8187se/r8185b_init.c
b/drivers/staging/rtl8187se/r8185b_init.c
index 978dc5f4f929f197aa680a407251b6bfa5a6c3d2..8b5704a1069278931fb0c44573fa76c5baa0498f 100644
(file)
--- a/
drivers/staging/rtl8187se/r8185b_init.c
+++ b/
drivers/staging/rtl8187se/r8185b_init.c
@@
-1296,8
+1296,8
@@
void rtl8185b_rx_enable(struct net_device *dev)
if (dev->flags & IFF_PROMISC)
DMESG("NIC in promisc mode");
- if (priv->ieee80211->iw_mode == IW_MODE_MONITOR ||
\
-
dev->flags &
IFF_PROMISC) {
+ if (priv->ieee80211->iw_mode == IW_MODE_MONITOR ||
dev->flags &
+ IFF_PROMISC) {
priv->ReceiveConfig = priv->ReceiveConfig & (~RCR_APM);
priv->ReceiveConfig = priv->ReceiveConfig | RCR_AAP;
}