summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k (follow)
Commit message (Expand)AuthorAgeFilesLines
* ath9k: implement buffer holding handling for EDMA FIFOFelix Fietkau2013-04-101-11/+19
* ath9k: detect more kinds of invalid descriptorsFelix Fietkau2013-04-103-0/+11
* ath9k: fix handling of broken descriptorsFelix Fietkau2013-04-102-5/+20
* ath9k: improve dma map failure handlingFelix Fietkau2013-04-101-17/+13
* ath9k_common: remove ath9k_cmn_padposFelix Fietkau2013-04-107-26/+9
* ath9k_hw: make various ar5416/ar91xx rf banks constFelix Fietkau2013-04-104-71/+26
* ath9k_hw: clean up RF Bank6 handling on AR5416/AR91xxFelix Fietkau2013-04-103-32/+13
* Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-04-1010-27/+33
|\
| * mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chanKarl Beldan2013-03-2510-27/+33
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-04-101-0/+4
|\ \
| * | ath9k: Re-enable interrupts after a channel change failureRobert Shade2013-04-031-0/+4
* | | ath9k: add support for DFS master modeZefir Kurtisi2013-04-085-7/+36
* | | ath9k: add debugfs based DFS radar simulationZefir Kurtisi2013-04-081-0/+20
* | | ath9k: add interface combinations for DFS masterZefir Kurtisi2013-04-081-8/+24
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-03-292-14/+19
|\| |
| * | ath9k: avoid queueing hw check work when suspendedLuis R. Rodriguez2013-03-271-1/+2
| * | ath9k: limit tx path hang check to normal data queuesFelix Fietkau2013-03-181-13/+13
| * | ath9k_hw: revert chainmask to user configuration after calibrationFelix Fietkau2013-03-181-0/+4
* | | Show actual timeout value in failed calibration messages.Robert Shade2013-03-272-4/+8
* | | ath9k: trivial: change spectral relayfs bufferingZefir Kurtisi2013-03-271-1/+1
* | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-03-251-1/+1
|\ \ \ | | |/ | |/|
| * | mac80211: pass queue bitmap to flush operationJohannes Berg2013-03-181-1/+1
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-03-184-9/+16
|\ \ \ | | |/ | |/|
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-03-014-9/+16
| |\ \ | | |/ | |/|
| | * ath9k_hw: improve reset reliability after errorsFelix Fietkau2013-02-271-1/+3
| | * ath9k_htc: fix signal strength handling issuesFelix Fietkau2013-02-272-7/+12
| | * ath9k: fix RSSI dummy marker valueFelix Fietkau2013-02-271-1/+1
* | | ath9k: Report rx-crc-errors in ethtool stats.Ben Greear2013-03-061-0/+2
* | | ath9k: Report txerr-filtered errors in debugfs.Ben Greear2013-03-062-0/+5
* | | ath9k_hw: Fix fixed antenna for AR9462Sujith Manoharan2013-03-061-0/+17
* | | ath9k_hw: Update initvals for AR9462Sujith Manoharan2013-03-061-25/+24
* | | ath9k_hw: Use helper functions to simplify HW resetSujith Manoharan2013-03-061-79/+103
* | | ath9k_hw: Remove CHANNEL_CW_INTSujith Manoharan2013-03-063-8/+3
* | | ath9k: simplify ATH_EP_RNDBob Copeland2013-03-061-1/+1
|/ /
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-02-186-39/+97
|\|
| * Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-02-151-1/+1
| |\
| | * mac80211: stop toggling IEEE80211_HT_CAP_SUP_WIDTH_20_40Johannes Berg2013-02-151-1/+1
| * | ath9k: Fix IBSS joiner modeSujith Manoharan2013-02-113-27/+89
| * | ath9k: Fix ATH9K_HW_CAP_HT usageSujith Manoharan2013-02-112-11/+7
| |/
* | drivers: net: Remove remaining alloc/OOM messagesJoe Perches2013-02-083-24/+6
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-02-089-57/+278
|\|
| * ath9k: Remove unused variables in ath_mci_cleanupSven Eckelmann2013-02-011-2/+0
| * ath9k: Fix sparse __CHECK_ENDIAN__ for spectral codeSven Eckelmann2013-02-012-8/+9
| * ath9k: Only remove spectral scan relay file when it was createdSven Eckelmann2013-02-011-1/+1
| * ath9k: Only add fix_rssi_inv_only when spectral code is usedSven Eckelmann2013-02-011-0/+2
| * ath9k: Only process fft samples when ATH9K_DEBUGFS is enabledSven Eckelmann2013-02-011-1/+1
| * ath9k: Select RELAY for ATH9K_DEBUGFSSven Eckelmann2013-02-011-0/+1
| * ath9k: report A-MPDU statusChristian Lamparter2013-02-012-0/+22
| * ath9k: Update spectral scan output dataSven Eckelmann2013-01-303-11/+15
| * ath9k: reorder error codes for spectralSimon Wunderlich2013-01-301-4/+4