소스 검색

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 년 전
부모
커밋
51dfb7af79
2개의 변경된 파일112개의 추가작업 그리고 113개의 파일을 삭제
  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
  *

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 111 - 112
core/mac/src/sys/legacy/src/utils/src/dot11f.c


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.