Browse Source

qcacld-3.0: Don't process duplicate WMM/WME IEs

After parsing initial WMM params (say with version 1) if
driver gets another WMM param with same IE present of qbss
params (say with version 2), the driver rejects the entire
IE. This results driver does not send WMM/WME IEs in assoc
request as per expected value.

Fix is to make sure driver should not process duplicate
WMM/WME IEs.

Change-Id: Ieb218af18709b0632b91c8d66560690667bfb8fa
CRs-Fixed: 2415298
Abhinav Kumar 6 years ago
parent
commit
51dfb7af79
2 changed files with 112 additions and 113 deletions
  1. 1 1
      core/mac/src/include/dot11f.h
  2. 111 112
      core/mac/src/sys/legacy/src/utils/src/dot11f.c

+ 1 - 1
core/mac/src/include/dot11f.h

@@ -26,7 +26,7 @@
  *
  *
  * This file was automatically generated by 'framesc'
- * Tue Feb  5 16:01:26 2019 from the following file(s):
+ * Mon Mar 25 14:48:07 2019 from the following file(s):
  *
  * dot11f.frms
  *

File diff suppressed because it is too large
+ 111 - 112
core/mac/src/sys/legacy/src/utils/src/dot11f.c


Some files were not shown because too many files changed in this diff