Author: adrian
Date: Mon Apr  4 20:32:31 2016
New Revision: 297562
URL: https://svnweb.freebsd.org/changeset/base/297562

Log:
  [net80211] add amsdu and fast frames encap failure counters in the ioctl
  definition.
  
  The code to set these will come in a subsequent commit (when I start
  fleshing out A-MSDU support.)

Modified:
  head/sys/net80211/ieee80211_ioctl.h

Modified: head/sys/net80211/ieee80211_ioctl.h
==============================================================================
--- head/sys/net80211/ieee80211_ioctl.h Mon Apr  4 17:04:33 2016        
(r297561)
+++ head/sys/net80211/ieee80211_ioctl.h Mon Apr  4 20:32:31 2016        
(r297562)
@@ -246,7 +246,10 @@ struct ieee80211_stats {
        uint32_t        is_ampdu_bar_tx_retry;  /* A-MPDU BAR frames TX rtry */
        uint32_t        is_ampdu_bar_tx_fail;   /* A-MPDU BAR frames TX fail */
 
-       uint32_t        is_spare[7];
+       uint32_t        is_ff_encapfail;        /* failed FF encap */
+       uint32_t        is_amsdu_encapfail;     /* failed A-MSDU encap */
+
+       uint32_t        is_spare[5];
 };
 
 /*
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to