]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
MLK-10210 WIFI: ath6kl: Fixed the issue that warning messages were printed when unins...
authorShenwei Wang <shenwei.wang@freescale.com>
Mon, 16 Feb 2015 16:27:37 +0000 (10:27 -0600)
committerDong Aisheng <b29396@freescale.com>
Fri, 6 Mar 2015 08:57:10 +0000 (16:57 +0800)
commitc33b14da895e8da8a951ccd5a167a7e4ebbb2367
treec1fb87414e0b349676d3dac267fffec57d8da83a
parent34b7539ee70453e1fe18f723b24520c1e5121e00
MLK-10210 WIFI: ath6kl: Fixed the issue that warning messages were printed when uninstalling ath6kl_sdio after iperf test.

When handing the command "ifconfig wlan0 down", the driver handler did
not notify the disconnected event to the upper layer stack cfg80211,
which would cause the relating resources unable to be released. A
notification of disconnet event to cfg80211 was added when the driver
was changed to the disconnect state.

Signed-off-by: Shenwei Wang <shenwei.wang@freescale.com>
(cherry picked from commit 0b7b203a563ac98f5f0c5695a5149ec80d2114b4)
drivers/net/wireless/ath/ath6kl/cfg80211.c