summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
diff options
context:
space:
mode:
authorNarayan Reddy <narayanr@nvidia.com>2012-07-13 14:39:54 +0530
committerVarun Wadekar <vwadekar@nvidia.com>2012-07-30 10:19:24 +0530
commit2990bb1ce3690c14074c1859f517b4ef4f8ef918 (patch)
treedcc440c32e3a3244781e54247f2b9e1d48841cbd /drivers/net/wireless
parentcf8eea5e172ea413a9325c86a724ab4f16ecbd89 (diff)
net: wireless: bcmdhd: disable WLC_E_TXFAIL event.
In suspend mode WLC_E_TXFAIL event is causing autowake when the device is connected to an AP, so discarding the WLC_E_TXFAIL event initialization as per BRCM team suggestion. Bug 1014610 Change-Id: I297dab7ee589f458bba3e26be090665a36c78502 Signed-off-by: Narayan Reddy <narayanr@nvidia.com> Reviewed-on: http://git-master/r/115633 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Rakesh Goyal <rgoyal@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
Diffstat (limited to 'drivers/net/wireless')
-rw-r--r--drivers/net/wireless/bcmdhd/bcmevent.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/bcmdhd/bcmevent.c b/drivers/net/wireless/bcmdhd/bcmevent.c
index e41c7387a8a5..c93a73513d08 100644
--- a/drivers/net/wireless/bcmdhd/bcmevent.c
+++ b/drivers/net/wireless/bcmdhd/bcmevent.c
@@ -54,7 +54,6 @@ const bcmevent_name_t bcmevent_names[] = {
{ WLC_E_MIC_ERROR, "MIC_ERROR" },
{ WLC_E_NDIS_LINK, "NDIS_LINK" },
{ WLC_E_ROAM, "ROAM" },
- { WLC_E_TXFAIL, "TXFAIL" },
{ WLC_E_PMKID_CACHE, "PMKID_CACHE" },
{ WLC_E_RETROGRADE_TSF, "RETROGRADE_TSF" },
{ WLC_E_PRUNE, "PRUNE" },