Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 536e5189 authored by Pavel Roskin's avatar Pavel Roskin Committed by John W. Linville
Browse files

ath5k: add missing ieee80211_free_hw() on unload in AHB code

parent 0e8d1602
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -219,6 +219,7 @@ static int ath_ahb_remove(struct platform_device *pdev)

	ath5k_deinit_softc(sc);
	platform_set_drvdata(pdev, NULL);
	ieee80211_free_hw(hw);

	return 0;
}