summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath5k
Commit message (Expand)AuthorAgeFilesLines
* mac80211: allow configure_filter callback to sleepJohannes Berg2009-08-201-25/+39
* ath5k: use bit shift operators for cache line sizeLuis R. Rodriguez2009-08-141-2/+2
* ath5k: use common ath.ko ath_rxbuf_alloc()Luis R. Rodriguez2009-08-142-15/+9Star
* ath5k: Use SWI to trigger calibrationNick Kossifidis2009-08-144-11/+67
* ath5k: Preserve pcicfg bits during attachNick Kossifidis2009-08-141-1/+1
* ath5k: Wakeup fixesNick Kossifidis2009-08-144-62/+140
* ath5k: Linear PCDAC code fixesNick Kossifidis2009-08-141-7/+17
* ath5k: Check EEPROM before tweaking SERDESNick Kossifidis2009-08-143-22/+48
* drivers/net/wireless/ath/ath5k: Change constant nameJulia Lawall2009-08-141-1/+1
* ath5k: fix missing output in monitor mode after ifconfig upJoerg Albert2009-08-141-20/+15Star
* ath5k: fix CAB queue operationBob Copeland2009-08-041-1/+4
* ath5k: update PCU opmode whenever a new interface is addedBob Copeland2009-08-041-0/+3
* ath5k: remove EXPERIMENTAL markerLuis R. Rodriguez2009-08-041-1/+1
* ath: simplify kconfig dependency and add documentationLuis R. Rodriguez2009-08-041-1/+0Star
* ath5k: fix values for bus error bits in ISR2Pavel Roskin2009-07-241-6/+6
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-07-241-0/+3
|\
| * ath5k: temporarily disable crypto for AP modeBob Copeland2009-07-211-0/+3
* | ath5k: write PCU registers on initial resetBob Copeland2009-07-101-1/+1
* | ath5k: do not release irq across suspend/resumeBob Copeland2009-07-101-11/+0Star
* | ath5k: rework beacon configurationBob Copeland2009-07-102-40/+20Star
* | ath5k: send buffered frames after the beaconBob Copeland2009-07-103-11/+34
* | ath5k: remove permissions from debugfs filesJiri Slaby2009-07-101-3/+5
* | mac80211: push rx status into skb->cbJohannes Berg2009-07-101-1/+2
* | ath5k: enable hardware LEDsBob Copeland2009-07-102-0/+23
* | ath5k: cleanup ath5k_hw structBob Copeland2009-07-103-19/+10Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-06-221-3/+8
|\
| * ath5k: fix beacon_int handlingJiri Slaby2009-06-191-3/+1Star
| * ath5k: avoid PCI FATAL interrupts by restoring RETRY_TIMEOUT disablingJouni Malinen2009-06-191-0/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-06-181-2/+3
|\|
| * ath5k: fix mesh beaconingNick Kossifidis2009-06-151-2/+3
* | debugfs: Fix terminology inconsistency of dir name to mount debugfs filesystem.GeunSik Lim2009-06-161-3/+2Star
|/
* ath5k: minor rfkill cleanupBob Copeland2009-06-106-26/+8Star
* ath5k: added cfg80211 based rfkill supportTobias Doerffel2009-06-107-17/+163
* ath5k: disable beacon interrupt when interface is downBob Copeland2009-06-031-1/+16
* ath5k: remove conf->beacon_int usageBob Copeland2009-06-031-2/+0Star
* ath5k: avoid leaking mutex in ath5k_configJohn W. Linville2009-06-031-2/+3
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-05-251-3/+3
* wireless: move some utility functions from mac80211 to cfg80211Zhu Yi2009-05-221-2/+2
* ath5k: avoid and warn on potential infinite loopBob Copeland2009-05-201-0/+3
* ath5k: update beacons in AP modeBob Copeland2009-05-201-14/+40
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-05-191-9/+13
* Add LED support for AR5BXB6 IBM Thinkpad PCIe adaptersParide Legovini2009-05-061-2/+4
* ath5k: use ctl settings based on current regdomainBob Copeland2009-05-061-12/+7Star
* ath5k: Add Spur filter support on newer chipsNick Kossifidis2009-05-063-25/+270
* ath5k: Implement antenna controlNick Kossifidis2009-05-068-51/+271
* ath5k: Enable AP modeJiri Slaby2009-05-061-0/+1
* ath5k: Beaconing fixesNick Kossifidis2009-05-063-35/+40
* ath5k: Put remaining EEPROM data on ee structNick Kossifidis2009-05-063-20/+24
* ath5k: Read Spur channels from EEPROMNick Kossifidis2009-05-062-1/+56
* ath5k: Allow user/driver to set txpowerNick Kossifidis2009-05-064-13/+52