Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 183269
b: refs/heads/master
c: 6e850af
h: refs/heads/master
i:
  183267: d7024ed
v: v3
  • Loading branch information
Jussi Kivilinna authored and John W. Linville committed Dec 21, 2009
1 parent 40cf918 commit 9b3a617
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cef6e91280b724e93b0fb8a9fd3e6bf072f54c81
refs/heads/master: 6e850af58f93be8f1b4b79eb9c79d06788f38e78
5 changes: 5 additions & 0 deletions trunk/drivers/net/wireless/rndis_wlan.c
Original file line number Diff line number Diff line change
Expand Up @@ -2642,6 +2642,11 @@ static void rndis_copy_module_params(struct usbnet *usbdev)

static int bcm4320a_early_init(struct usbnet *usbdev)
{
/* copy module parameters for bcm4320a so that iwconfig reports txpower
* and workaround parameter is copied to private structure correctly.
*/
rndis_copy_module_params(usbdev);

/* bcm4320a doesn't handle configuration parameters well. Try
* set any and you get partially zeroed mac and broken device.
*/
Expand Down

0 comments on commit 9b3a617

Please sign in to comment.