qcacld-3.0: Remove obsolete hdd_context packet capture members
Usage of the enable_pkt_capture_support and val_pkt_capture_mode members of struct hdd_context was removed by the following patch as part of packet capture componentization: qcacld-3.0: Remove packet capture ini's in cds Change-Id Ice4765c7eb697743b1dccc8a70be1b7ce766e037 Since these are obsolete, remove them Change-Id: I28ffd0fe209b1d663046e8dec96d18ef5e269755 CRs-Fixed: 3424981
此提交包含在:
@@ -1868,8 +1868,6 @@ enum wlan_state_ctrl_str_id {
|
||||
* @pm_qos_req:
|
||||
* @qos_cpu_mask: voted cpu core mask
|
||||
* @pm_qos_req: pm_qos request for all cpu cores
|
||||
* @enable_pkt_capture_support: enable packet capture support
|
||||
* @val_pkt_capture_mode: value for packet capturte mode
|
||||
* @roam_ch_from_fw_supported:
|
||||
* @dutycycle_off_percent:
|
||||
* @pm_qos_request_flags:
|
||||
@@ -2129,12 +2127,6 @@ struct hdd_context {
|
||||
struct cpumask qos_cpu_mask;
|
||||
#elif defined(CLD_PM_QOS)
|
||||
struct pm_qos_request pm_qos_req;
|
||||
#endif
|
||||
#ifdef WLAN_FEATURE_PKT_CAPTURE
|
||||
/* enable packet capture support */
|
||||
bool enable_pkt_capture_support;
|
||||
/* value for packet capturte mode */
|
||||
uint8_t val_pkt_capture_mode;
|
||||
#endif
|
||||
bool roam_ch_from_fw_supported;
|
||||
#ifdef FW_THERMAL_THROTTLE_SUPPORT
|
||||
|
新增問題並參考
封鎖使用者