Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
wlan
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CodeLinaro
test-public-project
platform
hardware
qcom
monaco
wlan
Commits
06f6df94
Commit
06f6df94
authored
3 years ago
by
Android Build Coastguard Worker
Browse files
Options
Downloads
Plain Diff
Snap for 7944517 from
ef79d4cb
to sc-v2-release
Change-Id: I85994a0764d490500f5e07d283adcc1f9b2b67bc
parents
37f5da71
ef79d4cb
Branches
aosp-new/android12L-platform-release
aosp-new/android12L-release
Tags
android-12.1.0_r1
android-cts-12.1_r1
android-platform-12.1.0_r1
android-vts-12.1_r1
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
qcwcn/wifi_hal/pkt_stats.h
+1
-0
1 addition, 0 deletions
qcwcn/wifi_hal/pkt_stats.h
qcwcn/wifi_hal/wifilogger_diag.cpp
+2
-1
2 additions, 1 deletion
qcwcn/wifi_hal/wifilogger_diag.cpp
with
3 additions
and
1 deletion
qcwcn/wifi_hal/pkt_stats.h
+
1
−
0
View file @
06f6df94
...
...
@@ -49,6 +49,7 @@
#define PKTLOG_TYPE_MAX 12
#define BW_OFFSET 8
#define INVALID_RSSI 255
#define INVALID_RATE_CODE 0xff
/* Based on pkt log V2, this type of event will triggered */
#define PKTLOG_TYPE_PKT_SW_EVENT 10
...
...
This diff is collapsed.
Click to expand it.
qcwcn/wifi_hal/wifilogger_diag.cpp
+
2
−
1
View file @
06f6df94
...
...
@@ -2338,6 +2338,7 @@ static wifi_error parse_stats_sw_event(hal_info *info,
node_pkt_t
.
qos_ctrl
=
*
((
u8
*
)(
node_pkt_data
+
QOS_CTRL_OFFSET
));
rb_pkt_stats
->
tid
=
node_pkt_t
.
qos_ctrl
&
0xF
;
rb_pkt_stats
->
MCS
=
get_tx_mcs_v1
(
node_pkt_data
);
if
((
rb_pkt_stats
->
MCS
&
INVALID_RATE_CODE
)
!=
INVALID_RATE_CODE
)
rb_pkt_stats
->
last_transmit_rate
=
get_rate_v1
(
rb_pkt_stats
->
MCS
);
node_pkt_t
.
bmap_failed
=
*
((
u64
*
)(
node_pkt_data
+
BMAP_FAILED_OFFSET
));
node_pkt_t
.
bmap_enqueued
=
*
((
u64
*
)(
node_pkt_data
+
BMAP_ENQUEUED_OFFSET
));
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment