summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| | * | | | | Release 1.0.0.255B QCACLD WLAN DriverAnjaneedevi Kapparapu2014-12-15
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/caf/caf-wlan/master' into HEAD * origin/caf/caf-wlan/master: Cafstaging Release 1.0.0.255B qcacld: reduce log level for repeating log (send beacon template) qcacld: CL 1128255 1133654 - update fw debug log file qcacld : Add PMC logs to wifiLogger_app. wlan: qcacld: Populate Value only if memory is allocated Change-Id: I123a8e4cba1014205cd8f12f01017e98b81eab6d
| | | * | | | Cafstaging Release 1.0.0.255BAnjaneeDevi Kapparapu2014-12-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cafstaging Release 1.0.0.255B Change-Id: Iaf79370946f9eef9c7702f85f1a2c4c4b7f2a589 CRs-Fixed: 688141
| | | * | | | qcacld: reduce log level for repeating log (send beacon template)Naveen Rawat2014-12-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Every time beacon template or probe response template is update a repeating message was marked LOGA. This means it will be printed irrespective of log level requested by used. Changed that to LOGI Change-Id: I6ef30e30549b9d439f8c75bc7262444f1b82f3ef CRs-Fixed: 762275
| | | * | | | qcacld: CL 1128255 1133654 - update fw debug log fileYuanyuan Liu2014-12-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add a force roam command for sigma dut testing add additonal debug ids for roaming module Change-Id: I0d92d32b6f97a388db540e97df61e230c3e209b0 CRs-Fixed: 764698
| | | * | | | qcacld : Add PMC logs to wifiLogger_app.Masti, Narayanraddi2014-12-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently PMC logs are not enabled by default in logger_app.As a part of fix added PMC logs in default log level of wifiLogger_app Change-Id: Ie001aaf37e45d6ca0852ed9c8df768b8ea41ae52 CRs-Fixed: 770259
| | | * | | | wlan: qcacld: Populate Value only if memory is allocatedVarun Reddy Yeturu2014-12-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before copying the value of bkid count, it needs to be checked if it is non-zero, since the memory to hold the value is allocated only if it is non-zero. Change-Id: I6b5dce50f2654abaa25c6345a8ff7b9d479ae5f2 CRs-Fixed: 770688
| * | | | | | Merge "Release 1.0.0.255A QCACLD WLAN Driver"Linux Build Service Account2014-12-15
| |\| | | | |
| | * | | | | Release 1.0.0.255A QCACLD WLAN DriverAnjaneedevi Kapparapu2014-12-15
| |/| | | | | | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/caf/caf-wlan/master' * origin/caf/caf-wlan/master: Cafstaging Release 1.0.0.255A qca-cld:hdd: Fix ACS AP+AP guest AP start failure qca-cld:hdd: Fix ACS STA+AP restart failure qca-cld:hdd: Fix start AP in legacy mode when ACS enabled Change-Id: I2540f3885eba14bf7e05c39fd9a469d1b5ec3422
| | * | | | Cafstaging Release 1.0.0.255AAnjaneeDevi Kapparapu2014-12-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cafstaging Release 1.0.0.255A Change-Id: I46dff0334e9c7b44491d46b798c8b04e2e56cdb9 CRs-Fixed: 688141
| | * | | | qca-cld:hdd: Fix ACS AP+AP guest AP start failurePeng Xu2014-12-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When ACS and OBSS are enabled, in AP+AP mode, guest AP failed to start. When both AP are trying to do OBSS scan, guest AP's OBSS scan returns device busy, this leads guest hostapd trying to change the interface to station mode to do scan. The interface change destroys the guest AP's SAP context. This fix will prevent change of interface if ACS and OBSS are in progress. Change-Id: I1a82f6a20743dcaa254cf48283e63c4a8dd4c3ac CRs-fixed: 770600
| | * | | | qca-cld:hdd: Fix ACS STA+AP restart failurePeng Xu2014-12-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When ACS is enabled and SAP is restarted, channel need to be reset to 0 before performing ACS function. Change-Id: If23b5bd339f3876bc3304df27aba2e1406d6335e CRs-fixed: 770520
| | * | | | qca-cld:hdd: Fix start AP in legacy mode when ACS enabledPeng Xu2014-12-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When ieee80211n and ht_capab are not set, SAP failed to start. This fix addresses the issue. Change-Id: I92b4d0e33cf16600ca6de8a7222ecc794cab1167 CRs-fixed: 770017
| * | | | | Merge "Release 1.0.0.255 QCACLD WLAN Driver"Linux Build Service Account2014-12-12
| |\ \ \ \ \
| | * | | | | Release 1.0.0.255 QCACLD WLAN DriverAnjaneedevi Kapparapu2014-12-12
| |/| | | | | | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/caf/caf-wlan/master' * origin/caf/caf-wlan/master: Cafstaging Release 1.0.0.255 qcacld HDD: Wait Deauth response for sta deletion qcacld: Featurize Intra BSS Forwarding Offload qcacld:IPA uC: Handle duplicate WLAN_AP_CONNECT event after CAC Change-Id: Ie0aad190dbed0866e7ae47bb1da61241f132362c
| | * | | | Cafstaging Release 1.0.0.255AnjaneeDevi Kapparapu2014-12-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cafstaging Release 1.0.0.255 Change-Id: I533535f4972ce70f0dc28534d0a739553d1a1b3f CRs-Fixed: 688141
| | * | | | qcacld HDD: Wait Deauth response for sta deletionManikandan Mohan2014-12-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When SAP is restarted, all connected station are disassociated and deauthenticated. But Cfg80211 layer return immediately. This result in some station not getting really disassociated. This update fixes this situation by waiting for deauth completion before proceeding with next station deauth. Change-Id: Ibc186191d2454a2bd730da07804537c54f10f0a8 CRs-fixed: 767351
| | * | | | qcacld: Featurize Intra BSS Forwarding OffloadYun Park2014-12-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change is to featurize Intra BSS Forwarding Offload. All forwarding packets will be sent to IPA uC (by forward bit clear by FW), so offload will work for Intra BSS. By default, forward bit is set by FW, and host driver does the forwarding. Change-Id: Id8003081d99b1a9dad330f553097d7705bdf519d CRs-fixed: 770042
| | * | | | qcacld:IPA uC: Handle duplicate WLAN_AP_CONNECT event after CACYun Park2014-12-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As part of DFS testing, when a RADAR pulses are detected, SAP module would trigger eSAP_START_BSS_EVENT events with updated channel. While handling this event in HDD, WLAN_AP_CONNECT would be called multiple times for the same interface. Now added fix to handle uC offload enable for the multiple indications gracefully. Change-Id: I42442f8664f33509c27092f4b47167e338234453 CRs-Fixed: 769220
| * | | | | Merge "Release 1.0.0.254 QCACLD WLAN Driver"Linux Build Service Account2014-12-11
| |\ \ \ \ \
| | * | | | | Release 1.0.0.254 QCACLD WLAN DriverAnjaneedevi Kapparapu2014-12-11
| |/| | | | | | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/caf/caf-wlan/master' * origin/caf/caf-wlan/master: Cafstaging Release 1.0.0.254 qcacld: CL 1171100 - update fw common interface files qcacld: hdd: Add new vendor subcommand for OCB mode qcacld: hdd: Merge DSRC changes wlan: Merge DSRC changes in UMAC wlan: Merge DSRC changes in Device Access wlan: Merge DSRC changes in Data qcacld: Channel center frequency in VHT operation IE is zero qcacld: CL 1166352 - update fw debug log file Change-Id: I3b8138cbf4091397ebf89da27a575bc867011f9e
| | * | | | Cafstaging Release 1.0.0.254AnjaneeDevi Kapparapu2014-12-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cafstaging Release 1.0.0.254 Change-Id: I0e51f8df4e280e077edfcad237798c2744ddfd1a CRs-Fixed: 688141
| | * | | | qcacld: CL 1171100 - update fw common interface filesKrishna Kumaar Natarajan2014-12-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change set add firmware common interface changes related to DSRC prototype implementation. Change-Id: I808a7b6ad368411ec1f14d7c51d40fd754cad86b CRs-Fixed: 769398
| | * | | | qcacld: hdd: Add new vendor subcommand for OCB modeninadm2014-12-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add OCB Set Schedule command as a NL80211 Vendor Subcommand Change-Id: I2eb7184608551a3e053ad58628570f56f1fc6f10 CRs-Fixed: 754373
| | * | | | qcacld: hdd: Merge DSRC changesninadm2014-12-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add OCB mode of operation - Add new config parameter to enable OCB mode - Create new interface for OCB mode - Add new ioctl for OCB Set Schedule command Change-Id: I2e09676909780c5a4f52adf6f56c4e24ccc5e919 CRs-Fixed: 754373
| | * | | | wlan: Merge DSRC changes in UMACninadm2014-12-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add OCB mode of operation - Add APIs for OCB set schedule command - Statically add 5.9 GHz band channels Change-Id: I1f06223ed1ce6175d488fc58668a04d12bc83b6e CRs-Fixed: 754373
| | * | | | wlan: Merge DSRC changes in Device AccessSamuel Ahn2014-12-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add OCB mode of operation - Add OCB Set Schedule Command - Add API to set and retrieve OCB self peer Change-Id: I31c0febe9c8c1cec6718864faa3bf58e179bf00c CRs-Fixed: 754373
| | * | | | wlan: Merge DSRC changes in Dataninadm2014-12-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add OCB mode of operation - Forward OCB traffic to OCB self peer Change-Id: I8eb0680d1458defee8f26864f6e11944268139d0 CRs-Fixed: 754373
| | * | | | qcacld: Channel center frequency in VHT operation IE is zeroSandeep Puligilla2014-12-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | VHT operation IE is advertising wrong channel center frequency due to wrong channel bonding mode is obtained while generating the channel bonding from the phy mode. Wrong enums types were compared to generate the channel mode. Change-Id: I343a0c4e0cb074d806cfe4b3f20add858a780723 CRs-fixed: 768685
| | * | | | qcacld: CL 1166352 - update fw debug log fileYuanyuan Liu2014-12-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add DBG log IDs for HTT modules for new HTT group credit Change-Id: Ic0a8408e9f055d0482e903d4761c53e1aea69f62 CRs-Fixed: 766745
| * | | | | Merge "Release 1.0.0.253 QCACLD WLAN Driver"Linux Build Service Account2014-12-10
| |\ \ \ \ \
| | * | | | | Release 1.0.0.253 QCACLD WLAN DriverAnjaneedevi Kapparapu2014-12-10
| |/| | | | | | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/caf/caf-wlan/master' * origin/caf/caf-wlan/master: Cafstaging Release 1.0.0.253 qcacld: Disable TDLS and TDLS offchannel when prohibited by AP qcacld: Disable TDLS and TDLS offchannel when prohibited by AP qcacld: handle correct definition of struct wiphy_vendor_command qcacld: usb: Revise hif processing protection for race condition qcacld: Changes to support MKK5_FCCA(0x9a) regulatory domain. qcacld-2.0: Zero PowerSave Params before configuring to Target. qcacld: fix for HT protection bit not being set correctly Change-Id: Ie1717ad95b0ab93ec960e6d6663d28d70c655c22
| | * | | | Cafstaging Release 1.0.0.253AnjaneeDevi Kapparapu2014-12-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cafstaging Release 1.0.0.253 Change-Id: I2552967fa96ec0d7356dbbcee5364796429fd698 CRs-Fixed: 688141
| | * | | | qcacld: Disable TDLS and TDLS offchannel when prohibited by APRajesh Chauhan2014-12-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Normally an AP does not influence TDLS connection between STAs associated to it. But AP may set bits for TDLS Prohibited, or TDLS Channel Switch Prohibited in Extended Capability IE in Assoc/Re-assoc response to the STA. If AP prohibits TDLS then disable TDLS in driver and fw. If AP prohibits TDLS channel switch then disable TDLS offchannel in fw. (This commit is for changes in HDD files) Change-Id: I8cb036725b39b51780ccaee1113cc89c299a7e42 CRs-fixed: 768084
| | * | | | qcacld: Disable TDLS and TDLS offchannel when prohibited by APRajesh Chauhan2014-12-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Normally an AP does not influence TDLS connection between STAs associated to it. But AP may set bits for TDLS Prohibited, or TDLS Channel Switch Prohibited in Extended Capability IE in Assoc/Re-assoc response to the STA. If AP prohibits TDLS then disable TDLS in driver and fw. If AP prohibits TDLS channel switch then disable TDLS offchannel in fw and do not encode channel switching capability, supported channels and supported regulatory classes in TDLS Discovery Response, TDLS Setup Request and TDLS Setup Response frames. (This commit is for changes in UMAC files) Change-Id: I89cd38dce3b967949efcc3183191ca62f0a24c73 CRs-fixed: 768084
| | * | | | qcacld: handle correct definition of struct wiphy_vendor_commandJeff Johnson2014-12-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the nl80211 vendor command support was backported to 3.10, it was backported with a flaw in struct wiphy_vendor_command. This flaw is being fixed, so update the driver to always expect the correct definition. Change-Id: I2f7e0e47e1364854a26079759b9407f497277ee9 CRs-Fixed: 768718
| | * | | | qcacld: usb: Revise hif processing protection for race conditionChien-Ming Chen2014-12-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is race condition between hif_usb_remove and hif_unregister_driver. To enhance the variable of processing protection to avoid issue. The problem is in __hdd_wlan_exit at hif_unregister_driver, because HIF SC is freed by hif_usb_remove before completing. Change-Id: Ic60be6e40f571687746f0e7963f27df8d1be44a1 CRs-Fixed: 766418
| | * | | | qcacld: Changes to support MKK5_FCCA(0x9a) regulatory domain.Edhar, Mahesh Kumar2014-12-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes made to support MKK5_FCCA regulatory domain in host. Change-Id: I7718ac23d9e24c4c790162a97c4ef8b6063bb590 CRs-Fixed: 768241
| | * | | | qcacld-2.0: Zero PowerSave Params before configuring to Target.Komal Seelam2014-12-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MemZero PS Params before configuring to Target. Change-Id: Iaa85cac41a7f3af9303d4aa46128e96eb460240b CRs-Fixed: 768428
| | * | | | qcacld: fix for HT protection bit not being set correctlyNaveen Rawat2014-12-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In function pe_reset_protection_callback there is no resets for mac_ctx->lim.gHTOperMode, and other protection structs. Because of the lack of reset, beacon reception path can't enable 11a protection again even though APUT has received legacy beacons. To fix set this variable to eSIR_HT_OP_MODE_PURE in function pe_reset_protection_callback. Change-Id: I93696f045f2dc3402a87a729eb0068130c09b84c CRs-Fixed: 767906
| * | | | | Merge "Release 1.0.0.252 QCACLD WLAN Driver"Linux Build Service Account2014-12-09
| |\ \ \ \ \
| | * | | | | Release 1.0.0.252 QCACLD WLAN DriverAnjaneedevi Kapparapu2014-12-09
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/caf/caf-wlan/master' into HEAD * origin/caf/caf-wlan/master: Cafstaging Release 1.0.0.252 wlan: Use actual Length instead of padded length as pkt length wlan: qca_cld: Populate Current AP Bssid in Reassociation request cnss_diag:Remove waiting for ready/load/unload events qcacld-2.0: Remove nl broadcast events qcacld: SAP: Do not allow 11a STA connection in 11n only mode qca_cld: Compile WLAN open source driver for MSM8992 Change-Id: I2445527b651e2f3010541996f21d17cde8924d0b
| | | * | | | Cafstaging Release 1.0.0.252AnjaneeDevi Kapparapu2014-12-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cafstaging Release 1.0.0.252 Change-Id: I5dfb171249aaa6d340e12cbc4ba2a93ec38f4234 CRs-Fixed: 688141
| | | * | | | wlan: Use actual Length instead of padded length as pkt lengthSanjay Devnani2014-12-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes issue with application getting higher bytes Change-Id: Ib19af986281bc563e6d7452c8e5075ac47174cdd CRs-fixed: 767722
| | | * | | | wlan: qca_cld: Populate Current AP Bssid in Reassociation requestVarun Reddy Yeturu2014-12-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1) Populate the current AP bssid in the re-association request by saving it in the FT Session initially and using it later when needed. 2) The current AP bssid is no more present in the ftPreAuthReq since it is cleaned up while doing the limFTCleanup during peDeleteSession. Change-Id: Ib8d15cea49310d66286de928e061a977742fe9bd CRs-Fixed: 768100
| | | * | | | cnss_diag:Remove waiting for ready/load/unload eventsNagaraj2014-12-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Remove waiting for ready/load/unload events. 2. Add function to check interface exists or not 3. Create thread, this waits for wlan interface added /removed events. CRs-Fixed: 750152 Change-Id: Ica249e0023d14bcf610573d0e72157b3e2f4da3a
| | | * | | | qcacld-2.0: Remove nl broadcast eventsNagaraj2014-12-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove broadcast indication from driver to cnss_diag. Added conditions to validate a pid. CRs-Fixed: 750152 Change-Id: I9121a4efbc3f20e4b7dd42f10606abe9780bc61e
| | | * | | | qcacld: SAP: Do not allow 11a STA connection in 11n only modeSandeep Puligilla2014-12-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sap phy mode is getting updated to 11AC mode when 'gSapForce11ACFor11n' is enabled and allowing 11a station to associate. Change-Id: Ia166e86892d1736e40679c174e376cf7fbea3c7a CRs-Fixed: 767171
| | | * | | | qca_cld: Compile WLAN open source driver for MSM8992AnjaneeDevi Kapparapu2014-12-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable to build WLAN open source driver for MSM8992 by default. Change-Id: I3f71c3a40ac64fbee4574f48324bd4671ada79fc CRs-fixed: 767419
| * | | | | | Merge "Release 1.0.0.251A QCACLD WLAN Driver"Linux Build Service Account2014-12-09
| |\| | | | |
| | * | | | | Release 1.0.0.251A QCACLD WLAN DriverAkash Patel2014-12-08
| |/| | | | | | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/caf/caf-wlan/master' * origin/caf/caf-wlan/master: Cafstaging Release 1.0.0.251A Revert "qca_cld: wlan rx thread set affinity build issue fix" qca-cld: revert rx thread affinity Change-Id: I3a4b6a49a4223d5bd1d9822c9ca07f5daf41dec5