mwifiex: add bcn_rcv_cnt and bcn_miss_cnt in getlog debugfs
[deliverable/linux.git] / drivers / net / wireless / mwifiex / ioctl.h
index dcf4bdbd750519ae02271368c5a5439a5962e318..d2b05c3a96da8d81060f4c698020890faab5454a 100644 (file)
@@ -137,6 +137,8 @@ struct mwifiex_ds_get_stats {
        u32 fcs_error;
        u32 tx_frame;
        u32 wep_icv_error[4];
+       u32 bcn_rcv_cnt;
+       u32 bcn_miss_cnt;
 };
 
 #define MWIFIEX_MAX_VER_STR_LEN    128
This page took 0.025281 seconds and 5 git commands to generate.