Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
[safe/jmp/linux-2.6] / drivers / net / wireless / ath / ath9k / hw.c
2010-01-28 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-01-25 Felix Fietkauath9k: fix eeprom INI values override for 2GHz-only...
2010-01-15 Felix Fietkauath9k: implement coverage class support
2010-01-15 Felix Fietkauath9k: cleanup slot time and ack/cts timeout handling
2010-01-12 Sujithath9k: Cleanup init/deinit routines
2009-12-22 Sujithath9k: Clarify Interrupt mitigation
2009-12-21 Luis R. Rodriguezath9k_hw: remove unused ath9k_hw_devname() and ath9k_hw...
2009-12-04 Gabor Juhosath9k: enable 2GHz band only if the device supports it
2009-11-28 Luis R. Rodriguezath9k: Fix maximum tx fifo settings for single stream...
2009-11-28 Felix Fietkauath9k: properly use the mac80211 rate control api
2009-11-18 Sujithath9k: Fix bug in initializing chain masks
2009-11-18 Sujithath9k: Remove a few unused functions
2009-11-11 Luis R. Rodriguezath9k_hw: move ath_extend_tsf() to hw code to share...
2009-10-30 Luis R. Rodriguezath9k_hw: Fix and complete force bias for AR5416
2009-10-30 Luis R. Rodriguezath9k_hw: remove unused modesIndex param from ath9k_hw_...
2009-10-30 Luis R. Rodriguezath9k_hw: make spur mitigation a callback
2009-10-30 Luis R. Rodriguezath9k_hw: order phy.c code and integrate spur mitigation
2009-10-30 Luis R. Rodriguezath9k_hw: use a callback for frequency change
2009-10-30 Luis R. Rodriguezath9k_hw: make both analog channel change routines...
2009-10-30 Luis R. Rodriguezath9k_hw: rename ath9k_hw_rf_free() to ath9k_hw_rf_free...
2009-10-30 Luis R. Rodriguezath9k_hw: simplify rf attach and rename to ath9k_hw_rf_...
2009-10-30 Luis R. Rodriguezath9k_hw: change the way we initialize the pll for...
2009-10-30 Luis R. Rodriguezath9k_hw: update register initialization/reset values...
2009-10-30 Luis R. Rodriguezath9k_hw: correct AR_PHY_SPECTRAL_SCAN register offset
2009-10-30 Luis R. Rodriguezath9k_hw: add AR9271 single chip name mapping
2009-10-30 Luis R. Rodriguezath9k_hw: distinguish single-chip solutions on initial...
2009-10-30 Luis R. Rodriguezath9k_hw: move mac name and rf name helpers to hw code
2009-10-07 Luis R. Rodriguezath9k: initialize hw prior to debugfs
2009-10-07 Luis R. Rodriguezath9k_hw: add AR9271 srev and device ID to allow hw...
2009-10-07 Luis R. Rodriguezath9k_hw: print device ID if not supported
2009-10-07 Luis R. Rodriguezath9k: move hw code to its own module
2009-10-07 Senthil Balasubram... ath9k: Advertise midband for AR5416 devices
2009-10-07 Senthil Balasubram... ath9k: Reduce PLL Settle time and eliminate redundant...
2009-10-07 Senthil Balasubram... ath9k: Handle ATH9K_BEACON_RESET_TSF properly
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...
next