diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath5k/ahb.c')
-rw-r--r-- | drivers/net/wireless/ath/ath5k/ahb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath5k/ahb.c b/drivers/net/wireless/ath/ath5k/ahb.c index ea9982781559..c38e9e848995 100644 --- a/drivers/net/wireless/ath/ath5k/ahb.c +++ b/drivers/net/wireless/ath/ath5k/ahb.c | |||
@@ -219,6 +219,7 @@ static int ath_ahb_remove(struct platform_device *pdev) | |||
219 | 219 | ||
220 | ath5k_deinit_softc(sc); | 220 | ath5k_deinit_softc(sc); |
221 | platform_set_drvdata(pdev, NULL); | 221 | platform_set_drvdata(pdev, NULL); |
222 | ieee80211_free_hw(hw); | ||
222 | 223 | ||
223 | return 0; | 224 | return 0; |
224 | } | 225 | } |