Lines Matching refs:plcp
362 switch (head->plcp[0]) {
377 wiphy_err(ar->hw->wiphy, "invalid plcp cck "
378 "rate (%x).\n", head->plcp[0]);
387 switch (head->plcp[0] & 0xf) {
414 wiphy_err(ar->hw->wiphy, "invalid plcp ofdm "
415 "rate (%x).\n", head->plcp[0]);
425 if (head->plcp[3] & 0x80)
427 if (head->plcp[6] & 0x80)
430 status->rate_idx = clamp(head->plcp[3] & 0x7f, 0, 75);
742 wiphy_err(ar->hw->wiphy, "plcp info "
787 /* single mpdu has both: plcp (head) and phy status (tail) */