ath9k: Fix RTC reset for AR5416
[safe/jmp/linux-2.6] / drivers / net / wireless / ath / ath9k / hw.c
2009-10-07 Sujithath9k: Fix RTC reset for AR5416
2009-10-07 Sujithath9k: Update INI release for AR9287
2009-10-07 Luis R. Rodriguezath9k: clarify what hw code is and remove ath9k.h from...
2009-10-07 Luis R. Rodriguezath9k: remove driver ASSERT, just use BUG_ON()
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. Rodriguezath9k: separate core driver and hw timer code
2009-10-07 Luis R. Rodriguezatheros: add ieee80211_hw to ath_common
2009-10-07 Luis R. Rodriguezatheros: define shared bssidmask setting
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. Rodriguezatheros/ath9k: move macaddr, curaid, curbssid and bssid...
2009-10-07 Luis R. Rodriguezath9k: use ath9k_hw_write_associd() on reset
2009-10-07 Luis R. Rodriguezath9k: Use ath9k_hw_setbssidmask() on reset
2009-10-07 Luis R. Rodriguezath9k: make ath9k_hw_setbssidmask() and ath9k_hw_write_...
2009-10-07 Luis R. Rodriguezath9k: rename driver core and hw power save helpers
2009-10-07 Luis R. Rodriguezath9k: move ath9k_hw_setpower() to main.c
2009-10-07 Luis R. Rodriguezath9k: avoid usage of ath9k_hw_setpower() on hw.c
2009-10-07 Luis R. Rodriguezath9k: move ath9k_ps_wakeup() and ath9k_ps_restore...
2009-10-07 Luis R. Rodriguezath9k: move ps helpers onto core driver when reseting tsf
2009-10-07 Luis R. Rodriguezath9k: rename ath_btcoex_supported() to ath9k_hw_btcoex...
2009-10-07 Luis R. Rodriguezath9k: rename ath_btcoex_info to ath_btcoex_hw
2009-10-07 Luis R. Rodriguezath9k: rename btcoex_scheme to just scheme
2009-10-07 Luis R. Rodriguezath9k: replaces SC_OP_BTCOEX_ENABLED with a bool
2009-10-07 Luis R. Rodriguezath9k: move hw specific btcoex info to ath_hw
2009-10-07 Luis R. Rodriguezath9k: use ath_hw for DPRINTF() and debug init/exit
2009-09-23 Vivek Natarajanath9k: Initialize txgain and rxgain for newer AR9287...
2009-09-23 Vivek Natarajanath9k: Disable autosleep feature by default.
2009-09-23 Vivek Natarajanath9k: Fix AHB reset for AR9280
2009-09-23 Vasanthakumar Thia... ath9k: Do a full reset for AR9280
2009-09-23 Vasanthakumar Thia... ath9k: Don't read NF when chip has gone through full...
2009-09-23 Vasanthakumar Thia... ath9k: Fix rx data corruption
2009-09-23 Sujithath9k: Restore TSF after RESET
2009-09-23 Vivek Natarajanath9k: Revamp PCIE workarounds
2009-09-09 Vasanthakumar Thia... ath9k: Initialize the priority gpio for BT coex 3-wire
2009-09-09 Vasanthakumar Thia... ath9k: Get rid of the modparam btcoex_enable
2009-09-09 Vasanthakumar Thia... ath9k: Enable btcoex based on the subsystem id of the...
2009-09-09 Vasanthakumar Thia... ath9k: Disable ASPM when btcoex is active
2009-09-08 Sujithath9k: Fix RX Filter handling for BAR
2009-08-31 Vasanthakumar Thia... ath9k: Do an AHB reset before doing RTC reset
2009-08-28 Vasanthakumar Thia... ath9k: Add Bluetooth Coexistence 3-wire support
2009-08-28 Vasanthakumar Thia... ath9k: Add infrastructure for generic hw timers
2009-08-28 Vasanthakumar Thia... ath9k: Remove hw capability bit meant for btcoex
2009-08-28 Vasanthakumar Thia... ath9k: Determine btcoex scheme type based on chip version
2009-08-28 Vasanthakumar Thia... ath9k: Move btcoex related data to a separate struct
2009-08-28 Vasanthakumar Thia... ath9k: Configure btcoex register during every reset
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 Luis R. Rodriguezath: move regulatory info into shared common structure
2009-08-20 Vivek Natarajanath9k: Updates for AR9287_12 version of chipset.
2009-08-20 Vivek Natarajanath9k: Set AR_WA for AR9287 as it improves consistency...
2009-08-20 Vivek Natarajanath9k: Add open loop power control support for AR9287.
2009-08-14 Sujithath9k: Remove duplicate variables
2009-08-14 Sujithath9k: Cleanup function return types
2009-08-04 Luis R. Rodriguezath9k: add initial hardware support for ar9271
2009-08-04 Luis R. Rodriguezath9k: remove spurious check for channel on keycache...
2009-08-04 Luis R. Rodriguezath9k: call ath9k_hw_detach() once upon hw init failure
2009-08-04 Luis R. Rodriguezath9k: set ah to null after freeing
2009-08-04 Luis R. Rodriguezath9k: rename ath9k_hw_ani_detach() to ath9k_hw_ani_dis...
2009-08-04 Luis R. Rodriguezath9k: rename ath9k_hw_rfdetach() to ath9k_hw_rf_free()
2009-08-04 Luis R. Rodriguezath9k: describe hw initialization better
2009-08-04 Luis R. Rodriguezath9k: break up hw initialization into a few more helpers
2009-08-04 Luis R. Rodriguezath9k: rename ath9k_hw_set_defaults() to ath9k_hw_init_...
2009-08-04 Luis R. Rodriguezath9k: rename ath9k_hw_newstate() to ath9k_hw_init_defa...
2009-08-04 Luis R. Rodriguezath9k: move hw macrevision checker to helper
2009-08-04 Luis R. Rodriguezath9k: pass only one argument to hw attach
2009-08-04 Luis R. Rodriguezath9k: call hw initializer directly
2009-08-04 Luis R. Rodriguezath9k: move devid cache setting to ath_init()
2009-08-04 Luis R. Rodriguezath9k: move memory allocation of ath_hw to ath_init()
2009-08-04 Luis R. Rodriguezath9k: propagate hw initialization errors
2009-08-04 Luis R. Rodriguezath9k: use a switch for revising supported hw mac revisions
2009-08-04 Luis R. Rodriguezath9k: remove usage of AR_SREV_*() wrapper to detect...
2009-08-04 Vasanthakumar Thia... ath9k: Remove unused ath9k_hw_intrget()
2009-07-29 Gabor Juhosath9k: get rid of unnecessary setpower calls
2009-07-29 Gabor Juhosath9k: fix race with IEEE80211_CONF_PS checks
2009-07-27 Vivek Natarajanath9k: Add support for AR9287 based chipsets.
2009-07-24 Gabor Juhosath9k: make use ath9k_hw_wait int ath9k_hw_reset_tsf
2009-07-24 Gabor Juhosath9k: wake up the chip for TSF reset
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 Luis R. Rodriguezath9k: remove ATH9K_MODE_11B
2009-07-10 Joe Perchesdrivers/net/wireless/ath/ath9k: Remove unnecessary...
2009-06-15 Johannes Bergath9k: port to cfg80211 rfkill
2009-05-22 Zhu Yiwireless: move some utility functions from mac80211...
2009-05-11 Vasanthakumar Thia... ath9k: Cleanup ineffective return values
2009-05-11 Vasanthakumar Thia... ath9k: Remove bogus break after return
2009-05-06 Gabor Juhosath9k: remove redundant AR9285 checks
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-04-22 Vivek Natarajanath9k: Disable autosleep feature for AR9285 based chipsets.
2009-04-22 Steven Luoath9k: reset after PCI FATAL/PERR interrupts
2009-04-22 Luis R. Rodriguezatheros: put atheros wireless drivers into ath/