|
@@ -10623,8 +10623,13 @@ typedef struct {
|
|
|
A_UINT32 num_probes_tx;
|
|
|
/** Number of Beacon misses on this interface (accruing over time) */
|
|
|
A_UINT32 num_beacon_miss;
|
|
|
- /** time slice duty cycle percentage of this interface*/
|
|
|
+ /** time slice duty cycle percentage of this interface */
|
|
|
A_UINT32 time_slice_duty_cycle;
|
|
|
+ /**
|
|
|
+ * noise floor value report to host
|
|
|
+ * Units are dBm, values 0x0000ffff and 0x0 are invalid.
|
|
|
+ */
|
|
|
+ A_INT32 nf_cal_val_per_freq;
|
|
|
} wmi_iface_link_stats;
|
|
|
|
|
|
typedef enum {
|