Lines Matching defs:rate
451 /* HT rate format: mac80211 wants an MCS number, which is just LSB */
455 /* Legacy rate format, search for match in table */
864 u8 rate;
941 rate = RATE_6M_PLCP;
943 rate = RATE_1M_PLCP;
948 rate = RATE_6M_PLCP;
982 scan->tx_cmd.rate_n_flags = cpu_to_le32(rate | rate_flags);
1559 /* DATA packets will use the uCode station table for rate/antenna
1568 * If the current TX rate stored in mac80211 has the MCS bit set, it's
1569 * not really a TX rate. Thus, we use the lowest supported rate for
1570 * this band. Also use the lowest supported rate if the stored rate
1577 /* For 5 GHZ band, remap mac80211 rate indices into driver indices */
1580 /* Get PLCP rate for tx_cmd->rate_n_flags */
1593 /* Set the rate in the TX cmd */
2491 * ACK vs. not. This gets sent to mac80211, then to rate scaling algo.
3032 /* Set up the rate scaling to start at selected rate, fall back
3100 /* Set up default rate scaling table in device's station table */
3103 IL_ERR("Unable to initialize rate scaling for station %pM.\n",
3531 ("Unable to initialize rate scaling for bcast station.\n");
3557 IL_ERR("Unable to initialize rate scaling for bcast sta.\n");
3565 D_INFO("Bcast sta rate scaling has not been initialized.\n");
3782 u32 rate;
3820 /* Set up packet rate and flags */
3821 rate = il_get_lowest_plcp(il);
3824 if ((rate >= IL_FIRST_CCK_RATE) && (rate <= IL_LAST_CCK_RATE))
3826 tx_beacon_cmd->tx.rate_n_flags = cpu_to_le32(rate | rate_flags);
4073 u8 rate = il4965_hw_get_rate(beacon->beacon_notify_hdr.rate_n_flags);
4075 D_RX("beacon status %x retries %d iss %d tsf:0x%.8x%.8x rate %d\n",
4079 le32_to_cpu(beacon->high_tsf), le32_to_cpu(beacon->low_tsf), rate);
5861 D_TX("dev->xmit(%d bytes) at rate 0x%02x\n", skb->len,
6038 /* Initialize rate scaling */
6039 D_INFO("Initializing rate scaling for station %pM\n", sta->addr);
6267 * If CCK != 1M then set short preamble rate flag.
6805 pr_err("Unable to register rate control algorithm: %d\n", ret);