Browse Source

fw-api: Add Big endian support in headers

Add Big endian support in HW headers for qcn9224

Change-Id: I807a2859ff3019933ad97db79dd9c058ddd545d6
Nandha Kishore Easwaran 3 years ago
parent
commit
7abfbb2697

+ 1 - 1
hw/qcn9224/rx_mpdu_info.h

@@ -33,7 +33,7 @@
 
 
 struct rx_mpdu_info {
-#ifndef WIFI_BIT_ORDER_BIG_ENDIAN
+#ifndef BIG_ENDIAN_HOST
              struct   rxpt_classify_info                                        rxpt_classify_info_details;
              uint32_t rx_reo_queue_desc_addr_31_0                             : 32;  
              uint32_t rx_reo_queue_desc_addr_39_32                            :  8,  

+ 1 - 1
hw/qcn9224/rx_mpdu_start.h

@@ -35,7 +35,7 @@
 
 
 struct rx_mpdu_start {
-#ifndef WIFI_BIT_ORDER_BIG_ENDIAN
+#ifndef BIG_ENDIAN_HOST
              struct   rx_mpdu_info                                              rx_mpdu_info_details;
 #else
              struct   rx_mpdu_info                                              rx_mpdu_info_details;

+ 1 - 1
hw/qcn9224/rx_msdu_desc_info.h

@@ -32,7 +32,7 @@
 
 
 struct rx_msdu_desc_info {
-#ifndef WIFI_BIT_ORDER_BIG_ENDIAN
+#ifndef BIG_ENDIAN_HOST
              uint32_t first_msdu_in_mpdu_flag                                 :  1,  
                       last_msdu_in_mpdu_flag                                  :  1,  
                       msdu_continuation                                       :  1,  

+ 1 - 1
hw/qcn9224/rx_msdu_end.h

@@ -34,7 +34,7 @@
 
 
 struct rx_msdu_end {
-#ifndef WIFI_BIT_ORDER_BIG_ENDIAN
+#ifndef BIG_ENDIAN_HOST
              uint32_t rxpcu_mpdu_filter_in_category                           :  2,  
                       sw_frame_group_id                                       :  7,  
                       reserved_0                                              :  7,  

+ 1 - 1
hw/qcn9224/rxpt_classify_info.h

@@ -32,7 +32,7 @@
 
 
 struct rxpt_classify_info {
-#ifndef WIFI_BIT_ORDER_BIG_ENDIAN
+#ifndef BIG_ENDIAN_HOST
              uint32_t reo_destination_indication                              :  5,  
                       lmac_peer_id_msb                                        :  2,  
                       use_flow_id_toeplitz_clfy                               :  1,