]> Pileus Git - ~andy/linux/blobdiff - drivers/net/wireless/ath/ath9k/main.c
ath9k: prepare queueing code for handling unaggregated traffic
[~andy/linux] / drivers / net / wireless / ath / ath9k / main.c
index afeab3ca9a6908521d7c6b1525b278e169200774..252497ae5089f1783cbc5e1c1e502f56f0058e6e 100644 (file)
@@ -1371,9 +1371,6 @@ static void ath9k_sta_notify(struct ieee80211_hw *hw,
        struct ath_softc *sc = hw->priv;
        struct ath_node *an = (struct ath_node *) sta->drv_priv;
 
-       if (!sta->ht_cap.ht_supported)
-               return;
-
        switch (cmd) {
        case STA_NOTIFY_SLEEP:
                an->sleeping = true;