Lines Matching refs:new_tx_rates
6028 u16 new_tx_rates = priv->rates_mask;
6040 new_tx_rates = 0;
6044 new_tx_rates >>= LIBIPW_OFDM_SHIFT_MASK_A;
6050 if (new_tx_rates & ~LIBIPW_CCK_RATES_MASK) {
6054 new_tx_rates = 0;
6060 if (new_tx_rates & ~(LIBIPW_CCK_RATES_MASK |
6065 new_tx_rates = 0;
6069 if (LIBIPW_OFDM_RATE_6MB_MASK & new_tx_rates) {
6071 new_tx_rates &= ~LIBIPW_OFDM_RATE_6MB_MASK;
6074 if (LIBIPW_OFDM_RATE_9MB_MASK & new_tx_rates) {
6076 new_tx_rates &= ~LIBIPW_OFDM_RATE_9MB_MASK;
6079 if (LIBIPW_OFDM_RATE_12MB_MASK & new_tx_rates) {
6081 new_tx_rates &= ~LIBIPW_OFDM_RATE_12MB_MASK;
6084 new_tx_rates |= mask;
6088 fr.tx_rates = cpu_to_le16(new_tx_rates);