From 32fd566d95c982fb2ae040ba435e43ec25e526ff Mon Sep 17 00:00:00 2001 From: Sandeep Puligilla Date: Thu, 9 Mar 2017 11:01:02 -0800 Subject: fw-api: CL 2913505 - update fw common interface files Initial definition of HTT (extension) stats (also, whitespace cleanup and scripts to check whitespace style) Change-Id: I6e2ce330f8c675145f4c29376ec3053c19dac9e3 CRs-Fixed: 1107600 --- fw/wlan_defs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fw/wlan_defs.h b/fw/wlan_defs.h index b9494f1e802f..d627c2a9d616 100755 --- a/fw/wlan_defs.h +++ b/fw/wlan_defs.h @@ -283,10 +283,10 @@ typedef struct { #else #define A_RATEMASK A_UINT32 #endif - + typedef A_UINT8 A_RATE; typedef A_UINT8 A_RATECODE; - + #define A_RATEMASK_NUM_OCTET (sizeof (A_RATEMASK)) #define A_RATEMASK_NUM_BITS ((sizeof (A_RATEMASK)) << 3) -- cgit v1.2.3