All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] wl12xx: set mac80211 flags for A-MPDU aggregation support
@ 2011-08-30  6:34 Arik Nemtsov
  2011-09-14 10:00 ` Luciano Coelho
  0 siblings, 1 reply; 2+ messages in thread
From: Arik Nemtsov @ 2011-08-30  6:34 UTC (permalink / raw)
  To: linux-wireless; +Cc: Luciano Coelho, Arik Nemtsov

We set the mac80211 flag for A-MPDU support and also indicate that
Tx-agg session setup is performed in HW.

This patch depends on
"mac80211: add flag to indicate HW only Tx-agg setup support"

Signed-off-by: Arik Nemtsov <arik@wizery.com>
---
drivers/net/wireless/wl12xx/main.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/drivers/net/wireless/wl12xx/main.c b/drivers/net/wireless/wl12xx/main.c
index bde8402..3553777 100644
--- a/drivers/net/wireless/wl12xx/main.c
+++ b/drivers/net/wireless/wl12xx/main.c
@@ -4483,7 +4483,9 @@ int wl1271_init_ieee80211(struct wl1271 *wl)
 		IEEE80211_HW_SUPPORTS_CQM_RSSI |
 		IEEE80211_HW_REPORTS_TX_ACK_STATUS |
 		IEEE80211_HW_SPECTRUM_MGMT |
-		IEEE80211_HW_AP_LINK_PS;
+		IEEE80211_HW_AP_LINK_PS |
+		IEEE80211_HW_AMPDU_AGGREGATION |
+		IEEE80211_HW_TX_AMPDU_SETUP_IN_HW;
 
 	wl->hw->wiphy->cipher_suites = cipher_suites;
 	wl->hw->wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites);
-- 
1.7.4.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v2] wl12xx: set mac80211 flags for A-MPDU aggregation support
  2011-08-30  6:34 [PATCH v2] wl12xx: set mac80211 flags for A-MPDU aggregation support Arik Nemtsov
@ 2011-09-14 10:00 ` Luciano Coelho
  0 siblings, 0 replies; 2+ messages in thread
From: Luciano Coelho @ 2011-09-14 10:00 UTC (permalink / raw)
  To: Arik Nemtsov; +Cc: linux-wireless

On Tue, 2011-08-30 at 09:34 +0300, Arik Nemtsov wrote: 
> We set the mac80211 flag for A-MPDU support and also indicate that
> Tx-agg session setup is performed in HW.
> 
> This patch depends on
> "mac80211: add flag to indicate HW only Tx-agg setup support"
> 
> Signed-off-by: Arik Nemtsov <arik@wizery.com>
> ---

Applied, thanks.

-- 
Cheers,
Luca.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-09-14 10:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-30  6:34 [PATCH v2] wl12xx: set mac80211 flags for A-MPDU aggregation support Arik Nemtsov
2011-09-14 10:00 ` Luciano Coelho

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.