Explorar el Código

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 hace 6 años
padre
commit
51dfb7af79
Se han modificado 2 ficheros con 112 adiciones y 113 borrados
  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
  *

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 111 - 112
core/mac/src/sys/legacy/src/utils/src/dot11f.c


Algunos archivos no se mostraron porque demasiados archivos cambiaron en este cambio