Commit Graph

5443 Commits

Author SHA1 Message Date
CNSS_WLAN Service
28e731f361 Merge "qcacld-3.0: update attribute validation policy" into wlan-cld3.driver.lnx.2.0-dev 2017-07-12 13:17:01 -07:00
CNSS_WLAN Service
bb5caaa598 Merge "Release 5.2.0.34C" into wlan-cld3.driver.lnx.2.0-dev 2017-07-12 13:17:00 -07:00
CNSS_WLAN Service
29e0fecfab Merge "qcacld-3.0: Avoid concurrent matrix max param overread" into wlan-cld3.driver.lnx.2.0-dev 2017-07-12 13:16:59 -07:00
CNSS_WLAN Service
70a2b7f0cc Merge "Release 5.2.0.34B" into wlan-cld3.driver.lnx.2.0-dev 2017-07-12 13:16:58 -07:00
CNSS_WLAN Service
5ef840007e Merge "qcacld-3.0: Update DBS capability in vendor command" into wlan-cld3.driver.lnx.2.0-dev 2017-07-12 13:16:58 -07:00
CNSS_WLAN Service
b0d0657b09 Merge "Release 5.2.0.34A" into wlan-cld3.driver.lnx.2.0-dev 2017-07-12 13:16:57 -07:00
CNSS_WLAN Service
cdd5c45ee2 Merge "qcacld-3.0: Cleanup CBMode in SME" into wlan-cld3.driver.lnx.2.0-dev 2017-07-12 13:16:56 -07:00
CNSS_WLAN Service
34e14d5bb7 Merge "qcacld-3.0: Fix clang warnings in PE" into wlan-cld3.driver.lnx.2.0-dev 2017-07-12 13:16:55 -07:00
CNSS_WLAN Service
e17ccef45b Merge "qcacld-3.0: Fix CLANG warning for driver_type" into wlan-cld3.driver.lnx.2.0-dev 2017-07-12 13:16:54 -07:00
CNSS_WLAN Service
27aab92fd8 Merge "Release 5.2.0.34" into wlan-cld3.driver.lnx.2.0-dev 2017-07-12 13:16:53 -07:00
CNSS_WLAN Service
fcabc08635 Merge "qcacld-3.0: Enable Napier monitor mode configuration" into wlan-cld3.driver.lnx.2.0-dev 2017-07-12 13:16:52 -07:00
Ganesh Kondabattini
099e6e8d6a qcacld-3.0: update attribute validation policy
Update attribute validation policy for
QCA_WLAN_VENDOR_ATTR_SAP_MANDATORY_FREQUENCY_LIST vendor attribute

CRs-Fixed: 2069917
Change-Id: Iea67767d9dc324f4cf87cc0838c7f34a6e47d75c
2017-07-10 05:51:33 -07:00
snandini
ce63183d35 Release 5.2.0.34C
Release 5.2.0.34C

Change-Id: I3d31b1e691c911e3ff6e005f8b24d016d9962bfe
CRs-Fixed: 774533
2017-07-10 03:30:30 -07:00
Rajeev Kumar Sirasanagandla
bff450c4e7 qcacld-3.0: Avoid concurrent matrix max param overread
Currently there is no nl policy defined for vendor sub command
QCA_NL80211_VENDOR_SUBCMD_GET_CONCURRENCY_MATRIX which may result in
buffer overread error.

To resolve this, add nl policy.

Change-Id: I155efdbb07f1c5fe300bb2be0c2a3fe07c7e134b
CRs-Fixed: 2054690
2017-07-10 03:30:29 -07:00
snandini
7dbe7e46b9 Release 5.2.0.34B
Release 5.2.0.34B

Change-Id: Ia09a4ac08592374408d98ab6b20cd677034340b0
CRs-Fixed: 774533
2017-07-10 02:45:52 -07:00
Ganesh Kondabattini
d921ed9fb4 qcacld-3.0: Update DBS capability in vendor command
Update the DBS capability of HW in vendor attribute
'QCA_WLAN_VENDOR_ATTR_CONCURRENCY_CAPA' of vendor sub command
'QCA_NL80211_VENDOR_SUBCMD_GET_FEATURES'.

CRs-Fixed: 2064411
Change-Id: I79ddd50a31c7627706684ddb1e5dbab667bf028d
2017-07-10 02:45:52 -07:00
snandini
65f2549bdc Release 5.2.0.34A
Release 5.2.0.34A

Change-Id: I6e8351c29219b7e99652eda9e016abdb0901710e
CRs-Fixed: 774533
2017-07-09 23:41:17 -07:00
Varun Reddy Yeturu
0d3d9916c4 qcacld-3.0: Cleanup CBMode in SME
Cleanup the variable CBMode as there is no usage of
the variable in the code

