qcacld-3.0: replace mhz of struct wma_txrx_node with chan_freq
chan_freq and mhz variable represent the same thing so use chan_freq instead of mhz. Change-Id: I4162504562c30ece71f5ebc465b1af3a048b01b2 CRs-Fixed: 2696795
This commit is contained in:

committed by
nshrivas

orang tua
aba4cdf298
melakukan
f31d749e83
@@ -665,7 +665,6 @@ struct wma_invalid_peer_params {
|
||||
* @llbCoexist: 11b coexist
|
||||
* @shortSlotTimeSupported: is short slot time supported or not
|
||||
* @dtimPeriod: DTIM period
|
||||
* @mhz: channel frequency in KHz
|
||||
* @chan_width: channel bandwidth
|
||||
* @vdev_up: is vdev up or not
|
||||
* @tsfadjust: TSF adjust
|
||||
@@ -714,7 +713,6 @@ struct wma_txrx_node {
|
||||
uint8_t llbCoexist;
|
||||
uint8_t shortSlotTimeSupported;
|
||||
uint8_t dtimPeriod;
|
||||
A_UINT32 mhz;
|
||||
enum phy_ch_width chan_width;
|
||||
bool vdev_active;
|
||||
uint64_t tsfadjust;
|
||||
|
Reference in New Issue
Block a user