diff options
-rw-r--r-- | drivers/net/wireless/rndis_wlan.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/net/wireless/rndis_wlan.c b/drivers/net/wireless/rndis_wlan.c index 8dd9224c2d4e..305c106fdc1c 100644 --- a/drivers/net/wireless/rndis_wlan.c +++ b/drivers/net/wireless/rndis_wlan.c | |||
@@ -2642,6 +2642,11 @@ static void rndis_copy_module_params(struct usbnet *usbdev) | |||
2642 | 2642 | ||
2643 | static int bcm4320a_early_init(struct usbnet *usbdev) | 2643 | static int bcm4320a_early_init(struct usbnet *usbdev) |
2644 | { | 2644 | { |
2645 | /* copy module parameters for bcm4320a so that iwconfig reports txpower | ||
2646 | * and workaround parameter is copied to private structure correctly. | ||
2647 | */ | ||
2648 | rndis_copy_module_params(usbdev); | ||
2649 | |||
2645 | /* bcm4320a doesn't handle configuration parameters well. Try | 2650 | /* bcm4320a doesn't handle configuration parameters well. Try |
2646 | * set any and you get partially zeroed mac and broken device. | 2651 | * set any and you get partially zeroed mac and broken device. |
2647 | */ | 2652 | */ |