All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC/WIP 00/33] ath9k_htc AP mode
@ 2011-01-21  2:55 ` Sujith
  0 siblings, 0 replies; 21+ messages in thread
From: Sujith @ 2011-01-21  2:55 UTC (permalink / raw)
  To: linux-wireless; +Cc: ath9k-devel

This series is the preliminary work for enabling AP mode for ath9k_htc.

A firmware update is needed, place look at:
http://wireless.kernel.org/en/users/Drivers/ath9k_htc#AP_Mode

Known issues:

* Beacon misses under heavy TX load
  ( hopefully, a fix would be sent out soon).

This has not been tested rigorously, so consider this series as
experimental code.

Sujith

Sujith Manoharan (33):
  ath9k_htc: Allow upto two simultaneous interfaces
  ath9k_htc: Unify target capability updation
  ath9k_htc: Fix error handling in add_interface
  ath9k_htc: Remove OP_PREAMBLE_SHORT
  ath9k_htc: Remove OP_PROTECT_ENABLE
  ath9k_htc: Remove OP_ASSOCIATED variable
  ath9k_htc: Set the BSSID mask for multiple interfaces
  ath9k_htc: Make sequence number calculation per-VIF
  ath9k_htc: Use VIF from the packet's control data
  ath9k_htc: Protect ampdu_action with a mutex
  ath9k_htc: Fix WMI and beacon header
  ath9k_htc: Maintain individual counters for interfaces
  ath9k_htc: Allow AP interface to be created
  ath9k_htc: Calculate and set the HW opmode
  ath9k_htc: Add ANI for AP mode
  ath9k_htc: Disable powersave if an AP interface is present
  ath9k_htc: Configure beacon timers in AP mode
  ath9k_htc: Add beacon slots
  ath9k_htc: Fix TBTT calculation for IBSS mode
  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: Handle BSSID/AID for multiple interfaces
  ath9k_htc: Move debug code to a separate file
  ath9k_htc: Add RX error statistics
  ath9k_htc: Fix RX length check
  ath9k_htc: Fix host RX initialization
  ath9k_htc: Remove unused WMI commands
  ath9k_htc: Use SKB's private area for TX parameters
  ath9k_htc: Drain packets on station removal

 drivers/net/wireless/ath/ath9k/Makefile         |    2 +
 drivers/net/wireless/ath/ath9k/hif_usb.c        |   51 ++-
 drivers/net/wireless/ath/ath9k/htc.h            |  133 ++++-
 drivers/net/wireless/ath/ath9k/htc_drv_beacon.c |  432 ++++++++++++++--
 drivers/net/wireless/ath/ath9k/htc_drv_debug.c  |  310 +++++++++++
 drivers/net/wireless/ath/ath9k/htc_drv_init.c   |   14 +-
 drivers/net/wireless/ath/ath9k/htc_drv_main.c   |  649 +++++++++++------------
 drivers/net/wireless/ath/ath9k/htc_drv_txrx.c   |  127 +++--
 drivers/net/wireless/ath/ath9k/htc_hst.c        |   23 +-
 drivers/net/wireless/ath/ath9k/htc_hst.h        |    7 +-
 drivers/net/wireless/ath/ath9k/wmi.c            |   89 ++--
 drivers/net/wireless/ath/ath9k/wmi.h            |   18 +-
 12 files changed, 1329 insertions(+), 526 deletions(-)
 create mode 100644 drivers/net/wireless/ath/ath9k/htc_drv_debug.c

-- 
1.7.3.5


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

end of thread, other threads:[~2011-01-23 10:05 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-21  2:55 [RFC/WIP 00/33] ath9k_htc AP mode Sujith
2011-01-21  2:55 ` [ath9k-devel] " Sujith
2011-01-21  3:15 ` Sujith
2011-01-21  3:15   ` [ath9k-devel] " Sujith
2011-01-21 21:26 ` Christian Lamparter
2011-01-21 21:26   ` [ath9k-devel] " Christian Lamparter
2011-01-22  2:56   ` Sujith
2011-01-22  2:56     ` [ath9k-devel] " Sujith
2011-01-22  2:57     ` Sujith
2011-01-22  3:32       ` Sujith
2011-01-22  3:32         ` [ath9k-devel] " Sujith
2011-01-22 12:48         ` Christian Lamparter
2011-01-22 12:48           ` [ath9k-devel] " Christian Lamparter
2011-01-22 16:58           ` Sujith
2011-01-22 16:58             ` [ath9k-devel] " Sujith
2011-01-23  9:11         ` Johannes Berg
2011-01-23  9:11           ` [ath9k-devel] " Johannes Berg
2011-01-23 10:01           ` Sujith
2011-01-23 10:01             ` [ath9k-devel] " Sujith
2011-01-23 10:05             ` Johannes Berg
2011-01-23 10:05               ` [ath9k-devel] " Johannes Berg

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.