|
@@ -1,5 +1,5 @@
|
|
|
/*
|
|
|
- * Copyright (c) 2014-2016 The Linux Foundation. All rights reserved.
|
|
|
+ * Copyright (c) 2014-2016, 2019 The Linux Foundation. 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
|
|
@@ -53,7 +53,7 @@
|
|
|
* @scan: Bit set to 1 if packet received during scanning
|
|
|
* @scan_src: Source of scan
|
|
|
* @dpuFeedback: DPU feedback for frame
|
|
|
- * @sessionId: PE session
|
|
|
+ * @session_id: PE session
|
|
|
* @tsf_delta: Delta between tsf in frame and local value of tsf
|
|
|
* @rssi_raw: rssi based on actual noise floor in hardware.
|
|
|
*/
|
|
@@ -72,7 +72,7 @@ typedef struct {
|
|
|
uint8_t scan:1;
|
|
|
uint8_t scan_src;
|
|
|
uint8_t dpuFeedback;
|
|
|
- uint8_t sessionId;
|
|
|
+ uint8_t session_id;
|
|
|
uint32_t tsf_delta;
|
|
|
uint32_t rssi_raw;
|
|
|
} t_packetmeta, *tp_packetmeta;
|