Searched refs:pri_width (Results 1 - 1 of 1) sorted by last modified time

/linux-master/net/wireless/
H A Dchan.c394 int pri_width = nl80211_chan_width_to_mhz(primary_chan_width); local
400 if (WARN_ON_ONCE(pri_width < 0 || width < 0))
404 if (WARN_ON_ONCE(pri_width > width))
412 while (width > pri_width) {

Completed in 287 milliseconds