summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| | * | | | wlan: Fix for Static analysis issues in vos_nvitem.cAbhishek Singh2014-04-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The 'request->alpha2' of size 2 is passed to sme_ChangeCountryCode but in sme_ChangeCountryCode it is considered as size of 3. Pass ccode of length 3 to sme_ChangeCountryCode insted of request->alpha2. Change-Id: Ib97cf03ecd7f4dc6973b0bef1b82f7d1a6bb3447 CRs-Fixed: 643504
| * | | | | Merge "Release 1.0.0.87 QCACLD WLAN Driver"Linux Build Service Account2014-04-09
| |\ \ \ \ \
| | * | | | | Release 1.0.0.87 QCACLD WLAN DriverAkash Patel2014-04-09
| |/| | | | | | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/caf/caf-wlan/master' * origin/caf/caf-wlan/master: Cafstaging Release 1.0.0.87 qcacld: CL 893571 - update FW interface debug log file qcacld: HDD: add logpinprogress check for ioctl calls wlan: Resolved returning incorrect RSSI value. wlan: Change the default reorder time wlan: Change nl_srv_ucast to take in flag argument Change-Id: Ib0b9edcdfc6147e607ee06b8b414471e3218aa96
| | * | | | Cafstaging Release 1.0.0.87Akash Patel2014-04-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cafstaging Release 1.0.0.87 Change-Id: I4921a3abb8621ef89a27d84233fa5069a7b3ec71
| | * | | | qcacld: CL 893571 - update FW interface debug log fileYuanyuan Liu2014-04-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add dbglog for reset module/wow modules Change-Id: Ie6e12f647773e87d6646880f2b0a64e96145f347 CRs-Fixed: 641301
| | * | | | qcacld: HDD: add logpinprogress check for ioctl callsSrinivas Girigowda2014-04-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add logpinprogress check to prevent powerstate change during loading through wlan_hdd_enter_bmps. This helps to prevent access to any uninitialized null pointer during loading stage of driver. Change-Id: I0d3285a468b1b79731c0a1d60bf82d1f74f984d6 CRs-Fixed: 643824
| | * | | | wlan: Resolved returning incorrect RSSI value.c_hpothu2014-04-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Invalid RRSI is read by upper layer because of returning incorrect length of buffer. Returning correct length by by including SSIDLEN to the return value of scnprintf(), in iw_get_rssi(). Change-Id: I9e5f03c04605069f610b20321553799ab933a43b CRs-Fixed: 643551
| | * | | | wlan: Change the default reorder timeDhanashri Atre2014-04-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change the default reorder aging time for BE, BK and VI traffic. Change-Id: Iaf31f6dc16bb47a7e3910ec10701d5ba6aaa646d CRs-Fixed: 643592
| | * | | | wlan: Change nl_srv_ucast to take in flag argumentVinay Krishna Eranna2014-04-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Modify the nl_srv_ucast function to take in flag argument which will be used to indicate to do blocking or non blocking netlink send. Change-Id: I94fa6ae87c169b588a78d3191cd8d7b8c301eb60 Crs-Fixed: 640606
| * | | | | Merge "Release 1.0.0.86 QCACLD WLAN Driver"Linux Build Service Account2014-04-08
| |\ \ \ \ \
| | * | | | | Release 1.0.0.86 QCACLD WLAN DriverAkash Patel2014-04-08
| |/| | | | | | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/caf/caf-wlan/master' * origin/caf/caf-wlan/master: Cafstaging Release 1.0.0.86 wlan: HDD log level modification. wlan: HDD: removing newlines from the debug logs qcacld: Split HDD control and Data path logs. qcacld: vos_atomic_set 64-Bit Clean. qcacld: Fix issue of device not sending probe response in MCC wlan: per AC re-order aging time wlan: Pass current band information to reg notifiers. HDD:Check OUI and OUI type to confirm if its p2p action frame. wlan: Logging ROAM states and substates in string format. wlan: Logging Enhancement in Connect/Disconnect. wlan : [HDD_ACTION_FRAME]Display action frame info with wlan_hdd_action wlan: Fix for schedule scan print Wlan: Missing Info and Error Logs for sched scan path in HDD qcacld: HDD: Update Wlan Auto shutdown timer qcacld: Add support for Rome 3.0 Change-Id: Ifee0dcfa1fd74a569aebb17541c2006f13d9c19d
| | * | | | Cafstaging Release 1.0.0.86Pitani Venkata Rajesh Kumar2014-04-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cafstaging Release 1.0.0.86 Change-Id: I5262e6a826a04383f8ad71fb417b69a83aa315df
| | * | | | wlan: HDD log level modification.Agarwal Ashish2014-04-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added logs which should get printed when some unexpected error happens. Modification in log level for HDD. Change-Id: I754c7278e0024cb34fc31734c91d3b75689e87da CRs-Fixed: 640902
| | * | | | wlan: HDD: removing newlines from the debug logsArif Hussain2014-04-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dmesg log is a limited and extremely precious debugging tool. Any unnecessary prints are avoided. Change-Id: I2cd68f11f6c9d9880b9000e178e5208919f1e6a6 CRs-Fixed: 640701
| | * | | | qcacld: Split HDD control and Data path logs.Srinivas Girigowda2014-04-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Printing DATA path HDD logs distinctly by adding new log level, VOS_MODULE_ID_HDD_DATA, and hddDataLog() function. Change-Id: I0a82a891e7f5a097469ffff1f84d039c2e0ac150 CRs-Fixed: 643380
| | * | | | qcacld: vos_atomic_set 64-Bit Clean.Srinivas Girigowda2014-04-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vos_atomic_set_U32 is used to set the U32 variable atomically, but for 64-bit we need a different API which can support for both 32/64 bit. Change-Id: I7e15070c63471759f0a6e767633f447b2a0a1d7d CRs-Fixed: 643325
| | * | | | qcacld: Fix issue of device not sending probe response in MCCChandrasekaran, Manishekar2014-04-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the current implementation, when a join request is issued and another session is active on a different channel, LIM is moved to suspend state. The LIM state should be brought back to idle by resuming the link. But, currently this state reset is not happening since the check for MCC fails. Fix that! Change-Id: Ib91a1bfe678b2ed95dfc9d52e6903dfde7e0430e CRs-Fixed: 640526
| | * | | | wlan: per AC re-order aging timeDhanashri Atre2014-04-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable configuring different re-order aging times per AC. Change-Id: I07d6cff4dc8434ea42d081aecaef3474ad812f36 CRs-fixed: 576877
| | * | | | wlan: Pass current band information to reg notifiers.Komal Seelam2014-04-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Whenever the country is changed, the information of which channels should be enabled is updated through regulatory notifiers. To notify the channels as per the band selection, pass the band information as per the user selection to reg notifiers. Change-Id: Icb58a299e0b24a175d39dffe8f1ec9ec1b855189 CRs-Fixed: 643087
| | * | | | HDD:Check OUI and OUI type to confirm if its p2p action frame.Edhar, Mahesh Kumar2014-04-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Apart from checking WLAN_HDD_PUBLIC_ACTION_FRAME type we should also check for WFA OUI and OUI type attributes to confirm if the received frame is p2p action frame or not. Change-Id: Ide6a298f4d6dd98d6ec8b0978edc72d7bd2817fd CRs-Fixed: 644301
| | * | | | wlan: Logging ROAM states and substates in string format.Mahesh A Saptasagar2014-04-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Logging enhancement to convert and print generic ROAM states and substates from integer to string format. Change-Id: I90497c6dbe8c2bf887cde6c2d0ae6b1f51f30134 CRs-Fixed: 641226
| | * | | | wlan: Logging Enhancement in Connect/Disconnect.Arun Kumar Khandavalli2014-04-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In HDD Connect/Disconnect added INFO logs for printing: 1) CB mode selected 2) Disconnect ReasonCode 3) Connection State changes All these above information will be logged as a part of this gerrit. Change-Id: I19035592bee4e933ba1ac106e4aae6d2a5abb3ee CRs-Fixed: 641001
| | * | | | wlan : [HDD_ACTION_FRAME]Display action frame info with wlan_hdd_actionWilson Yang2014-04-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The received action frame info is not available over the logs while getting processed in hdd layer. Printing of action frame info, based on the type is added to the existing print. CRs-Fixed: 641254 (cherry picked from commit 95af7145ffa7f77eb5e2786dfc30d0cf239816cd) Change-Id: I96a0e3196235cf02f9f3b58f34be2d8acb251f1b
| | * | | | wlan: Fix for schedule scan printVinay Krishna Eranna2014-04-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | wpa_supplicant periodically scans neighboring access points if the wiphy capability WIPHY_FLAG_SUPPORTS_SCHED_SCAN is set. Any active sessions do not allow scheduled scan. The log level of the print is lowered to info. Also corrected another print on flushing pmksa entries. Change-Id: Iab91b3629af08f6e67f1c3d33bf32f74557a6e0d CRs-Fixed: 640640
| | * | | | Wlan: Missing Info and Error Logs for sched scan path in HDDWilson Yang2014-04-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding missing error and info logs for sched scan path in wlan_hdd_cfg80211.c Change-Id: Ibc1fb8f2c431334199145f5f0e7c7b8a76c8b50d CRs-Fixed: 640719
| | * | | | qcacld: HDD: Update Wlan Auto shutdown timerManikandan Mohan2014-04-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When station interface is disconnected due to external AP shutdown wlan auto shutdown timer is not enabled. This update fixes it. Change-Id: I0e383d87aec79c8962d68f8b465a98b58e1d9a00 CRs-fixed: 641983
| | * | | | qcacld: Add support for Rome 3.0Yue Ma2014-04-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add new target chip revision ID and PLL registers to support Rome 3.0 Change-Id: Ib62647cf80fb8d09d5da09e07a63ab49b48a8782 CRs-fixed: 644508
| * | | | | Merge "Release 1.0.0.85 QCACLD WLAN Driver"Linux Build Service Account2014-04-08
| |\ \ \ \ \
| | * | | | | Release 1.0.0.85 QCACLD WLAN DriverAkash Patel2014-04-07
| |/| | | | | | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/caf/caf-wlan/master' * origin/caf/caf-wlan/master: Cafstaging Release 1.0.0.85 qcacld: Configure WAKEUP Event for ADDBA/DELBA to FW qcacld:sap: Fix HT40/80 support in ACS wlan:qca-cld: Add configuration variable to advertise concurrent operation qcacld: Fix peer leak in UMAC qcacld: Handle WMI_PEER_STA_KICKOUT_EVENTID event for STA wlan: Fix unrelated changes from PE logging qcacld: to avoid adapter open called while load/unload wlan: check for parameters for hearbeat offload wlan: Rate limit the print indicating Tx queue is 3/4th full. qcacld: Fix to make G-Short-Slot time bit zero in 5G band qcacld-new:IBSS tear down enhancement Modify cnss-diag to cnss_diag to follow convention. wlan: qca-cld:Update right hardware capability in initialization wlan: qca-cld:Increase NV download waiting time of host driver during SSR wlan: qcacld: Restore warnings removed when GCC 4.7 deployed Change-Id: Ibfa08eec0810cbe172723cedb3465fe062a2b8bd
| | * | | | Cafstaging Release 1.0.0.85Akash Patel2014-04-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cafstaging Release 1.0.0.85 Change-Id: I77cb1a8baf0518cc51a7fce6510dee92f9b9de34
| | * | | | qcacld: Configure WAKEUP Event for ADDBA/DELBA to FWKomal Seelam2014-04-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | During WoW Mode, when FW recieves ADDBA/DELBA frame, the HTT_T2H_MSG_TYPE_RX_ADDBA/HTT_T2H_MSG_TYPE_RX_DELBA respectively event/message is dropped in FW. Hence the seq number maintained in Host will go out of sync with FW. So Host cannot control the traffic rates accordingly. Fix by Configuring wakeup to FW on receving ADDBA/DELBA frames OTA. FW indicates the HTT_T2H_MSG_TYPE_RX_ADDBA/HTT_T2H_MSG_TYPE_RX_DELBA to Host after HOST wakeup. Change-Id: I6de03e7def088a3bb448e77ff3e4c5dbbaa3ee17 CRs-Fixed: 641335
| | * | | | qcacld:sap: Fix HT40/80 support in ACSPeng Xu2014-04-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Current ACS algorithm only deals with HT20 channels. Added weight calculations for HT40 and HT80 channels when AP is brought up in 11n and 11ac mode. This also fixed getting correct phyMode for SAP. Change-Id: I44f004abf467baeaca10ffced8ce65abf0d1814b CRs-fixed: 631601
| | * | | | wlan:qca-cld: Add configuration variable to advertise concurrent operationTushnim Bhattacharyya2014-04-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Configuration parameter "gAdvertiseConcurrentOperation" is added in WCNSS_qcom_cfg.ini file to enable/disable concurrent operation advertisement to supplicant. Setting this parameter to 0 disables advertisement of concurrent operation to supplicant. Change-Id: If64da04859cae9445819b86c0f50674fba7f273a CRs-Fixed: 622682
| | * | | | qcacld: Fix peer leak in UMACKanchanapally, Vidyullatha2014-04-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It was seen in the code that when DUT is operating in SAP mode, there is a possibility of peer leak in UMAC, where UMAC does not do a proper clean-up. This happens when a STA which is trying to associate to the SAP sends a disassoc when the SAP is waiting for ASSOC confirmation. UMAC is not doing a DelSTA when processing the disassoc from the STA. Hence now added a change which will ensure proper clean-up is done upon receiving a disassoc from the STA. CRs-Fixed: 642577 Change-Id: I83d32ef60c875c3249c42a501de33d6f1ce323ba
| | * | | | qcacld: Handle WMI_PEER_STA_KICKOUT_EVENTID event for STADeepak Dhamdhere2014-04-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | WMI_PEER_STA_KICKOUT_EVENTID event is received by host driver when station sees too many excessive tx retry errors. AP should be kicked out. Added code to handle this event in host driver for REASON_UNSPECIFIED and REASON_XRETRY. Treat it like beacon miss i.e. heartbeat failure. Implemented for legacy STA and P2P-CLI device subtypes. Also converted if-else statements to switch statement for readability. Change-Id: Idc73d5cd75ee30d5b823a067fd7463c6ef0f4898 CRs-Fixed: 629575
| | * | | | wlan: Fix unrelated changes from PE loggingArif Hussain2014-04-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix unrelated changes caused by "I586071eb8875f0e802e42dda373ab5b3014969a7" Change-Id: I9b19c57e4f203915e4f9685d970f6403bd640294 CRs-Fixed: 641087
| | * | | | qcacld: to avoid adapter open called while load/unloadRyan Hsu2014-04-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To avoid the hdd_hostapd_open called while driver is load/unload. This would potentially fix some unknow null ptr and watchdog barks due to the hdd_hostapd_open activate netif, so that userspace would be allowed to send data while we're in the middle of load/unload, which the vdev resource is not yet ready CRs-fixed: 644164 Change-Id: I9473404c4d074ff18bfdc10ae18b5d536b347097
| | * | | | wlan: check for parameters for hearbeat offloadAmar Singhal2014-04-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Check that the time period passed is not zero for TCP hearbeat offload feature. Change-Id: Iad400abdd6987e0775d0a7c06cd7f71a3952cee5 CRs-Fixed: 643513
| | * | | | wlan: Rate limit the print indicating Tx queue is 3/4th full.Rashmi Ramanna2014-04-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When Tx queue for Best Effort access category is 3/4th full, donot print info message for every packet instead print when the access category of DHCP packet is changed to VOICE since Best Effort access category Tx queue is 3/4th full. Change-Id: Id1f1cf477461ec63a6f14d3d0b689877b4e90044 CRs-Fixed: 643511
| | * | | | qcacld: Fix to make G-Short-Slot time bit zero in 5G bandRajeev Kumar2014-04-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pronto to CLD propagation G-short-slot time bit is set in 5G band which is incorrect according to spec. so with this fix we are disabing this bit in 5G band. Change-Id: I6e92b1174eda0a1e32c779a168e09cf6a71c04c3 CRs-Fixed: 643149
| | * | | | qcacld-new:IBSS tear down enhancementXiaochang Duan2014-04-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enhance IBSS tear down for proper wpa_cli remove_network and add_network support. Change-Id: I0f0f5f749e7967bbc77c8f37fe91ed284578af8f CRs-Fixed: 641884
| | * | | | Modify cnss-diag to cnss_diag to follow convention.Subhani Shaik2014-04-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change the final binary name to cnss_diag from cnss-diag. This is to follow the convention wrt binary names. CRs-fixed: 643971 Change-Id: I9e6711eb7394cf11614be9d316b2e96067fc580f
| | * | | | wlan: qca-cld:Update right hardware capability in initializationTushnim Bhattacharyya2014-04-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | During initialization driver updates support for both 2.4GHz and 5GHz support irrespective of the hardware capability. Due to which user sees wrong capability indicated when 'iw phy' command is run. Update right capability during cfg80211 initialization. Change-Id: I31a3bbef9eea005772ae5b6a7f6efcf809e0d1d4 CRs-Fixed: 619678
| | * | | | wlan: qca-cld:Increase NV download waiting time of host driver during SSRTushnim Bhattacharyya2014-04-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently host driver will wait 5 seconds for NV download. In some cases NV download may need more time to complete during SSR, so increase the timeout to 10 seconds. Change-Id: Ie025dd0ac770a72483a79c7b1f5c143d47cc54b7 CRs-Fixed: 623092
| | * | | | wlan: qcacld: Restore warnings removed when GCC 4.7 deployedJeff Johnson2014-04-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When GCC 4.7 was first introduced to Android, the initial version of the compiler was warning about things it should not have, and hence some warnings were suppressed. The compiler now seems to be correctly warning only about bad behavior, and all of the warnings have been resolved, so enable maybe-uninitialized and unused-function warnings in the compiler. Change-Id: I4483b15617491e22eccc14f1ef93189082f5c61c CRs-fixed: 640842
| * | | | | Merge "Release 1.0.0.84 QCACLD WLAN Driver"Linux Build Service Account2014-04-05
| |\ \ \ \ \
| | * | | | | Release 1.0.0.84 QCACLD WLAN DriverAkash Patel2014-04-05
| |/| | | | | | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/caf/caf-wlan/master' * origin/caf/caf-wlan/master: Cafstaging Release 1.0.0.84 qcacld: Stay on home channel for 100 ms before preauth qcacld/hdd: Do not allow more than one SAP interface at a time wlan: check for pAdapter NULL dereference wlan: do not wait for WDA_HALDumpCmdReq() to complete qcacld: Fix x86 build error in sapFsm qcacld: Handling race condition in driver unload in FTM qca-cld: TX flow control for MCC Change-Id: I74f95932005352ad7f3a1539c2dc879c114619e2
| | * | | | Cafstaging Release 1.0.0.84Akash Patel2014-04-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cafstaging Release 1.0.0.84 Change-Id: I40fa3807682ea287ca5826382bc48fd6f38e17b0
| | * | | | qcacld: Stay on home channel for 100 ms before preauthDeepak Dhamdhere2014-04-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add 100 ms min_rest_time to scan request submitted for preauth operation. This will prevent FASTREASSOC scan and preauth scan requests from creating back-to-back off-channel operations which may cause more than 100 ms latency prior to roaming. CRs-Fixed: 643241 Change-Id: I5f29ec185e75126ee34960a98538676679ff996b
| | * | | | qcacld/hdd: Do not allow more than one SAP interface at a timeAbhishek Singh2014-04-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | User is able to add multiple instances of SAP via IOCTL using "iwpriv wlan0 initAP". If SAP interface with name "softap.0" already exists, ignore the add interface request. In add SAP interface, name and other configurations are not passed by user as part of IOCTL, so no need to delete the old interface and create a new one. Change-Id: Icb5fe68092e01e9aa876ca4b014c14cc81286dea CRs-Fixed: 643672