Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7abfbb26 authored by Nandha Kishore Easwaran's avatar Nandha Kishore Easwaran Committed by Madan Koyyalamudi
Browse files

fw-api: Add Big endian support in headers

Add Big endian support in HW headers for qcn9224

Change-Id: I807a2859ff3019933ad97db79dd9c058ddd545d6
parent ea1999d4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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,