Debugging updates:
[madwifi/.git] / net80211 / ieee80211_ioctl.h
index 484b7039c26db64877a5992e0324ade1c41857ad..892b3c9e3e2d122c0d90966c3e9b9352c1118473 100644 (file)
@@ -642,6 +642,13 @@ enum {
        IEEE80211_PARAM_BEACON_MISS_THRESH      = 73,   /* Beacon miss threshold (in beacons) */
        IEEE80211_PARAM_BEACON_MISS_THRESH_MS   = 74,   /* Beacon miss threshold (in ms) */
        IEEE80211_PARAM_RSSI_EWMA               = 75,
+       IEEE80211_PARAM_DRAINTXQ                = 76,   /* Drain transmit queues */
+       IEEE80211_PARAM_STOP_QUEUE              = 77,   /* Stop the device queue (for testing) */
+       IEEE80211_PARAM_TXTIMEOUT               = 78,   /* Simulate Transmit timeout */
+       IEEE80211_PARAM_ATHRESET                = 79,   /* Force device reset */
+       IEEE80211_PARAM_RESETTXBUFS             = 80,   /* Reset transmit DMA */
+       IEEE80211_PARAM_SCANBUFS                = 81,   /* Heap analysis for TX DMA */
+       IEEE80211_PARAM_LEAKTXBUFS              = 82,   /* Leak tx buffers */
 };
 
 #define        SIOCG80211STATS                 (SIOCDEVPRIVATE+2)