diff options
| author | Sandeep Puligilla <spuligil@codeaurora.org> | 2017-03-09 11:01:02 -0800 |
|---|---|---|
| committer | Sandeep Puligilla <spuligil@codeaurora.org> | 2017-03-16 06:54:06 -0700 |
| commit | 32fd566d95c982fb2ae040ba435e43ec25e526ff (patch) | |
| tree | 8ce175d584f6fe9450ba5dd87a33cbfc746ae52f | |
| parent | 42de5fe9b4fde73c65f56973adc8a95ec3dd0391 (diff) | |
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
| -rwxr-xr-x | fw/wlan_defs.h | 4 |
1 files 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) |
