* [PATCH v2] wl12xx: add hw configuration for max supported AMDPU size
@ 2011-01-12 13:27 coelho
2011-01-24 20:16 ` Luciano Coelho
0 siblings, 1 reply; 2+ messages in thread
From: coelho @ 2011-01-12 13:27 UTC (permalink / raw)
To: coelho; +Cc: linux-wireless
From: Luciano Coelho <coelho@ti.com>
The wl12xx chips do the AMDPU aggregation work in the firmware, but it
supports a maximum of 8 frames per block. Configure the mac80211 hw
structure accordingly.
Signed-off-by: Luciano Coelho <coelho@ti.com>
Tested-by: Juuso Oikarinen <juuso.oikarinen@nokia.com>
---
drivers/net/wireless/wl12xx/main.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/drivers/net/wireless/wl12xx/main.c b/drivers/net/wireless/wl12xx/main.c
index 67732ea..463d6bf 100644
--- a/drivers/net/wireless/wl12xx/main.c
+++ b/drivers/net/wireless/wl12xx/main.c
@@ -3178,6 +3178,8 @@ int wl1271_init_ieee80211(struct wl1271 *wl)
wl->hw->sta_data_size = sizeof(struct wl1271_station);
+ wl->hw->max_rx_aggregation_subframes = 8;
+
return 0;
}
EXPORT_SYMBOL_GPL(wl1271_init_ieee80211);
--
1.7.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH v2] wl12xx: add hw configuration for max supported AMDPU size
2011-01-12 13:27 [PATCH v2] wl12xx: add hw configuration for max supported AMDPU size coelho
@ 2011-01-24 20:16 ` Luciano Coelho
0 siblings, 0 replies; 2+ messages in thread
From: Luciano Coelho @ 2011-01-24 20:16 UTC (permalink / raw)
To: linux-wireless@vger.kernel.org
On Wed, 2011-01-12 at 14:27 +0100, Coelho, Luciano wrote:
> From: Luciano Coelho <coelho@ti.com>
>
> The wl12xx chips do the AMDPU aggregation work in the firmware, but it
> supports a maximum of 8 frames per block. Configure the mac80211 hw
> structure accordingly.
>
> Signed-off-by: Luciano Coelho <coelho@ti.com>
> Tested-by: Juuso Oikarinen <juuso.oikarinen@nokia.com>
> ---
Applied to wl12xx.
--
Cheers,
Luca.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-01-24 20:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-12 13:27 [PATCH v2] wl12xx: add hw configuration for max supported AMDPU size coelho
2011-01-24 20:16 ` Luciano Coelho
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).