summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJouni Malinen2011-10-27 16:31:50 +0200
committerJohn W. Linville2011-11-09 22:01:00 +0100
commitfd6562344dea2b8b2a5d644cf971f4e56004500a (patch)
treef7aa74fcefb9c6bb68e1a6097056d9d3a1e693d4
parentorinoco: release BSS structures returned by cfg80211_inform_bss() (diff)
downloadkernel-qcow2-linux-fd6562344dea2b8b2a5d644cf971f4e56004500a.tar.gz
kernel-qcow2-linux-fd6562344dea2b8b2a5d644cf971f4e56004500a.tar.xz
kernel-qcow2-linux-fd6562344dea2b8b2a5d644cf971f4e56004500a.zip
ath9k: Advertise support for TDLS
Based on a quick test, TDLS seemed to be working fine with ath9k, so let's start advertising support for this in the driver. Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
-rw-r--r--drivers/net/wireless/ath/ath9k/init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/init.c b/drivers/net/wireless/ath/ath9k/init.c
index e8af5821a963..5cb0599b01c2 100644
--- a/drivers/net/wireless/ath/ath9k/init.c
+++ b/drivers/net/wireless/ath/ath9k/init.c
@@ -696,6 +696,7 @@ void ath9k_set_hw_capab(struct ath_softc *sc, struct ieee80211_hw *hw)
hw->wiphy->flags &= ~WIPHY_FLAG_PS_ON_BY_DEFAULT;
hw->wiphy->flags |= WIPHY_FLAG_IBSS_RSN;
+ hw->wiphy->flags |= WIPHY_FLAG_SUPPORTS_TDLS;
hw->queues = 4;
hw->max_rates = 4;