2011-03-07 02:10:36

by Sujith

[permalink] [raw]
Subject: [RFC 00/34] ath9k_htc AP mode

This is the current patchset for enabing AP mode for ath9k_htc.
TX status processing has been enabled in the FW and the host
driver has been updated accordingly. TX filtering hasn't been fixed
yet, though.

The updated FW can be found at: http://linuxwireless.org/en/users/Drivers/ath9k_htc#AP_Mode

Sujith Manoharan (34):
ath9k_htc: Fix WMI and beacon header
ath9k_htc: Add beacon slots
ath9k_htc: Add TSF adjust capability
ath9k_htc: Configure the beacon queue
ath9k_htc: Handle buffered frames in AP mode
ath9k_htc: Enable AP mode
ath9k_htc: Fix beacon miss under heavy load
ath9k_htc: Queue WMI events
ath9k_htc: Move debug code to a separate file
ath9k_htc: Add RX error statistics
ath9k_htc: Fix RX length check
ath9k_htc: Remove unused WMI commands
ath9k_htc: Use SKB's private area for TX parameters
ath9k_htc: Sync struct ath9k_htc_target_sta with FW
ath9k_htc: Sync struct ath9k_htc_target_vif with FW
ath9k_htc: Remove unused WMI_WLAN_TXCOMP_EVENTID
ath9k_htc: Move TX specific stuff to a separate structure
ath9k_htc: Reduce TX queue size
ath9k_htc: Sync MGMT/DATA packet headers with firmware
ath9k_htc: Add a new WMI event WMI_TXSTATUS_EVENTID
ath9k_htc: Increase URB count for REG_IN pipe
ath9k_htc: Fix TX queue management
ath9k_htc: Introduce new HTC API
ath9k_htc: Move endpoint header parsing to TX tasklet
ath9k_htc: Add TX slots
ath9k_htc: Use helper functions for TX processing
ath9k_htc: Drain pending TX frames properly
ath9k_htc: Optimize HTC start/stop API
ath9k_htc: Drain packets on station removal
ath9k_htc: Add support for TX completion
ath9k_htc: Add a debugfs file to dump TX slot information
ath9k_htc: Add a debugfs file showing endpoint status
ath9k_htc: Add a timer to cleanup WMI events
ath9k_htc: Use separate URB pool for management frames

drivers/net/wireless/ath/ath9k/Makefile | 2 +
drivers/net/wireless/ath/ath9k/hif_usb.c | 320 +++++++++----
drivers/net/wireless/ath/ath9k/hif_usb.h | 7 +-
drivers/net/wireless/ath/ath9k/htc.h | 163 +++++---
drivers/net/wireless/ath/ath9k/htc_drv_beacon.c | 315 +++++++++++--
drivers/net/wireless/ath/ath9k/htc_drv_debug.c | 406 ++++++++++++++++
drivers/net/wireless/ath/ath9k/htc_drv_gpio.c | 12 +-
drivers/net/wireless/ath/ath9k/htc_drv_init.c | 20 +-
drivers/net/wireless/ath/ath9k/htc_drv_main.c | 322 +++----------
drivers/net/wireless/ath/ath9k/htc_drv_txrx.c | 583 ++++++++++++++++++----
drivers/net/wireless/ath/ath9k/htc_hst.c | 50 +-
drivers/net/wireless/ath/ath9k/htc_hst.h | 14 +-
drivers/net/wireless/ath/ath9k/wmi.c | 119 +++--
drivers/net/wireless/ath/ath9k/wmi.h | 65 +++-
14 files changed, 1758 insertions(+), 640 deletions(-)
create mode 100644 drivers/net/wireless/ath/ath9k/htc_drv_debug.c

--
1.7.4.1



2011-03-08 03:16:36

by Sujith

[permalink] [raw]
Subject: RE: [ath9k-devel] [RFC 00/34] ath9k_htc AP mode

[email protected] wrote:
> So this patchset deprecates the one you posted in January ?
> Could you please make available a unified patchset ?

Sure, attached a unified patch.


Attachments:
k2-ap-all.patch (188.33 kB)
patch-all

2011-03-07 02:19:10

by Sujith

[permalink] [raw]
Subject: [RFC 00/34] ath9k_htc AP mode

Sujith wrote:
> This is the current patchset for enabing AP mode for ath9k_htc.
> TX status processing has been enabled in the FW and the host
> driver has been updated accordingly. TX filtering hasn't been fixed
> yet, though.
>
> The updated FW can be found at: http://linuxwireless.org/en/users/Drivers/ath9k_htc#AP_Mode

Looks like I can't update the page.
The attached FW can be used.


Attachments:
ar9271.fw (50.09 kB)
FW
Subject: RE: [ath9k-devel] [RFC 00/34] ath9k_htc AP mode


> -----Original Message-----
> From: [email protected] [mailto:ath9k-devel-
> [email protected]] On Behalf Of Sujith
> Sent: Monday, March 07, 2011 7:49 AM
> To: linux-wireless
> Cc: ath9k-devel
> Subject: [ath9k-devel] [RFC 00/34] ath9k_htc AP mode
>
> Sujith wrote:
> > This is the current patchset for enabing AP mode for ath9k_htc.
> > TX status processing has been enabled in the FW and the host driver
> > has been updated accordingly. TX filtering hasn't been fixed yet,
> > though.
> >
> > The updated FW can be found at:
> > http://linuxwireless.org/en/users/Drivers/ath9k_htc#AP_Mode

So this patchset deprecates the one you posted in January ?
Could you please make available a unified patchset ?

--Raghu