diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/init.c')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/init.c b/drivers/net/wireless/ath/ath9k/init.c index 8700e3dc53cf..fe730cb16ec2 100644 --- a/drivers/net/wireless/ath/ath9k/init.c +++ b/drivers/net/wireless/ath/ath9k/init.c | |||
@@ -718,6 +718,7 @@ int ath9k_init_device(u16 devid, struct ath_softc *sc, u16 subsysid, | |||
718 | goto error_world; | 718 | goto error_world; |
719 | } | 719 | } |
720 | 720 | ||
721 | INIT_WORK(&sc->hw_check_work, ath_hw_check); | ||
721 | INIT_WORK(&sc->paprd_work, ath_paprd_calibrate); | 722 | INIT_WORK(&sc->paprd_work, ath_paprd_calibrate); |
722 | INIT_WORK(&sc->chan_work, ath9k_wiphy_chan_work); | 723 | INIT_WORK(&sc->chan_work, ath9k_wiphy_chan_work); |
723 | INIT_DELAYED_WORK(&sc->wiphy_work, ath9k_wiphy_work); | 724 | INIT_DELAYED_WORK(&sc->wiphy_work, ath9k_wiphy_work); |