Lines Matching defs:rate
450 /* HT rate format: mac80211 wants an MCS number, which is just LSB */
454 /* Legacy rate format, search for match in table */
863 u8 rate;
940 rate = RATE_6M_PLCP;
942 rate = RATE_1M_PLCP;
947 rate = RATE_6M_PLCP;
981 scan->tx_cmd.rate_n_flags = cpu_to_le32(rate | rate_flags);
1558 /* DATA packets will use the uCode station table for rate/antenna
1567 * If the current TX rate stored in mac80211 has the MCS bit set, it's
1568 * not really a TX rate. Thus, we use the lowest supported rate for
1569 * this band. Also use the lowest supported rate if the stored rate
1576 /* For 5 GHZ band, remap mac80211 rate indices into driver indices */
1579 /* Get PLCP rate for tx_cmd->rate_n_flags */
1592 /* Set the rate in the TX cmd */
2492 * ACK vs. not. This gets sent to mac80211, then to rate scaling algo.
3033 /* Set up the rate scaling to start at selected rate, fall back
3101 /* Set up default rate scaling table in device's station table */
3104 IL_ERR("Unable to initialize rate scaling for station %pM.\n",
3532 ("Unable to initialize rate scaling for bcast station.\n");
3558 IL_ERR("Unable to initialize rate scaling for bcast sta.\n");
3566 D_INFO("Bcast sta rate scaling has not been initialized.\n");
3783 u32 rate;
3821 /* Set up packet rate and flags */
3822 rate = il_get_lowest_plcp(il);
3825 if ((rate >= IL_FIRST_CCK_RATE) && (rate <= IL_LAST_CCK_RATE))
3827 tx_beacon_cmd->tx.rate_n_flags = cpu_to_le32(rate | rate_flags);
4074 u8 rate = il4965_hw_get_rate(beacon->beacon_notify_hdr.rate_n_flags);
4076 D_RX("beacon status %x retries %d iss %d tsf:0x%.8x%.8x rate %d\n",
4080 le32_to_cpu(beacon->high_tsf), le32_to_cpu(beacon->low_tsf), rate);
5862 D_TX("dev->xmit(%d bytes) at rate 0x%02x\n", skb->len,
6039 /* Initialize rate scaling */
6040 D_INFO("Initializing rate scaling for station %pM\n", sta->addr);
6268 * If CCK != 1M then set short preamble rate flag.
6811 pr_err("Unable to register rate control algorithm: %d\n", ret);