android_kernel_xiaomi_sm8350/core/hdd/inc
Qun Zhang 043635a34f qcacld-3.0: Update wiphy band info after FW ready event is received
The driver can be configured to support only 2.4 GHz operation
via INI setting "BandCapability=1". Currently, when the driver
is configured in this manner, the RF bands attribute in the
WPS IE in Probe Request frames incorrectly indicates the driver
can support both 2.4 GHz and 5 GHz operation. This is because
the logic used to configure the wiphy->bands occurs before the
INI file has been processed, and hence the BandCapability is
not properly applied. To address this issue relocate the logic
that updates the wiphy->bands until after the INI file has been
processed.

Wiphy supported band info is also dependent on FW capabilities,
so update wiphy band info after FW ready event is received.

Change-Id: Ic210cafd730f56feb9df06d8ad5fcd8cca8355fc
CRs-Fixed: 2377343
2019-03-31 20:56:52 -07:00
..
hdd_config.h qcacld-3.0: Refactor ini CFG_DHCP_SERVER_IP_NAME 2019-02-27 05:10:08 -08:00
hdd_dp_cfg.h qcacld-3.0: Add INI config option to control WMI credits 2019-03-29 11:05:38 -07:00
qc_sap_ioctl.h qcacld-3.0: Consolidate multiple MAC_ADDR_LEN to QDF_MAC_ADDR_SIZE 2019-03-28 16:49:58 -07:00
wlan_hdd_apf.h qcacld-3.0: Remove WLAN_WAIT_TIME_APF_GET_CAPS 2019-01-07 08:46:41 -08:00
wlan_hdd_assoc.h qcacld-3.0: Rename HDD identifier RSNAuthType 2019-03-14 13:01:15 -07:00
wlan_hdd_cfg.h qcacld-3.0: Add INI config option to control WMI credits 2019-03-29 11:05:38 -07:00
wlan_hdd_conc_ut.h
wlan_hdd_data_stall_detection.h
wlan_hdd_debugfs_coex.h qcacld-3.0: Add support to improve coex logging 2019-03-29 00:47:53 -07:00
wlan_hdd_debugfs_csr.h qcacld-3.0: Fix markings 2019-02-22 21:23:30 -08:00
wlan_hdd_debugfs_llstat.h qcacld-3.0: Increase ll_stats driver buffer size 2018-08-02 20:36:03 -07:00
wlan_hdd_debugfs.h qcacld-3.0: Add debugfs framework support for CSR 2018-09-06 08:54:31 -07:00
wlan_hdd_driver_ops.h
wlan_hdd_ether.h
wlan_hdd_ftm.h
wlan_hdd_fw_state.h qcacld-3.0: Support firmware state check through cfg80211 vendor cmd 2019-03-01 09:23:49 -08:00
wlan_hdd_he.h qcacld-3.0: Cleanup He cap INI items 2019-01-14 17:32:29 -08:00
wlan_hdd_host_offload.h
wlan_hdd_includes.h
wlan_hdd_ipa.h
wlan_hdd_lro.h qcacld-3.0: Remove obsolete hdd_lro_init() stub 2018-12-06 23:09:57 -08:00
wlan_hdd_main.h qcacld-3.0: Update wiphy band info after FW ready event is received 2019-03-31 20:56:52 -07:00
wlan_hdd_misc.h
wlan_hdd_mpta_helper.h qcacld-3.0: Add MPTA helper support 2019-03-15 07:46:59 -07:00
wlan_hdd_nan.h qcacld-3.0: Remove unused wlan_hdd_cfg80211_nan_*() stubs 2019-03-07 22:22:42 -08:00
wlan_hdd_napi.h
wlan_hdd_oemdata.h qcacld-3.0: Refine hdd_send_peer_status_ind_to_oem_app() 2019-02-24 14:59:22 -08:00
wlan_hdd_p2p.h qcacld-3.0: Replace camelCase in struct p2p_app_set_ps 2019-03-25 12:39:21 -07:00
wlan_hdd_packet_filter_api.h qcacld-3.0: Use vdev_id in wlan_hdd_set_filter() 2019-02-27 09:55:42 -08:00
wlan_hdd_packet_filter_rules.h
wlan_hdd_power.h qcacld-3.0: Fix compiler error on UP target 2018-11-06 21:07:41 -08:00
wlan_hdd_regulatory.h
wlan_hdd_softap_tx_rx.h qcacld-3.0: Support for DP RX Threads 2018-08-24 18:35:32 -07:00
wlan_hdd_spectralscan.h qcacld-3.0: Integrate DSC (spectral scan) 2019-02-27 19:24:47 -08:00
wlan_hdd_sysfs.h qcacld-3.0: Add Host Driver support for Beacon reception stats 2018-12-11 12:27:05 -08:00
wlan_hdd_tdls.h qcacld-3.0: Remove typedef cfg80211_exttdls_callback 2019-01-09 03:38:28 -08:00
wlan_hdd_trace.h qcacld-3.0: Add mtrace logging for P2P module 2018-09-11 12:01:40 -07:00
wlan_hdd_tsf.h qcacld-3.0: expose TSF to user space by file system on Vipertooth 2018-10-13 15:23:10 -07:00
wlan_hdd_twt.h qcacld-3.0: Remove hardcoded print message for ini parameters 2018-09-03 00:22:07 -07:00
wlan_hdd_tx_rx.h qcacld-3.0: Fix hdd_register_tx_flow_control() prototype 2019-03-25 12:39:36 -07:00
wlan_hdd_wext.h qcacld-3.0: Dynamic Coex IOCTL Changes 2019-02-10 23:46:26 -08:00
wlan_hdd_wmm.h qcacld-3.0: Rename HDD identifier wmmPrevTrafficCnt 2019-03-13 09:31:53 -07:00
wlan_hdd_wowl.h