]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - drivers/net/wireless/ath/ath9k/init.c
ath9k: add external_reset callback to ath9k_platfom_data for AR9330
[mirror_ubuntu-zesty-kernel.git] / drivers / net / wireless / ath / ath9k / init.c
index 1851c222fff04ec888d55b92e5a47a0c3c675825..50103b2792b5b72455e760f1d838c0b785bf7b61 100644 (file)
@@ -575,6 +575,7 @@ static int ath9k_init_softc(u16 devid, struct ath_softc *sc, u16 subsysid,
                sc->sc_ah->led_pin = pdata->led_pin;
                ah->is_clk_25mhz = pdata->is_clk_25mhz;
                ah->get_mac_revision = pdata->get_mac_revision;
+               ah->external_reset = pdata->external_reset;
        }
 
        common = ath9k_hw_common(ah);