nl80211_chan_width_to_mhz
bandwidth = nl80211_chan_width_to_mhz(chandef->width);
bw_mhz = nl80211_chan_width_to_mhz(link_conf->chanreq.oper.width);
bw_mhz = nl80211_chan_width_to_mhz(link_conf->chanreq.oper.width);
nl80211_chan_width_to_mhz(a->chandef->width),
nl80211_chan_width_to_mhz(b->chandef->width));
nl80211_chan_width_to_mhz(params->chandef->width) / 20;
int nl80211_chan_width_to_mhz(enum nl80211_chan_width chan_width);
return nl80211_chan_width_to_mhz(c->width);
EXPORT_SYMBOL(nl80211_chan_width_to_mhz);
bw = nl80211_chan_width_to_mhz(width);
int pri_width = nl80211_chan_width_to_mhz(primary_chan_width);