]> git.openfabrics.org - ~emulex/infiniband.git/commit
ath6kl: Fix memory leak when unloading ath6kl_sdio
authorVasanthakumar Thiagarajan <vthiagar@qca.qualcomm.com>
Sat, 21 Jan 2012 09:52:49 +0000 (15:22 +0530)
committerKalle Valo <kvalo@qca.qualcomm.com>
Tue, 24 Jan 2012 12:12:26 +0000 (14:12 +0200)
commit0e7de662bcf33567cc957995c38dc10959cc22bf
tree2cc5640951ec7e67900d74b7ff03634be3414992
parent7a950ea81de6cbf96e721599bfacdb409908cd00
ath6kl: Fix memory leak when unloading ath6kl_sdio

The patch "ath6kl: create core.c" removes wiphy_free() from
ath6kl_cfg80211_cleanup() and misses to free wiphy in
ath6kl_sdio_remove(). This patch fixes this regression.

Signed-off-by: Vasanthakumar Thiagarajan <vthiagar@qca.qualcomm.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath6kl/sdio.c