Home
last modified time | relevance | path

Searched refs:updated_bw (Results 1 – 1 of 1) sorted by relevance

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_process_sme_req_messages.c8994 enum phy_ch_width peer_org_bw, updated_bw; in lim_calculate_peer_ch_width() local
9001 updated_bw = new_ch_width; in lim_calculate_peer_ch_width()
9007 updated_bw = data.new_bw; in lim_calculate_peer_ch_width()
9010 QDF_MAC_ADDR_REF(mac_addr), peer_org_bw, updated_bw, in lim_calculate_peer_ch_width()
9013 return qdf_min(peer_org_bw, qdf_min(updated_bw, new_ch_width)); in lim_calculate_peer_ch_width()