X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=net80211%2Fieee80211_ioctl.h;h=892b3c9e3e2d122c0d90966c3e9b9352c1118473;hb=43de3ce1a01e20637dab85db247ea47f5e1b7cac;hp=484b7039c26db64877a5992e0324ade1c41857ad;hpb=eaa447863a64f2cc941dd666d941d627104b5940;p=madwifi%2F.git diff --git a/net80211/ieee80211_ioctl.h b/net80211/ieee80211_ioctl.h index 484b703..892b3c9 100644 --- a/net80211/ieee80211_ioctl.h +++ b/net80211/ieee80211_ioctl.h @@ -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)