Change-Id: I4e63a0f6f1cddd639f324c177b198e4b5c18e9e0
CRs-Fixed: 2063149
2017-07-09 23:41:17 -07:00
Varun Reddy Yeturu
8c68b47fa6 qcacld-3.0: Fix clang warnings in PE
Fix implicit conversion from enumeration type 'enum eSirMacStatusCodes'
to different enumeration type 'tSirResultCodes' (aka 'enum
eSirResultCodes')
Fix implicit conversion from enumeration type 'QDF_MODULE_ID' to
different enumeration type 'CDS_MQ_ID'
Fix implicit conversion from enumeration type 'enum eSirRetStatus' to
different enumeration type 'tSirResultCodes'
Fix implicit conversion from enumeration type 'QDF_STATUS' to different
enumeration type 'tSirResultCodes'
Fix implicit conversion from enumeration type 'tSirMacReasonCodes' (aka
'enum eSirMacReasonCodes') to different enumeration type
'tSirResultCodes'

Change-Id: I2e769dcf34a54959082d8154b1e9377b356d2f5e
CRs-Fixed: 2063149
2017-07-09 23:41:15 -07:00
Varun Reddy Yeturu
ba1942a040 qcacld-3.0: Fix CLANG warning for driver_type
Fix implicit conversion from type 'enum driver_type' to different
enumeration type 't_wma_drv_type'

Remove duplicate data structure

Change-Id: Iccf1bed796c0a67109788ce434ab9115b378dd43
CRs-Fixed: 2063149
2017-07-09 23:41:13 -07:00
CNSS_WLAN Service
c8436b1a14 Merge changes I4cc41267,Ic4f87c20,Ie4713a18 into wlan-cld3.driver.lnx.2.0-dev
* changes:
  Release 5.2.0.33Z
  qcacld-3.0: Increase scan ageing value for emulation
  Release 5.2.0.33Y
2017-07-09 08:03:23 -07:00
Linux Build Service Account
111c5563e8 Merge "qcacld-3.0: Add .ini configuration for max number of AMSDU" 2017-07-09 07:58:25 -07:00
snandini
af30dc461b Release 5.2.0.34
Release 5.2.0.34

Change-Id: I5c1328409ded3ed0cb04d983d50a8b7f961514dc
CRs-Fixed: 774533
2017-07-09 01:40:06 -07:00
Ravi Joshi
4f095955f4 qcacld-3.0: Enable Napier monitor mode configuration
Host is required to send HTT messages to firmware to configure
and enable monitor mode. The HTT message requests the firmware
to subscribe the TLVs, packet types and also monitor mode type.

CRs-Fixed: 2071621
Change-Id: If2da5de01f3a7eb594e25b421bc17f97498c8a92
2017-07-09 01:40:05 -07:00
snandini
862cc56693 Release 5.2.0.33Z
Release 5.2.0.33Z

Change-Id: I4cc412671dca02162d7c97a7c60af634196af7f8
CRs-Fixed: 774533
2017-07-08 23:41:18 -07:00
Varun Reddy Yeturu
c4631fb7f1 qcacld-3.0: Increase scan ageing value for emulation
Increase the scan ageing timer value from 30 seconds
to 90 seconds for the configuration item
gScanAgingTime

Change-Id: Ic4f87c20601f753c71710d20ed98bdb774538f82
CRs-Fixed: 2072461
2017-07-08 23:41:17 -07:00
Linux Build Service Account
462b577db1 Merge "qcacld-3.0: Fix invalid challenge text sent out by SAP" 2017-07-08 21:48:52 -07:00
Linux Build Service Account
2280ab1ddb Merge "qcacld-3.0: Do not invoke panic on mode request failure" 2017-07-08 21:48:52 -07:00
CNSS_WLAN Service
207bc59bfd Merge changes I1e3cf186,I4614ec38,I1440706c,I8b194fb0,I4391f2ef,Ib99bbd4f,Ie532a898,I9d239ceb,I964520dc,Idc775274,Ib4fea9c6,Idc3c4f48 into wlan-cld3.driver.lnx.2.0-dev
* changes:
  Release 5.2.0.33X
  qcacld-3.0: Add 11d scan event to wow statistics
  Release 5.2.0.33W
  qcacld-3.0: Randomize NDI mac address
  qcacld-3.0: Enable support for multiple NAN Data Interfaces
  Release 5.2.0.33V
  qcacld-3.0: Free callback arg of set link state while discarding WMA msg
  Release 5.2.0.33U
  qcacld-3.0: Add support of request peer stats info(part 1)
  qcacld-3.0: Free hif recv buffers in cds_flush
  Release 5.2.0.33T
  qcacld-3.0: Ensure SNR/RSSI fits int8 before passing to UMAC
2017-07-08 21:16:40 -07:00
Linux Build Service Account
aa76a34cd9 Merge "qcacld-3.0: Update valid rssi value to upper-layer" 2017-07-08 21:14:00 -07:00
CNSS_WLAN Service
a1c3d1c445 Merge "Release 5.2.0.33S" into wlan-cld3.driver.lnx.2.0-dev 2017-07-08 18:46:17 -07:00
CNSS_WLAN Service
0ab4536548 Merge "qcacld-3.0: Address excessive logging during PE frame parsing" into wlan-cld3.driver.lnx.2.0-dev 2017-07-08 18:46:16 -07:00
CNSS_WLAN Service
9dd1662e8a Merge "qcacld-3.0: Add option to avoid timestamp in version string" into wlan-cld3.driver.lnx.2.0-dev 2017-07-08 18:46:14 -07:00
CNSS_WLAN Service
2ad3eba6dc Merge "Release 5.2.0.33R" into wlan-cld3.driver.lnx.2.0-dev 2017-07-08 18:46:13 -07:00
CNSS_WLAN Service
daf58e98e8 Merge "qcacld-3.0: Refactor __wlan_hdd_cfg80211_get_station" into wlan-cld3.driver.lnx.2.0-dev 2017-07-08 18:46:12 -07:00
CNSS_WLAN Service
499ab16651 Merge "qcacld-3.0: Refactor wlan_hdd_get_station_stats" into wlan-cld3.driver.lnx.2.0-dev 2017-07-08 18:46:11 -07:00
CNSS_WLAN Service
b2a18aa494 Merge "Release 5.2.0.33Q" into wlan-cld3.driver.lnx.2.0-dev 2017-07-08 18:46:08 -07:00
CNSS_WLAN Service
a67a2ad43e Merge "qcacld-3.0: Add support for attributes in MBO-OCE IE" into wlan-cld3.driver.lnx.2.0-dev 2017-07-08 18:46:07 -07:00
CNSS_WLAN Service
584a0f0e75 Merge "Release 5.2.0.33P" into wlan-cld3.driver.lnx.2.0-dev 2017-07-08 18:46:05 -07:00
CNSS_WLAN Service
8565de6531 Merge "qcacld-3.0: Fix memory leak issues in HDD" into wlan-cld3.driver.lnx.2.0-dev 2017-07-08 18:46:04 -07:00
CNSS_WLAN Service
d327eda091 Merge "Release 5.2.0.33O" into wlan-cld3.driver.lnx.2.0-dev 2017-07-08 18:46:03 -07:00
CNSS_WLAN Service
a7ed251b0d Merge "qcacld-3.0: Move IPA SSR deinit after CDS Sched close" into wlan-cld3.driver.lnx.2.0-dev 2017-07-08 18:46:02 -07:00
CNSS_WLAN Service
bf88b0531d Merge "Release 5.2.0.33N" into wlan-cld3.driver.lnx.2.0-dev 2017-07-08 18:45:59 -07:00
CNSS_WLAN Service
ed8e2ccf54 Merge "qcacld-3.0: Configure scan burst duration when NDI is active" into wlan-cld3.driver.lnx.2.0-dev 2017-07-08 18:45:58 -07:00
CNSS_WLAN Service
a30ecd54a0 Merge "qcacld-3.0: Fix stability issue while freeing NDI session" into wlan-cld3.driver.lnx.2.0-dev 2017-07-08 18:45:57 -07:00
CNSS_WLAN Service
1021f2b888 Merge "Release 5.2.0.33M" into wlan-cld3.driver.lnx.2.0-dev 2017-07-08 18:45:56 -07:00
CNSS_WLAN Service
253a73ec5e Merge "qcacld-3.0: Fix NAN peer addition/deletion with all-zero mac addr" into wlan-cld3.driver.lnx.2.0-dev 2017-07-08 18:45:55 -07:00
CNSS_WLAN Service
919a89c3f1 Merge "qcacld-3.0: Fix build errors generated by gcc 6" into wlan-cld3.driver.lnx.2.0-dev 2017-07-08 18:45:54 -07:00
CNSS_WLAN Service
cd0082ff92 Merge "qcacld-3.0: Fix cds_mc_thread getting stuck in infinite loop" into wlan-cld3.driver.lnx.2.0-dev 2017-07-08 18:45:53 -07:00
CNSS_WLAN Service
962f696816 Merge "qcacld-3.0: Fix the value of LIM_ENCR_AUTH_BODY_LEN" into wlan-cld3.driver.lnx.2.0-dev 2017-07-08 18:45:51 -07:00