From patchwork Wed Jan 12 13:27:03 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Luciano Coelho X-Patchwork-Id: 474141 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id p0CDQnqF003925 for ; Wed, 12 Jan 2011 13:26:49 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932397Ab1ALN0r (ORCPT ); Wed, 12 Jan 2011 08:26:47 -0500 Received: from arroyo.ext.ti.com ([192.94.94.40]:42863 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756202Ab1ALN0q (ORCPT ); Wed, 12 Jan 2011 08:26:46 -0500 Received: from dlep34.itg.ti.com ([157.170.170.115]) by arroyo.ext.ti.com (8.13.7/8.13.7) with ESMTP id p0CDQkbm028838 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 12 Jan 2011 07:26:46 -0600 Received: from dlep26.itg.ti.com (localhost [127.0.0.1]) by dlep34.itg.ti.com (8.13.7/8.13.7) with ESMTP id p0CDQj97025466 for ; Wed, 12 Jan 2011 07:26:45 -0600 (CST) Received: from dlee74.ent.ti.com (localhost [127.0.0.1]) by dlep26.itg.ti.com (8.13.8/8.13.8) with ESMTP id p0CDQjt2011980 for ; Wed, 12 Jan 2011 07:26:45 -0600 (CST) Received: from dlelxv22.itg.ti.com (172.17.1.197) by dlee74.ent.ti.com (157.170.170.8) with Microsoft SMTP Server id 8.3.106.1; Wed, 12 Jan 2011 07:26:45 -0600 Received: from pimenta.emea.dhcp.ti.com (pimenta.emea.dhcp.ti.com [137.167.41.166]) by dlelxv22.itg.ti.com (8.13.8/8.13.8) with ESMTP id p0CDQiGb016530; Wed, 12 Jan 2011 07:26:44 -0600 From: To: CC: linux-wireless@vger.kernel.org Subject: [PATCH v2] wl12xx: add hw configuration for max supported AMDPU size Date: Wed, 12 Jan 2011 15:27:03 +0200 Message-ID: <1294838823-444-1-git-send-email-coelho@ti.com> X-Mailer: git-send-email 1.7.1 MIME-Version: 1.0 Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Wed, 12 Jan 2011 13:26:49 +0000 (UTC) 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);