summaryrefslogtreecommitdiffstats
path: root/bcmdhd/wpa_supplicant_8_lib
diff options
context:
space:
mode:
authorDmitry Shmidt <dimitrysh@google.com>2014-02-21 13:54:02 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-02-21 13:54:02 +0000
commit5d1f7d305defbc8e8da17a772deca2bb174f1290 (patch)
tree1946b9706bd6512364a8e8386541b4f9dc4b666b /bcmdhd/wpa_supplicant_8_lib
parentfb2999965d61a745a68538130482e23b5fc97a32 (diff)
parent5f7f1ea42b2972a7db3b2149e857afc9b48fed0f (diff)
downloadhardware_broadcom_wlan-5d1f7d305defbc8e8da17a772deca2bb174f1290.zip
hardware_broadcom_wlan-5d1f7d305defbc8e8da17a772deca2bb174f1290.tar.gz
hardware_broadcom_wlan-5d1f7d305defbc8e8da17a772deca2bb174f1290.tar.bz2
am 5f7f1ea4: Revert "HACK: Do not send hang message in case of failure"
* commit '5f7f1ea42b2972a7db3b2149e857afc9b48fed0f': Revert "HACK: Do not send hang message in case of failure"
Diffstat (limited to 'bcmdhd/wpa_supplicant_8_lib')
-rw-r--r--bcmdhd/wpa_supplicant_8_lib/driver_cmd_nl80211.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bcmdhd/wpa_supplicant_8_lib/driver_cmd_nl80211.c b/bcmdhd/wpa_supplicant_8_lib/driver_cmd_nl80211.c
index d0537c1..37ce033 100644
--- a/bcmdhd/wpa_supplicant_8_lib/driver_cmd_nl80211.c
+++ b/bcmdhd/wpa_supplicant_8_lib/driver_cmd_nl80211.c
@@ -96,7 +96,7 @@ int wpa_driver_nl80211_driver_cmd(void *priv, char *cmd, char *buf,
if ((ret = ioctl(drv->global->ioctl_sock, SIOCDEVPRIVATE + 1, &ifr)) < 0) {
wpa_printf(MSG_ERROR, "%s: failed to issue private command: %s", __func__, cmd);
- /* wpa_driver_send_hang_msg(drv); */
+ wpa_driver_send_hang_msg(drv);
} else {
drv_errors = 0;
ret = 0;