X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=net80211%2Fieee80211_var.h;h=0c5af90ec751f54583ddb30c195dd5bfe4dbaf38;hb=6f471d5f175cbcefb519a09f874331c332ee0e45;hp=d1109ecfbf368778ca2a140d5234e20c6cd34756;hpb=76ef1fd56b0c633831e0d1ceb379c3790094717c;p=madwifi%2F.git diff --git a/net80211/ieee80211_var.h b/net80211/ieee80211_var.h index d1109ec..0c5af90 100644 --- a/net80211/ieee80211_var.h +++ b/net80211/ieee80211_var.h @@ -403,6 +403,14 @@ struct ieee80211com { /* U-APSD support */ void (*ic_uapsd_flush)(struct ieee80211_node *); + /* continuous transmission support */ + void (*ic_set_txcont)(struct ieee80211com *, int); + int (*ic_get_txcont)(struct ieee80211com *); + void (*ic_set_txcont_power)(struct ieee80211com *, u_int); + int (*ic_get_txcont_power)(struct ieee80211com *); + void (*ic_set_txcont_rate)(struct ieee80211com *, u_int); + u_int (*ic_get_txcont_rate)(struct ieee80211com *); + /* Set coverage class */ void (*ic_set_coverageclass)(struct ieee80211com *); @@ -419,7 +427,6 @@ struct ieee80211com { #endif /* #ifdef ATH_REVERSE_ENGINEERING */ }; - #define MAX_PROC_IEEE80211_SIZE 16383 #define PROC_IEEE80211_PERM 0644