qcacmn: Define new_ch_width in csa_offload_params as phy_ch_width
Currently sme_switch_channel set new_ch_width as phy_ch_width, while wma_csa_offload_handler set new_ch_width as raw bit in wide bandwidth channel switch IE. Clean up the code. Define new_ch_width in csa_offload_params as phy_ch_width. Change-Id: Ie1999860421aa60c18cdc8059275954d910b4b66 CRs-Fixed: 3324746
Cette révision appartient à :

révisé par
Madan Koyyalamudi

Parent
86f7649e19
révision
7b317d2b63
@@ -3950,7 +3950,7 @@ struct csa_offload_params {
|
||||
uint32_t csa_chan_freq;
|
||||
uint8_t switch_mode;
|
||||
uint8_t sec_chan_offset;
|
||||
uint8_t new_ch_width;
|
||||
enum phy_ch_width new_ch_width;
|
||||
uint8_t new_op_class;
|
||||
uint8_t new_ch_freq_seg1;
|
||||
uint8_t new_ch_freq_seg2;
|
||||
|
Référencer dans un nouveau ticket
Bloquer un utilisateur