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

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

fw-api: Make changes to support Big endian

Changes to support Big endian for monitor block.

Change-Id: I59905545d366a35d0460188bfd5e32c49305fa50
CRs-Fixed: 3426992
parent c1db33e5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line

/* Copyright (c) 2022, Qualcomm Innovation Center, Inc. All rights reserved.
/* Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved.
 *
 * Permission to use, copy, modify, and/or distribute this software for any
 * purpose with or without fee is hereby granted, provided that the above
@@ -32,7 +32,7 @@


struct mon_destination_ring {
#ifndef WIFI_BIT_ORDER_BIG_ENDIAN
#ifndef BIG_ENDIAN_HOST
             uint32_t stat_buf_virt_addr_31_0                                 : 32;  
             uint32_t stat_buf_virt_addr_63_32                                : 32;  
             uint32_t ppdu_id                                                 : 32;  
+2 −2
Original line number Diff line number Diff line

/* Copyright (c) 2022, Qualcomm Innovation Center, Inc. All rights reserved.
/* Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved.
 *
 * Permission to use, copy, modify, and/or distribute this software for any
 * purpose with or without fee is hereby granted, provided that the above
@@ -32,7 +32,7 @@


struct mon_destination_ring {
#ifndef WIFI_BIT_ORDER_BIG_ENDIAN
#ifndef BIG_ENDIAN_HOST
             uint32_t stat_buf_virt_addr_31_0                                 : 32;  
             uint32_t stat_buf_virt_addr_63_32                                : 32;  
             uint32_t ppdu_id                                                 : 32;