struct ieee80211_tx_(9)
NAME
struct_ieee80211_tx_queue_stats_data - transmit queue statistics
SYNOPSIS
struct ieee80211_tx_queue_stats_data {
unsigned int len;
unsigned int limit;
unsigned int count;
};
MEMBERS
- len
- number of packets in queue
- limit
- queue length limit
- count
- number of frames sent
AUTHOR
- Johannes Berg <johannes@sipsolutions.net>
- Author.