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:
1c01f1d
)
brcm80211: Fix compile error for .disable_hub_initiated_lpm.
author
Sarah Sharp
<
[email protected]
>
Mon, 21 May 2012 12:34:24 +0000
(
05:34
-0700)
committer
Sarah Sharp
<
[email protected]
>
Mon, 21 May 2012 15:59:19 +0000
(08:59 -0700)
Fix missing comma.
Signed-off-by: Sarah Sharp <
[email protected]
>
Reported-by: Wu Fengguang <
[email protected]
>
drivers/net/wireless/brcm80211/brcmfmac/usb.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/brcm80211/brcmfmac/usb.c
b/drivers/net/wireless/brcm80211/brcmfmac/usb.c
index 8852d23ef829cec268b080630d962a34c81ea68c..f2bc48b745ea188fe7d5470bcbe9fe62c3817e7e 100644
(file)
--- a/
drivers/net/wireless/brcm80211/brcmfmac/usb.c
+++ b/
drivers/net/wireless/brcm80211/brcmfmac/usb.c
@@
-1604,7
+1604,7
@@
static struct usb_driver brcmf_usbdrvr = {
.id_table = brcmf_usb_devid_table,
.suspend = brcmf_usb_suspend,
.resume = brcmf_usb_resume,
- .supports_autosuspend = 1
+ .supports_autosuspend = 1
,
.disable_hub_initiated_lpm = 1,
};