qcacmn: keep non intesected phymode in scan db

scan db has intersected phymode. For BSS information via iwlist we need
non intersected phymode.

Change-Id: I62a4aea33a67ac12b5be5bcdd4a3fc4538056df9
CRs-Fixed: 3454700
This commit is contained in:
aloksing
2023-04-29 13:34:29 +05:30
committed by Madan Koyyalamudi
부모 d0badcb989
커밋 d8e1a8418c
2개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제

파일 보기

@@ -595,6 +595,7 @@ struct ml_info {
* @raw_frame: contain raw frame and the length of the raw frame
* @pdev_id: pdev id
* @ml_info: Multi link information
* @non_intersected_phymode: Non intersected phy mode of the AP
*/
struct scan_cache_entry {
uint8_t frm_subtype;
@@ -648,6 +649,7 @@ struct scan_cache_entry {
#ifdef WLAN_FEATURE_11BE_MLO
struct ml_info ml_info;
#endif
enum wlan_phymode non_intersected_phymode;
};
#define MAX_FAVORED_BSSID 16