Lines Matching +full:rates +full:- +full:cck
1 /* SPDX-License-Identifier: GPL-2.0 */
31 __le16 phy_ctl1_fb; /* PHY TX control word 1 for fallback rates */
33 __le16 phy_ctl1_rts_fb; /* PHY TX control word 1 RTS for fallback rates */
114 #define B43_TXH_MAC_SENDCTS 0x00000800 /* Send CTS-to-self */
132 #define B43_TXH_EFT_FB_CCK 0x00 /* CCK */
137 #define B43_TXH_EFT_RTS_CCK 0x00 /* CCK */
142 #define B43_TXH_EFT_RTSFB_CCK 0x00 /* CCK */
149 #define B43_TXH_PHY_ENC_CCK 0x0000 /* CCK */
194 switch (dev->fw.hdr_format) { in b43_txhdr_size()
244 /* RSSI for A/B/G-PHYs */
250 /* RSSI for N-PHYs */
257 /* HT-PHY */
263 /* RSSI for N-PHYs */
272 /* HT-PHY */
310 #define B43_RX_PHYST0_CCK 0x0000 /* Frame type: CCK */
312 #define B43_RX_PHYST0_PRE_N 0x0002 /* Pre-standard N-PHY frame */
313 #define B43_RX_PHYST0_STD_N 0x0003 /* Standard N-PHY frame */
333 #define B43_RX_MAC_AMSDU 0x00010000 /* A-MSDU mask */
369 /* Helper functions for converting the key-table index from "firmware-format"
370 * to "raw-format" and back. The firmware API changed for this at some revision.
375 return (dev->fw.rev >= 351); in b43_new_kidx_api()
384 firmware_kidx = raw_kidx - 4; in b43_kidx_to_fw()
400 /* struct b43_private_tx_info - TX info private to b43.
401 * The structure is placed in (struct ieee80211_tx_info *)->rate_driver_data
413 sizeof(info->rate_driver_data)); in b43_get_priv_tx_info()
414 return (struct b43_private_tx_info *)info->rate_driver_data; in b43_get_priv_tx_info()