Lines Matching defs:rate
4096 * rate match to B rates */
4100 /* TODO: Verify that the rate is supported by the current rates
4140 u32 rate, len = sizeof(rate);
4147 err = ipw_get_ordinal(priv, IPW_ORD_STAT_TX_CURR_RATE, &rate,
4156 switch (rate) {
4301 IPW_DEBUG_STATS("Quality (%d%%): Clamped to rate quality.\n",
5225 static int ipw_is_rate_in_mask(struct ipw_priv *priv, int ieee_mode, u8 rate)
5227 rate &= ~LIBIPW_BASIC_RATE_MASK;
5229 switch (rate) {
5260 switch (rate) {
5276 switch (rate) {
5313 "rate %02X\n",
5335 "rate %02X\n",
5363 /* TODO: Look at sniffed packets in the air to determine if the basic rate
5476 /* If the old network rate is better than this one, don't bother
5541 IPW_DEBUG_MERGE("Network '%*pE (%pM)' excluded because configured rate mask excludes AP mandatory rate.\n",
5654 /* If the old network rate is better than this one, don't bother
5736 IPW_DEBUG_ASSOC("Network '%*pE (%pM)' excluded because configured rate mask excludes AP mandatory rate.\n",
6037 /* Invalid fixed rate mask */
6039 ("invalid fixed rate mask in ipw_set_fixed_rate\n");
6051 /* Invalid fixed rate mask */
6053 ("invalid fixed rate mask in ipw_set_fixed_rate\n");
6062 /* Invalid fixed rate mask */
6064 ("invalid fixed rate mask in ipw_set_fixed_rate\n");
7687 u16 pktrate = frame->rate;
7768 /* set the rate in multiples of 500k/s */
7868 u8 rate = frame->rate;
7977 /* set the rate in multiples of 500k/s */
7978 switch (rate) {
8241 .rate = pkt->u.frame.rate,
8259 if (stats.rate != 0)
9078 /* value = X, fixed = 1 means only rate X */
9151 IPW_DEBUG_WX("invalid rate specified, returning error\n");
9155 IPW_DEBUG_WX("Setting rate mask to 0x%08X [%s]\n",
10546 /* Ensure the rate is updated immediately */