aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville4-9/+16
2013-02-27ath9k_hw: improve reset reliability after errorsFelix Fietkau1-1/+3
2013-02-27ath9k_htc: fix signal strength handling issuesFelix Fietkau2-7/+12
2013-02-27ath9k: fix RSSI dummy marker valueFelix Fietkau1-1/+1
2013-02-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville6-39/+97
2013-02-15Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-1/+1
2013-02-15mac80211: stop toggling IEEE80211_HT_CAP_SUP_WIDTH_20_40Johannes Berg1-1/+1
2013-02-11ath9k: Fix IBSS joiner modeSujith Manoharan3-27/+89
2013-02-11ath9k: Fix ATH9K_HW_CAP_HT usageSujith Manoharan2-11/+7
2013-02-08drivers: net: Remove remaining alloc/OOM messagesJoe Perches3-24/+6
2013-02-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville9-57/+278
2013-02-04wireless: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches1-3/+3
2013-02-01ath9k: Remove unused variables in ath_mci_cleanupSven Eckelmann1-2/+0
2013-02-01ath9k: Fix sparse __CHECK_ENDIAN__ for spectral codeSven Eckelmann2-8/+9
2013-02-01ath9k: Only remove spectral scan relay file when it was createdSven Eckelmann1-1/+1
2013-02-01ath9k: Only add fix_rssi_inv_only when spectral code is usedSven Eckelmann1-0/+2
2013-02-01ath9k: Only process fft samples when ATH9K_DEBUGFS is enabledSven Eckelmann1-1/+1
2013-02-01ath9k: Select RELAY for ATH9K_DEBUGFSSven Eckelmann1-0/+1
2013-02-01ath9k: report A-MPDU statusChristian Lamparter2-0/+22
2013-01-30ath9k: Update spectral scan output dataSven Eckelmann3-11/+15
2013-01-30ath9k: reorder error codes for spectralSimon Wunderlich1-4/+4
2013-01-30ath9k: drop spectral packets after processing themSimon Wunderlich3-15/+25
2013-01-30ath9k: add debug parameters for spectral scanSimon Wunderlich4-17/+200
2013-01-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville36-704/+1690
2013-01-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville12-82/+41
2013-01-22ath9k_hw: remove a useless WARN_ONFelix Fietkau1-3/+0
2013-01-22ath9k_hw: reduce struct ar5416AniState sizeFelix Fietkau2-14/+6
2013-01-22ath9k_hw: remove ath9k_hw_ani_setup and its variablesFelix Fietkau4-25/+1
2013-01-22ath9k_hw: make the initval parameter to ath9k_hw_write_array constFelix Fietkau2-2/+2
2013-01-22ath9k: use ath_tx_process_buffer instead of open-coding similar codeFelix Fietkau1-37/+32
2013-01-22ath9k: clean up processing of pending tx frames on resetFelix Fietkau4-59/+32
2013-01-22ath9k: stop rx after txFelix Fietkau1-2/+2
2013-01-22ath9k_hw: fix RF bank initializationFelix Fietkau4-14/+9
2013-01-22Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville2-10/+7
2013-01-22ath9k: allow setting arbitrary antenna masks on AR9003+Felix Fietkau1-0/+3
2013-01-22ath9k_hw: fix chain swap setting when setting rx chainmask to 5Felix Fietkau1-19/+6
2013-01-22ath9k_hw: fix calibration issues on chainmask that don't include chain 0Felix Fietkau3-1/+4
2013-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-3/+4
2013-01-14ath9k_hw: ar9002_hw_spectral_scan_config() can be staticFengguang Wu1-1/+1
2013-01-14ath9k: disable the tasklet before taking the PCU lockFelix Fietkau1-4/+3
2013-01-14ath9k: remove sc->rx.rxbuflock to fix a deadlockFelix Fietkau2-14/+0
2013-01-14wireless: make the reg_notifier() voidLuis R. Rodriguez2-10/+7
2013-01-11ath9k_hw: add tx gain tables for newer devicesFelix Fietkau6-18/+555
2013-01-11ath9k: fix spectral scan endless mode on AR9002Simon Wunderlich1-1/+1
2013-01-11ath9k: fix rx flush handlingFelix Fietkau3-21/+12
2013-01-11ath9k: add a better fix for the rx tasklet vs rx flush raceFelix Fietkau5-19/+4
2013-01-11ath9k: remove the WARN_ON that triggers if generating a beacon failsFelix Fietkau1-1/+0
2013-01-11ath9k: fix double-free bug on beacon generate failureFelix Fietkau1-0/+1
2013-01-11ath9k: do not link receive buffers during flushFelix Fietkau1-4/+6
2013-01-11ath9k_htc: Fix memory leakSujith Manoharan1-0/+2