Searched refs:bandwidth_temp (Results 1 – 2 of 2) sorted by relevance
2338 short band_temp = -1, regulation = -1, bandwidth_temp = -1, in _rtl8812ae_phy_get_txpower_limit() local2354 bandwidth_temp = 0; in _rtl8812ae_phy_get_txpower_limit()2356 bandwidth_temp = 1; in _rtl8812ae_phy_get_txpower_limit()2358 bandwidth_temp = 2; in _rtl8812ae_phy_get_txpower_limit()2434 bandwidth_temp = 0; in _rtl8812ae_phy_get_txpower_limit()2440 bandwidth_temp == 2) in _rtl8812ae_phy_get_txpower_limit()2441 bandwidth_temp = 1; in _rtl8812ae_phy_get_txpower_limit()2453 if (band_temp == -1 || regulation == -1 || bandwidth_temp == -1 || in _rtl8812ae_phy_get_txpower_limit()2457 band_temp, regulation, bandwidth_temp, rf_path, in _rtl8812ae_phy_get_txpower_limit()2463 bdwidth = bandwidth_temp; in _rtl8812ae_phy_get_txpower_limit()
10452 int bandwidth_temp = 0; in ctrl_set_channel() local10524 bandwidth_temp = channel->symbolrate * bw_rolloff_factor; in ctrl_set_channel()10525 bandwidth = bandwidth_temp / 100; in ctrl_set_channel()10527 if ((bandwidth_temp % 100) >= 50) in ctrl_set_channel()