]> Pileus Git - ~andy/linux/blobdiff - drivers/net/wireless/ath/ath9k/ath9k.h
ath9k: use software queueing for multicast traffic
[~andy/linux] / drivers / net / wireless / ath / ath9k / ath9k.h
index 41ea3fd5b9bb453f1d70985c0b3bc8f53da6fa57..505c615ada1bf93744fe9415452ccdc605ef0de4 100644 (file)
@@ -265,6 +265,7 @@ struct ath_node {
        u8 mpdudensity;
 
        bool sleeping;
+       bool no_ps_filter;
 
 #if defined(CONFIG_MAC80211_DEBUGFS) && defined(CONFIG_ATH9K_DEBUGFS)
        struct dentry *node_stat;
@@ -364,6 +365,7 @@ void ath9k_release_buffered_frames(struct ieee80211_hw *hw,
 /********/
 
 struct ath_vif {
+       struct ath_node mcast_node;
        int av_bslot;
        bool primary_sta_vif;
        __le64 tsf_adjust; /* TSF adjustment for staggered beacons */