phyrx_l_sig_b.h 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. /*
  2. * Copyright (c) 2019 The Linux Foundation. All rights reserved.
  3. *
  4. * Permission to use, copy, modify, and/or distribute this software for
  5. * any purpose with or without fee is hereby granted, provided that the
  6. * above copyright notice and this permission notice appear in all
  7. * copies.
  8. *
  9. * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
  10. * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
  11. * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
  12. * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
  13. * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
  14. * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
  15. * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  16. * PERFORMANCE OF THIS SOFTWARE.
  17. */
  18. #ifndef _PHYRX_L_SIG_B_H_
  19. #define _PHYRX_L_SIG_B_H_
  20. #if !defined(__ASSEMBLER__)
  21. #endif
  22. #include "l_sig_b_info.h"
  23. // ################ START SUMMARY #################
  24. //
  25. // Dword Fields
  26. // 0 struct l_sig_b_info phyrx_l_sig_b_info_details;
  27. //
  28. // ################ END SUMMARY #################
  29. #define NUM_OF_DWORDS_PHYRX_L_SIG_B 1
  30. struct phyrx_l_sig_b {
  31. struct l_sig_b_info phyrx_l_sig_b_info_details;
  32. };
  33. /*
  34. struct l_sig_b_info phyrx_l_sig_b_info_details
  35. See detailed description of the STRUCT
  36. */
  37. /* EXTERNAL REFERENCE : struct l_sig_b_info phyrx_l_sig_b_info_details */
  38. /* Description PHYRX_L_SIG_B_0_PHYRX_L_SIG_B_INFO_DETAILS_RATE
  39. <enum 1 dsss_1_mpbs_long> DSSS 1 Mbps long
  40. <enum 2 dsss_2_mbps_long> DSSS 2 Mbps long
  41. <enum 3 cck_5_5_mbps_long> CCK 5.5 Mbps long
  42. <enum 4 cck_11_mbps_long> CCK 11 Mbps long
  43. <enum 5 dsss_2_mbps_short> DSSS 2 Mbps short
  44. <enum 6 cck_5_5_mbps_short> CCK 5.5 Mbps short
  45. <enum 7 cck_11_mbps_short> CCK 11 Mbps short
  46. <legal 1-7>
  47. */
  48. #define PHYRX_L_SIG_B_0_PHYRX_L_SIG_B_INFO_DETAILS_RATE_OFFSET 0x00000000
  49. #define PHYRX_L_SIG_B_0_PHYRX_L_SIG_B_INFO_DETAILS_RATE_LSB 0
  50. #define PHYRX_L_SIG_B_0_PHYRX_L_SIG_B_INFO_DETAILS_RATE_MASK 0x0000000f
  51. /* Description PHYRX_L_SIG_B_0_PHYRX_L_SIG_B_INFO_DETAILS_LENGTH
  52. The length indicates the number of octets in this MPDU.
  53. <legal all>
  54. */
  55. #define PHYRX_L_SIG_B_0_PHYRX_L_SIG_B_INFO_DETAILS_LENGTH_OFFSET 0x00000000
  56. #define PHYRX_L_SIG_B_0_PHYRX_L_SIG_B_INFO_DETAILS_LENGTH_LSB 4
  57. #define PHYRX_L_SIG_B_0_PHYRX_L_SIG_B_INFO_DETAILS_LENGTH_MASK 0x0000fff0
  58. /* Description PHYRX_L_SIG_B_0_PHYRX_L_SIG_B_INFO_DETAILS_RESERVED
  59. Reserved: Should be set to 0 by the transmitting MAC and
  60. ignored by the PHY <legal 0>
  61. */
  62. #define PHYRX_L_SIG_B_0_PHYRX_L_SIG_B_INFO_DETAILS_RESERVED_OFFSET 0x00000000
  63. #define PHYRX_L_SIG_B_0_PHYRX_L_SIG_B_INFO_DETAILS_RESERVED_LSB 16
  64. #define PHYRX_L_SIG_B_0_PHYRX_L_SIG_B_INFO_DETAILS_RESERVED_MASK 0xffff0000
  65. #endif // _PHYRX_L_SIG_B_H_