diff options
| author | David Tay <dtay@qca.qualcomm.com> | 2013-11-12 18:26:16 -0800 |
|---|---|---|
| committer | Madan Mohan Koyyalamudi <mkoyyala@qca.qualcomm.com> | 2013-11-27 20:01:38 -0800 |
| commit | 944e5b11a414cf5e260c94e250a9268981881140 (patch) | |
| tree | abb9e1405270736d1c4afeae809af1ad90d2533f | |
| parent | b482cda37cd063b520a2599a1a059464c63fa192 (diff) | |
qcacld Beacon fix for 11a softAP
Required to fix the beacon allocation for softAP in 11a mode.
The beacon should still be allocated if the tail == NULL or
tail_len == 0.
This gerrit is for qcacld-2.0
Change-Id: I2eed96d7fb6aaa94a70e752618bbf9c53498c933
CRs-fixed: 574425
| -rw-r--r-- | CORE/HDD/src/wlan_hdd_cfg80211.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/CORE/HDD/src/wlan_hdd_cfg80211.c b/CORE/HDD/src/wlan_hdd_cfg80211.c index de8d832b6a3a..48467859cc54 100644 --- a/CORE/HDD/src/wlan_hdd_cfg80211.c +++ b/CORE/HDD/src/wlan_hdd_cfg80211.c @@ -932,9 +932,6 @@ int wlan_hdd_cfg80211_alloc_new_beacon(hdd_adapter_t *pAdapter, if (!params->head && !old) return -EINVAL; - if (params->tail && !params->tail_len) - return -EINVAL; - #if (LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,38)) /* Kernel 3.0 is not updating dtim_period for set beacon */ if (!params->dtim_period) |
