Quellcode durchsuchen

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 vor 6 Jahren
Ursprung
Commit
51dfb7af79
2 geänderte Dateien mit 112 neuen und 113 gelöschten Zeilen
  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
  *

Datei-Diff unterdrückt, da er zu groß ist
+ 111 - 112
core/mac/src/sys/legacy/src/utils/src/dot11f.c


Einige Dateien werden nicht angezeigt, da zu viele Dateien in diesem Diff geändert wurden.