ath9k: remove driver ASSERT, just use BUG_ON()
[safe/jmp/linux-2.6] / drivers / net / wireless / ath / ath9k / ath9k.h
2009-10-07 Luis R. Rodriguezath9k: remove driver ASSERT, just use BUG_ON()
2009-10-07 Luis R. Rodriguezath9k: move ATH_AMPDU_LIMIT_MAX to hw.h
2009-10-07 Luis R. Rodriguezath9k: remove ath9k_ht_macmode
2009-10-07 Luis R. Rodriguezath9k: remove ath9k 25 MHz HT40 spacing stuff
2009-10-07 Luis R. Rodriguezatheros: move tx/rx chainmask to ath_common
2009-10-07 Luis R. Rodriguezatheros: add common debug printing
2009-10-07 Luis R. Rodriguezatheros/ath9k: add common read/write ops and port ath9k...
2009-10-07 Luis R. Rodriguezath9k: Define bus agnostic bluetooth coex prep helper
2009-10-07 Luis R. Rodriguezath9k: move ath_common to ath_hw
2009-10-07 Luis R. Rodriguezatheros/ath9k: move macaddr, curaid, curbssid and bssid...
2009-10-07 Luis R. Rodriguezath: move ath_bcast_mac to common header
2009-10-07 Luis R. Rodriguezath9k: move bt_stomp_type to driver core
2009-10-07 Luis R. Rodriguezath9k: replaces SC_OP_BTCOEX_ENABLED with a bool
2009-10-07 Luis R. Rodriguezath9k: move driver core helpers to main.c
2009-10-07 Luis R. Rodriguezath9k: move hw specific btcoex info to ath_hw
2009-10-07 Luis R. Rodriguezath9k: move btcoex core driver info to its own struct
2009-09-09 Vasanthakumar Thia... ath9k: Store subsystem id in struct hw_version
2009-08-28 Vasanthakumar Thia... ath9k: Add Bluetooth Coexistence 3-wire support
2009-08-28 Vasanthakumar Thia... ath9k: Move btcoex related data to a separate struct
2009-08-28 Vasanthakumar Thia... ath9k: Move btcoex stuff from hw.[ch] to new btcoex...
2009-08-28 Vasanthakumar Thia... ath9k: Split ath9k_hw_btcoex_enable() into two logical...
2009-08-20 Vasanthakumar Thia... ath9k: Nuke struct ath9k_node_stats
2009-08-20 Luis R. Rodriguezath: move regulatory info into shared common structure
2009-08-20 Vivek Natarajanath9k: Enable LEDs for AR9287 chipsets.
2009-08-14 Luis R. Rodriguezath: add common ath_rxbuf_alloc() and make ath9k use it
2009-08-04 Luis R. Rodriguezath9k: distinguish between device initialization and...
2009-07-29 Sujithath9k: Add debug counters for TX
2009-07-29 Gabor Juhosath9k: fix race with IEEE80211_CONF_PS checks
2009-07-27 Sujithath9k: Remove a few redundant variables/macros
2009-07-27 Sujithath9k: Cleanup return values
2009-07-27 Sujithath9k: Remove redundant HT macros
2009-07-24 Luis R. Rodriguezath9k: disable radio when all devices are marked idle
2009-07-24 Gabor Juhosath9k: serialize ath9k_ps_{wakeup,restore} calls
2009-07-24 Gabor Juhosath9k: uninline ath9k_ps_{wakeup,restore} functions
2009-07-24 Gabor Juhosath9k: serialize ath9k_hw_setpower calls
2009-07-24 Senthil Balasubram... ath9k: Fix TX hang issue with Atheros chipsets
2009-07-24 Senthil Balasubram... ath9k: Manipulate and report the correct RSSI
2009-07-24 Luis R. Rodriguezath9k: cleanup try count for MRR in rate control
2009-07-10 Senthil Balasubram... ath9k: race condition in SCANNING state check during...
2009-07-10 Vasanthakumar Thia... ath9k: Remove unnecessary count for addba attempt
2009-06-15 Gabor Juhosath9k: prevent sleeping while we are waiting for CAB
2009-06-15 Johannes Bergath9k: port to cfg80211 rfkill
2009-06-03 Johannes Bergrfkill: rewrite
2009-05-22 Jouni Malinenath9k: Update Beacon timers based on timestamp from...
2009-05-20 Jouni Malinenath9k: Wake up for TX in mac80211 timeout=0 sleep mode
2009-05-20 Vasanthakumar Thia... ath9k: cleanup beacon parameters configuration
2009-05-20 Jouni Malinenath9k: Fix PS mode operation to receive buffered broadc...
2009-05-06 Luis R. Rodriguezath9k: make private driver rate tables const
2009-05-06 Gabor Juhosath9k: uninline ath9k_io{read,write}32 routines
2009-05-06 Johannes Bergmac80211: clean up beacon interval settings
2009-04-22 Luis R. Rodriguezatheros: put atheros wireless drivers into ath/