From: Sujith <m.sujith@gmail.com>
To: linux-wireless <linux-wireless@vger.kernel.org>
Cc: ath9k-devel <ath9k-devel@lists.ath9k.org>
Subject: [RFC 00/34] ath9k_htc AP mode
Date: Mon, 7 Mar 2011 07:40:25 +0530 [thread overview]
Message-ID: <19828.16017.691812.916489@gargle.gargle.HOWL> (raw)
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
next reply other threads:[~2011-03-07 2:10 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-07 2:10 Sujith [this message]
2011-03-07 2:18 ` [RFC 00/34] ath9k_htc AP mode Sujith
2011-03-07 6:43 ` [ath9k-devel] " raghunathan.kailasanathan
2011-03-08 3:16 ` Sujith
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=19828.16017.691812.916489@gargle.gargle.HOWL \
--to=m.sujith@gmail.com \
--cc=ath9k-devel@lists.ath9k.org \
--cc=linux-wireless@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox