commit | 0e7de662bcf33567cc957995c38dc10959cc22bf | [log] [tgz] |
---|---|---|
author | Vasanthakumar Thiagarajan <vthiagar@qca.qualcomm.com> | Sat Jan 21 15:22:49 2012 +0530 |
committer | Kalle Valo <kvalo@qca.qualcomm.com> | Tue Jan 24 14:12:26 2012 +0200 |
tree | 2cc5640951ec7e67900d74b7ff03634be3414992 | |
parent | 7a950ea81de6cbf96e721599bfacdb409908cd00 [diff] |
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>