Hi, This patch removes wme_tx_queue and wme_rx_queue from net/mac80211/sta_info.h as they are not used. (These variable names in fact a double declaration; one is a pointer to dentry struct (for DEBUGFS) and the second is an array of ints (for Extra statistics for TX/RX debugging - when setting CONFIG_MAC80211_DEBUG_COUNTERS); both are not used. Regards, Rami Rosen Signed-off-by: Rami Rosen