phyrx_l_sig_b.h 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. /*
  2. * Copyright (c) 2020 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. //
  19. // DO NOT EDIT! This file is automatically generated
  20. // These definitions are tied to a particular hardware layout
  21. #ifndef _PHYRX_L_SIG_B_H_
  22. #define _PHYRX_L_SIG_B_H_
  23. #if !defined(__ASSEMBLER__)
  24. #endif
  25. #include "l_sig_b_info.h"
  26. // ################ START SUMMARY #################
  27. //
  28. // Dword Fields
  29. // 0 struct l_sig_b_info phyrx_l_sig_b_info_details;
  30. //
  31. // ################ END SUMMARY #################
  32. #define NUM_OF_DWORDS_PHYRX_L_SIG_B 1
  33. struct phyrx_l_sig_b {
  34. struct l_sig_b_info phyrx_l_sig_b_info_details;
  35. };
  36. /*
  37. struct l_sig_b_info phyrx_l_sig_b_info_details
  38. See detailed description of the STRUCT
  39. */
  40. /* EXTERNAL REFERENCE : struct l_sig_b_info phyrx_l_sig_b_info_details */
  41. /* Description PHYRX_L_SIG_B_0_PHYRX_L_SIG_B_INFO_DETAILS_RATE
  42. <enum 1 dsss_1_mpbs_long> DSSS 1 Mbps long
  43. <enum 2 dsss_2_mbps_long> DSSS 2 Mbps long
  44. <enum 3 cck_5_5_mbps_long> CCK 5.5 Mbps long
  45. <enum 4 cck_11_mbps_long> CCK 11 Mbps long
  46. <enum 5 dsss_2_mbps_short> DSSS 2 Mbps short
  47. <enum 6 cck_5_5_mbps_short> CCK 5.5 Mbps short
  48. <enum 7 cck_11_mbps_short> CCK 11 Mbps short
  49. <legal 1-7>
  50. */
  51. #define PHYRX_L_SIG_B_0_PHYRX_L_SIG_B_INFO_DETAILS_RATE_OFFSET 0x00000000
  52. #define PHYRX_L_SIG_B_0_PHYRX_L_SIG_B_INFO_DETAILS_RATE_LSB 0
  53. #define PHYRX_L_SIG_B_0_PHYRX_L_SIG_B_INFO_DETAILS_RATE_MASK 0x0000000f
  54. /* Description PHYRX_L_SIG_B_0_PHYRX_L_SIG_B_INFO_DETAILS_LENGTH
  55. The length indicates the number of octets in this MPDU.
  56. <legal all>
  57. */
  58. #define PHYRX_L_SIG_B_0_PHYRX_L_SIG_B_INFO_DETAILS_LENGTH_OFFSET 0x00000000
  59. #define PHYRX_L_SIG_B_0_PHYRX_L_SIG_B_INFO_DETAILS_LENGTH_LSB 4
  60. #define PHYRX_L_SIG_B_0_PHYRX_L_SIG_B_INFO_DETAILS_LENGTH_MASK 0x0000fff0
  61. /* Description PHYRX_L_SIG_B_0_PHYRX_L_SIG_B_INFO_DETAILS_RESERVED
  62. Reserved: Should be set to 0 by the transmitting MAC and
  63. ignored by the PHY <legal 0>
  64. */
  65. #define PHYRX_L_SIG_B_0_PHYRX_L_SIG_B_INFO_DETAILS_RESERVED_OFFSET 0x00000000
  66. #define PHYRX_L_SIG_B_0_PHYRX_L_SIG_B_INFO_DETAILS_RESERVED_LSB 16
  67. #define PHYRX_L_SIG_B_0_PHYRX_L_SIG_B_INFO_DETAILS_RESERVED_MASK 0xffff0000
  68. #endif // _PHYRX_L_SIG_B_H_