From a850143071b5d5e48ce580bae1d744be2db6b6fb Mon Sep 17 00:00:00 2001 From: nbd Date: Thu, 22 Apr 2010 15:39:31 +0000 Subject: mac80211: update to wireless-testing 2010-04-21 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21089 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/mac80211/patches/567-ath9k_rc_stbc_support.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 package/mac80211/patches/567-ath9k_rc_stbc_support.patch (limited to 'package/mac80211/patches/567-ath9k_rc_stbc_support.patch') diff --git a/package/mac80211/patches/567-ath9k_rc_stbc_support.patch b/package/mac80211/patches/567-ath9k_rc_stbc_support.patch deleted file mode 100644 index 4a4b099ce..000000000 --- a/package/mac80211/patches/567-ath9k_rc_stbc_support.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- a/drivers/net/wireless/ath/ath9k/rc.c -+++ b/drivers/net/wireless/ath/ath9k/rc.c -@@ -700,6 +700,10 @@ static void ath_get_rate(void *priv, str - (sta->ht_cap.cap & IEEE80211_HT_CAP_LDPC_CODING)) - tx_info->flags |= IEEE80211_TX_CTL_LDPC; - -+ if (conf_is_ht(&sc->hw->conf) && -+ (sta->ht_cap.cap & IEEE80211_HT_CAP_TX_STBC)) -+ tx_info->flags |= IEEE80211_TX_CTL_STBC; -+ - if (is_probe) { - /* set one try for probe rates. For the - * probes don't enable rts */ -- cgit v1.2.3