Prev: [091/156] PCI quirk: RS780/RS880: work around missing MSI initialization
Next: [133/156] ipsec: Fix bogus bundle flowi
From: Greg KH on 30 Mar 2010 19:30 2.6.33-stable review patch. If anyone has any objections, please let us know. ------------------ From: Vivek Natarajan <vnatarajan(a)atheros.com> commit 05df49865be08b30e7ba91b9d3d94d7d52dd3033 upstream. Signed-off-by: Vivek Natarajan <vnatarajan(a)atheros.com> Signed-off-by: John W. Linville <linville(a)tuxdriver.com> Signed-off-by: Luis R. Rodriguez <lrodriguez(a)atheros.com> Signed-off-by: Greg Kroah-Hartman <gregkh(a)suse.de> --- drivers/net/wireless/ath/ath9k/main.c | 1 + 1 file changed, 1 insertion(+) --- a/drivers/net/wireless/ath/ath9k/main.c +++ b/drivers/net/wireless/ath/ath9k/main.c @@ -1856,6 +1856,7 @@ void ath_set_hw_capab(struct ath_softc * IEEE80211_HW_SIGNAL_DBM | IEEE80211_HW_SUPPORTS_PS | IEEE80211_HW_PS_NULLFUNC_STACK | + IEEE80211_HW_REPORTS_TX_ACK_STATUS | IEEE80211_HW_SPECTRUM_MGMT; if (sc->sc_ah->caps.hw_caps & ATH9K_HW_CAP_HT) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |