diff options
Diffstat (limited to 'drivers/net/wireless/ath9k/main.c')
| -rw-r--r-- | drivers/net/wireless/ath9k/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath9k/main.c b/drivers/net/wireless/ath9k/main.c index dacf97afe763..a1c76ec09b3a 100644 --- a/drivers/net/wireless/ath9k/main.c +++ b/drivers/net/wireless/ath9k/main.c | |||
| @@ -1659,7 +1659,7 @@ int ath_attach(u16 devid, struct ath_softc *sc) | |||
| 1659 | error = ieee80211_register_hw(hw); | 1659 | error = ieee80211_register_hw(hw); |
| 1660 | 1660 | ||
| 1661 | if (!ath9k_is_world_regd(sc->sc_ah)) | 1661 | if (!ath9k_is_world_regd(sc->sc_ah)) |
| 1662 | regulatory_hint(hw->wiphy, sc->sc_ah->alpha2); | 1662 | regulatory_hint(hw->wiphy, sc->sc_ah->regulatory.alpha2); |
| 1663 | 1663 | ||
| 1664 | /* Initialize LED control */ | 1664 | /* Initialize LED control */ |
| 1665 | ath_init_leds(sc); | 1665 | ath_init_leds(sc); |
