]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/net/wireless/rndis_wlan.c
rndis_wlan: copy module parameters for bcm4320a devices too
[karo-tx-linux.git] / drivers / net / wireless / rndis_wlan.c
index 8dd9224c2d4ec99e06fd6ca6bcb1e4334fefc0cf..305c106fdc1c442bce51bbf1c84f1a85fa8ed9ab 100644 (file)
@@ -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.
         */