Searched refs:rate_500 (Results 1 – 1 of 1) sorted by relevance
5439 static void wlc_cck_plcp_set(int rate_500, uint length, u8 *plcp) in wlc_cck_plcp_set() argument5444 switch (rate_500) { in wlc_cck_plcp_set()5466 WL_ERROR("wlc_cck_plcp_set: unsupported rate %d\n", rate_500); in wlc_cck_plcp_set()5467 rate_500 = WLC_RATE_1M; in wlc_cck_plcp_set()5472 plcp[0] = rate_500 * 5; /* r (500kbps) * 5 == r (100kbps) */ in wlc_cck_plcp_set()