xmit.h 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef B43_XMIT_H_
  3. #define B43_XMIT_H_
  4. #include "main.h"
  5. #include <net/mac80211.h>
  6. #define _b43_declare_plcp_hdr(size) \
  7. struct b43_plcp_hdr##size { \
  8. union { \
  9. __le32 data; \
  10. __u8 raw[size]; \
  11. } __packed; \
  12. } __packed
  13. /* struct b43_plcp_hdr4 */
  14. _b43_declare_plcp_hdr(4);
  15. /* struct b43_plcp_hdr6 */
  16. _b43_declare_plcp_hdr(6);
  17. #undef _b43_declare_plcp_hdr
  18. /* TX header for v4 firmware */
  19. struct b43_txhdr {
  20. __le32 mac_ctl; /* MAC TX control */
  21. __le16 mac_frame_ctl; /* Copy of the FrameControl field */
  22. __le16 tx_fes_time_norm; /* TX FES Time Normal */
  23. __le16 phy_ctl; /* PHY TX control */
  24. __le16 phy_ctl1; /* PHY TX control word 1 */
  25. __le16 phy_ctl1_fb; /* PHY TX control word 1 for fallback rates */
  26. __le16 phy_ctl1_rts; /* PHY TX control word 1 RTS */
  27. __le16 phy_ctl1_rts_fb; /* PHY TX control word 1 RTS for fallback rates */
  28. __u8 phy_rate; /* PHY rate */
  29. __u8 phy_rate_rts; /* PHY rate for RTS/CTS */
  30. __u8 extra_ft; /* Extra Frame Types */
  31. __u8 chan_radio_code; /* Channel Radio Code */
  32. __u8 iv[16]; /* Encryption IV */
  33. __u8 tx_receiver[6]; /* TX Frame Receiver address */
  34. __le16 tx_fes_time_fb; /* TX FES Time Fallback */
  35. struct b43_plcp_hdr6 rts_plcp_fb; /* RTS fallback PLCP header */
  36. __le16 rts_dur_fb; /* RTS fallback duration */
  37. struct b43_plcp_hdr6 plcp_fb; /* Fallback PLCP header */
  38. __le16 dur_fb; /* Fallback duration */
  39. __le16 mimo_modelen; /* MIMO mode length */
  40. __le16 mimo_ratelen_fb; /* MIMO fallback rate length */
  41. __le32 timeout; /* Timeout */
  42. union {
  43. /* Tested with 598.314, 644.1001 and 666.2 */
  44. struct {
  45. __le16 mimo_antenna; /* MIMO antenna select */
  46. __le16 preload_size; /* Preload size */
  47. PAD_BYTES(2);
  48. __le16 cookie; /* TX frame cookie */
  49. __le16 tx_status; /* TX status */
  50. __le16 max_n_mpdus;
  51. __le16 max_a_bytes_mrt;
  52. __le16 max_a_bytes_fbr;
  53. __le16 min_m_bytes;
  54. struct b43_plcp_hdr6 rts_plcp; /* RTS PLCP header */
  55. __u8 rts_frame[16]; /* The RTS frame (if used) */
  56. PAD_BYTES(2);
  57. struct b43_plcp_hdr6 plcp; /* Main PLCP header */
  58. } format_598 __packed;
  59. /* Tested with 410.2160, 478.104 and 508.* */
  60. struct {
  61. __le16 mimo_antenna; /* MIMO antenna select */
  62. __le16 preload_size; /* Preload size */
  63. PAD_BYTES(2);
  64. __le16 cookie; /* TX frame cookie */
  65. __le16 tx_status; /* TX status */
  66. struct b43_plcp_hdr6 rts_plcp; /* RTS PLCP header */
  67. __u8 rts_frame[16]; /* The RTS frame (if used) */
  68. PAD_BYTES(2);
  69. struct b43_plcp_hdr6 plcp; /* Main PLCP header */
  70. } format_410 __packed;
  71. /* Tested with 351.126 */
  72. struct {
  73. PAD_BYTES(2);
  74. __le16 cookie; /* TX frame cookie */
  75. __le16 tx_status; /* TX status */
  76. struct b43_plcp_hdr6 rts_plcp; /* RTS PLCP header */
  77. __u8 rts_frame[16]; /* The RTS frame (if used) */
  78. PAD_BYTES(2);
  79. struct b43_plcp_hdr6 plcp; /* Main PLCP header */
  80. } format_351 __packed;
  81. } __packed;
  82. } __packed;
  83. struct b43_tx_legacy_rate_phy_ctl_entry {
  84. u8 bitrate;
  85. u16 coding_rate;
  86. u16 modulation;
  87. };
  88. /* MAC TX control */
  89. #define B43_TXH_MAC_RTS_FB_SHORTPRMBL 0x80000000 /* RTS fallback preamble */
  90. #define B43_TXH_MAC_RTS_SHORTPRMBL 0x40000000 /* RTS main rate preamble */
  91. #define B43_TXH_MAC_FB_SHORTPRMBL 0x20000000 /* Main fallback preamble */
  92. #define B43_TXH_MAC_USEFBR 0x10000000 /* Use fallback rate for this AMPDU */
  93. #define B43_TXH_MAC_KEYIDX 0x0FF00000 /* Security key index */
  94. #define B43_TXH_MAC_KEYIDX_SHIFT 20
  95. #define B43_TXH_MAC_ALT_TXPWR 0x00080000 /* Use alternate txpwr defined at loc. M_ALT_TXPWR_IDX */
  96. #define B43_TXH_MAC_KEYALG 0x00070000 /* Security key algorithm */
  97. #define B43_TXH_MAC_KEYALG_SHIFT 16
  98. #define B43_TXH_MAC_AMIC 0x00008000 /* AMIC */
  99. #define B43_TXH_MAC_RIFS 0x00004000 /* Use RIFS */
  100. #define B43_TXH_MAC_LIFETIME 0x00002000 /* Lifetime */
  101. #define B43_TXH_MAC_FRAMEBURST 0x00001000 /* Frameburst */
  102. #define B43_TXH_MAC_SENDCTS 0x00000800 /* Send CTS-to-self */
  103. #define B43_TXH_MAC_AMPDU 0x00000600 /* AMPDU status */
  104. #define B43_TXH_MAC_AMPDU_MPDU 0x00000000 /* Regular MPDU, not an AMPDU */
  105. #define B43_TXH_MAC_AMPDU_FIRST 0x00000200 /* First MPDU or AMPDU */
  106. #define B43_TXH_MAC_AMPDU_INTER 0x00000400 /* Intermediate MPDU or AMPDU */
  107. #define B43_TXH_MAC_AMPDU_LAST 0x00000600 /* Last (or only) MPDU of AMPDU */
  108. #define B43_TXH_MAC_40MHZ 0x00000100 /* Use 40 MHz bandwidth */
  109. #define B43_TXH_MAC_5GHZ 0x00000080 /* 5GHz band */
  110. #define B43_TXH_MAC_DFCS 0x00000040 /* DFCS */
  111. #define B43_TXH_MAC_IGNPMQ 0x00000020 /* Ignore PMQ */
  112. #define B43_TXH_MAC_HWSEQ 0x00000010 /* Use Hardware Sequence Number */
  113. #define B43_TXH_MAC_STMSDU 0x00000008 /* Start MSDU */
  114. #define B43_TXH_MAC_SENDRTS 0x00000004 /* Send RTS */
  115. #define B43_TXH_MAC_LONGFRAME 0x00000002 /* Long frame */
  116. #define B43_TXH_MAC_ACK 0x00000001 /* Immediate ACK */
  117. /* Extra Frame Types */
  118. #define B43_TXH_EFT_FB 0x03 /* Data frame fallback encoding */
  119. #define B43_TXH_EFT_FB_CCK 0x00 /* CCK */
  120. #define B43_TXH_EFT_FB_OFDM 0x01 /* OFDM */
  121. #define B43_TXH_EFT_FB_HT 0x02 /* HT */
  122. #define B43_TXH_EFT_FB_VHT 0x03 /* VHT */
  123. #define B43_TXH_EFT_RTS 0x0C /* RTS/CTS encoding */
  124. #define B43_TXH_EFT_RTS_CCK 0x00 /* CCK */
  125. #define B43_TXH_EFT_RTS_OFDM 0x04 /* OFDM */
  126. #define B43_TXH_EFT_RTS_HT 0x08 /* HT */
  127. #define B43_TXH_EFT_RTS_VHT 0x0C /* VHT */
  128. #define B43_TXH_EFT_RTSFB 0x30 /* RTS/CTS fallback encoding */
  129. #define B43_TXH_EFT_RTSFB_CCK 0x00 /* CCK */
  130. #define B43_TXH_EFT_RTSFB_OFDM 0x10 /* OFDM */
  131. #define B43_TXH_EFT_RTSFB_HT 0x20 /* HT */
  132. #define B43_TXH_EFT_RTSFB_VHT 0x30 /* VHT */
  133. /* PHY TX control word */
  134. #define B43_TXH_PHY_ENC 0x0003 /* Data frame encoding */
  135. #define B43_TXH_PHY_ENC_CCK 0x0000 /* CCK */
  136. #define B43_TXH_PHY_ENC_OFDM 0x0001 /* OFDM */
  137. #define B43_TXH_PHY_ENC_HT 0x0002 /* HT */
  138. #define B43_TXH_PHY_ENC_VHT 0x0003 /* VHT */
  139. #define B43_TXH_PHY_SHORTPRMBL 0x0010 /* Use short preamble */
  140. #define B43_TXH_PHY_ANT 0x03C0 /* Antenna selection */
  141. #define B43_TXH_PHY_ANT0 0x0000 /* Use antenna 0 */
  142. #define B43_TXH_PHY_ANT1 0x0040 /* Use antenna 1 */
  143. #define B43_TXH_PHY_ANT01AUTO 0x00C0 /* Use antenna 0/1 auto */
  144. #define B43_TXH_PHY_ANT2 0x0100 /* Use antenna 2 */
  145. #define B43_TXH_PHY_ANT3 0x0200 /* Use antenna 3 */
  146. #define B43_TXH_PHY_TXPWR 0xFC00 /* TX power */
  147. #define B43_TXH_PHY_TXPWR_SHIFT 10
  148. /* PHY TX control word 1 */
  149. #define B43_TXH_PHY1_BW 0x0007 /* Bandwidth */
  150. #define B43_TXH_PHY1_BW_10 0x0000 /* 10 MHz */
  151. #define B43_TXH_PHY1_BW_10U 0x0001 /* 10 MHz upper */
  152. #define B43_TXH_PHY1_BW_20 0x0002 /* 20 MHz */
  153. #define B43_TXH_PHY1_BW_20U 0x0003 /* 20 MHz upper */
  154. #define B43_TXH_PHY1_BW_40 0x0004 /* 40 MHz */
  155. #define B43_TXH_PHY1_BW_40DUP 0x0005 /* 40 MHz duplicate */
  156. #define B43_TXH_PHY1_MODE 0x0038 /* Mode */
  157. #define B43_TXH_PHY1_MODE_SISO 0x0000 /* SISO */
  158. #define B43_TXH_PHY1_MODE_CDD 0x0008 /* CDD */
  159. #define B43_TXH_PHY1_MODE_STBC 0x0010 /* STBC */
  160. #define B43_TXH_PHY1_MODE_SDM 0x0018 /* SDM */
  161. #define B43_TXH_PHY1_CRATE 0x0700 /* Coding rate */
  162. #define B43_TXH_PHY1_CRATE_1_2 0x0000 /* 1/2 */
  163. #define B43_TXH_PHY1_CRATE_2_3 0x0100 /* 2/3 */
  164. #define B43_TXH_PHY1_CRATE_3_4 0x0200 /* 3/4 */
  165. #define B43_TXH_PHY1_CRATE_4_5 0x0300 /* 4/5 */
  166. #define B43_TXH_PHY1_CRATE_5_6 0x0400 /* 5/6 */
  167. #define B43_TXH_PHY1_CRATE_7_8 0x0600 /* 7/8 */
  168. #define B43_TXH_PHY1_MODUL 0x3800 /* Modulation scheme */
  169. #define B43_TXH_PHY1_MODUL_BPSK 0x0000 /* BPSK */
  170. #define B43_TXH_PHY1_MODUL_QPSK 0x0800 /* QPSK */
  171. #define B43_TXH_PHY1_MODUL_QAM16 0x1000 /* QAM16 */
  172. #define B43_TXH_PHY1_MODUL_QAM64 0x1800 /* QAM64 */
  173. #define B43_TXH_PHY1_MODUL_QAM256 0x2000 /* QAM256 */
  174. static inline
  175. size_t b43_txhdr_size(struct b43_wldev *dev)
  176. {
  177. switch (dev->fw.hdr_format) {
  178. case B43_FW_HDR_598:
  179. return 112 + sizeof(struct b43_plcp_hdr6);
  180. case B43_FW_HDR_410:
  181. return 104 + sizeof(struct b43_plcp_hdr6);
  182. case B43_FW_HDR_351:
  183. return 100 + sizeof(struct b43_plcp_hdr6);
  184. }
  185. return 0;
  186. }
  187. int b43_generate_txhdr(struct b43_wldev *dev,
  188. u8 * txhdr,
  189. struct sk_buff *skb_frag,
  190. struct ieee80211_tx_info *txctl, u16 cookie);
  191. /* Transmit Status */
  192. struct b43_txstatus {
  193. u16 cookie; /* The cookie from the txhdr */
  194. u16 seq; /* Sequence number */
  195. u8 phy_stat; /* PHY TX status */
  196. u8 frame_count; /* Frame transmit count */
  197. u8 rts_count; /* RTS transmit count */
  198. u8 supp_reason; /* Suppression reason */
  199. /* flags */
  200. u8 pm_indicated; /* PM mode indicated to AP */
  201. u8 intermediate; /* Intermediate status notification (not final) */
  202. u8 for_ampdu; /* Status is for an AMPDU (afterburner) */
  203. u8 acked; /* Wireless ACK received */
  204. };
  205. /* txstatus supp_reason values */
  206. enum {
  207. B43_TXST_SUPP_NONE, /* Not suppressed */
  208. B43_TXST_SUPP_PMQ, /* Suppressed due to PMQ entry */
  209. B43_TXST_SUPP_FLUSH, /* Suppressed due to flush request */
  210. B43_TXST_SUPP_PREV, /* Previous fragment failed */
  211. B43_TXST_SUPP_CHAN, /* Channel mismatch */
  212. B43_TXST_SUPP_LIFE, /* Lifetime expired */
  213. B43_TXST_SUPP_UNDER, /* Buffer underflow */
  214. B43_TXST_SUPP_ABNACK, /* Afterburner NACK */
  215. };
  216. /* Receive header for v4 firmware. */
  217. struct b43_rxhdr_fw4 {
  218. __le16 frame_len; /* Frame length */
  219. PAD_BYTES(2);
  220. __le16 phy_status0; /* PHY RX Status 0 */
  221. union {
  222. /* RSSI for A/B/G-PHYs */
  223. struct {
  224. __u8 jssi; /* PHY RX Status 1: JSSI */
  225. __u8 sig_qual; /* PHY RX Status 1: Signal Quality */
  226. } __packed;
  227. /* RSSI for N-PHYs */
  228. struct {
  229. __s8 power0; /* PHY RX Status 1: Power 0 */
  230. __s8 power1; /* PHY RX Status 1: Power 1 */
  231. } __packed;
  232. } __packed;
  233. union {
  234. /* HT-PHY */
  235. struct {
  236. PAD_BYTES(1);
  237. __s8 phy_ht_power0;
  238. } __packed;
  239. /* RSSI for N-PHYs */
  240. struct {
  241. __s8 power2;
  242. PAD_BYTES(1);
  243. } __packed;
  244. __le16 phy_status2; /* PHY RX Status 2 */
  245. } __packed;
  246. union {
  247. /* HT-PHY */
  248. struct {
  249. __s8 phy_ht_power1;
  250. __s8 phy_ht_power2;
  251. } __packed;
  252. __le16 phy_status3; /* PHY RX Status 3 */
  253. } __packed;
  254. union {
  255. /* Tested with 598.314, 644.1001 and 666.2 */
  256. struct {
  257. __le16 phy_status4; /* PHY RX Status 4 */
  258. __le16 phy_status5; /* PHY RX Status 5 */
  259. __le32 mac_status; /* MAC RX status */
  260. __le16 mac_time;
  261. __le16 channel;
  262. } format_598 __packed;
  263. /* Tested with 351.126, 410.2160, 478.104 and 508.* */
  264. struct {
  265. __le32 mac_status; /* MAC RX status */
  266. __le16 mac_time;
  267. __le16 channel;
  268. } format_351 __packed;
  269. } __packed;
  270. } __packed;
  271. /* PHY RX Status 0 */
  272. #define B43_RX_PHYST0_GAINCTL 0x4000 /* Gain Control */
  273. #define B43_RX_PHYST0_PLCPHCF 0x0200
  274. #define B43_RX_PHYST0_PLCPFV 0x0100
  275. #define B43_RX_PHYST0_SHORTPRMBL 0x0080 /* Received with Short Preamble */
  276. #define B43_RX_PHYST0_LCRS 0x0040
  277. #define B43_RX_PHYST0_ANT 0x0020 /* Antenna */
  278. #define B43_RX_PHYST0_UNSRATE 0x0010
  279. #define B43_RX_PHYST0_CLIP 0x000C
  280. #define B43_RX_PHYST0_CLIP_SHIFT 2
  281. #define B43_RX_PHYST0_FTYPE 0x0003 /* Frame type */
  282. #define B43_RX_PHYST0_CCK 0x0000 /* Frame type: CCK */
  283. #define B43_RX_PHYST0_OFDM 0x0001 /* Frame type: OFDM */
  284. #define B43_RX_PHYST0_PRE_N 0x0002 /* Pre-standard N-PHY frame */
  285. #define B43_RX_PHYST0_STD_N 0x0003 /* Standard N-PHY frame */
  286. /* PHY RX Status 2 */
  287. #define B43_RX_PHYST2_LNAG 0xC000 /* LNA Gain */
  288. #define B43_RX_PHYST2_LNAG_SHIFT 14
  289. #define B43_RX_PHYST2_PNAG 0x3C00 /* PNA Gain */
  290. #define B43_RX_PHYST2_PNAG_SHIFT 10
  291. #define B43_RX_PHYST2_FOFF 0x03FF /* F offset */
  292. /* PHY RX Status 3 */
  293. #define B43_RX_PHYST3_DIGG 0x1800 /* DIG Gain */
  294. #define B43_RX_PHYST3_DIGG_SHIFT 11
  295. #define B43_RX_PHYST3_TRSTATE 0x0400 /* TR state */
  296. /* MAC RX Status */
  297. #define B43_RX_MAC_RXST_VALID 0x01000000 /* PHY RXST valid */
  298. #define B43_RX_MAC_TKIP_MICERR 0x00100000 /* TKIP MIC error */
  299. #define B43_RX_MAC_TKIP_MICATT 0x00080000 /* TKIP MIC attempted */
  300. #define B43_RX_MAC_AGGTYPE 0x00060000 /* Aggregation type */
  301. #define B43_RX_MAC_AGGTYPE_SHIFT 17
  302. #define B43_RX_MAC_AMSDU 0x00010000 /* A-MSDU mask */
  303. #define B43_RX_MAC_BEACONSENT 0x00008000 /* Beacon sent flag */
  304. #define B43_RX_MAC_KEYIDX 0x000007E0 /* Key index */
  305. #define B43_RX_MAC_KEYIDX_SHIFT 5
  306. #define B43_RX_MAC_DECERR 0x00000010 /* Decrypt error */
  307. #define B43_RX_MAC_DEC 0x00000008 /* Decryption attempted */
  308. #define B43_RX_MAC_PADDING 0x00000004 /* Pad bytes present */
  309. #define B43_RX_MAC_RESP 0x00000002 /* Response frame transmitted */
  310. #define B43_RX_MAC_FCSERR 0x00000001 /* FCS error */
  311. /* RX channel */
  312. #define B43_RX_CHAN_40MHZ 0x1000 /* 40 Mhz channel width */
  313. #define B43_RX_CHAN_5GHZ 0x0800 /* 5 Ghz band */
  314. #define B43_RX_CHAN_ID 0x07F8 /* Channel ID */
  315. #define B43_RX_CHAN_ID_SHIFT 3
  316. #define B43_RX_CHAN_PHYTYPE 0x0007 /* PHY type */
  317. u8 b43_plcp_get_ratecode_cck(const u8 bitrate);
  318. u8 b43_plcp_get_ratecode_ofdm(const u8 bitrate);
  319. void b43_generate_plcp_hdr(struct b43_plcp_hdr4 *plcp,
  320. const u16 octets, const u8 bitrate);
  321. void b43_rx(struct b43_wldev *dev, struct sk_buff *skb, const void *_rxhdr);
  322. void b43_handle_txstatus(struct b43_wldev *dev,
  323. const struct b43_txstatus *status);
  324. bool b43_fill_txstatus_report(struct b43_wldev *dev,
  325. struct ieee80211_tx_info *report,
  326. const struct b43_txstatus *status);
  327. void b43_tx_suspend(struct b43_wldev *dev);
  328. void b43_tx_resume(struct b43_wldev *dev);
  329. /* Helper functions for converting the key-table index from "firmware-format"
  330. * to "raw-format" and back. The firmware API changed for this at some revision.
  331. * We need to account for that here. */
  332. static inline int b43_new_kidx_api(struct b43_wldev *dev)
  333. {
  334. /* FIXME: Not sure the change was at rev 351 */
  335. return (dev->fw.rev >= 351);
  336. }
  337. static inline u8 b43_kidx_to_fw(struct b43_wldev *dev, u8 raw_kidx)
  338. {
  339. u8 firmware_kidx;
  340. if (b43_new_kidx_api(dev)) {
  341. firmware_kidx = raw_kidx;
  342. } else {
  343. if (raw_kidx >= 4) /* Is per STA key? */
  344. firmware_kidx = raw_kidx - 4;
  345. else
  346. firmware_kidx = raw_kidx; /* TX default key */
  347. }
  348. return firmware_kidx;
  349. }
  350. static inline u8 b43_kidx_to_raw(struct b43_wldev *dev, u8 firmware_kidx)
  351. {
  352. u8 raw_kidx;
  353. if (b43_new_kidx_api(dev))
  354. raw_kidx = firmware_kidx;
  355. else
  356. raw_kidx = firmware_kidx + 4; /* RX default keys or per STA keys */
  357. return raw_kidx;
  358. }
  359. /* struct b43_private_tx_info - TX info private to b43.
  360. * The structure is placed in (struct ieee80211_tx_info *)->rate_driver_data
  361. *
  362. * @bouncebuffer: DMA Bouncebuffer (if used)
  363. */
  364. struct b43_private_tx_info {
  365. void *bouncebuffer;
  366. };
  367. static inline struct b43_private_tx_info *
  368. b43_get_priv_tx_info(struct ieee80211_tx_info *info)
  369. {
  370. BUILD_BUG_ON(sizeof(struct b43_private_tx_info) >
  371. sizeof(info->rate_driver_data));
  372. return (struct b43_private_tx_info *)info->rate_driver_data;
  373. }
  374. #endif /* B43_XMIT_H_ */