summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath
Commit message (Expand)AuthorAgeFilesLines
* ath9k: allow setting arbitrary antenna masks on AR9003+Felix Fietkau2013-01-221-0/+3
* ath9k_hw: fix chain swap setting when setting rx chainmask to 5Felix Fietkau2013-01-221-19/+6
* ath9k_hw: fix calibration issues on chainmask that don't include chain 0Felix Fietkau2013-01-223-1/+4
* ath9k: disable the tasklet before taking the PCU lockFelix Fietkau2013-01-141-4/+3
* ath9k: remove sc->rx.rxbuflock to fix a deadlockFelix Fietkau2013-01-142-14/+0
* ath9k: fix rx flush handlingFelix Fietkau2013-01-113-21/+12
* ath9k: add a better fix for the rx tasklet vs rx flush raceFelix Fietkau2013-01-115-19/+4
* ath9k: remove the WARN_ON that triggers if generating a beacon failsFelix Fietkau2013-01-111-1/+0
* ath9k: fix double-free bug on beacon generate failureFelix Fietkau2013-01-111-0/+1
* ath9k: do not link receive buffers during flushFelix Fietkau2013-01-111-4/+6
* ath9k_htc: Fix memory leakSujith Manoharan2013-01-111-0/+2
* wireless: add new wil6210 802.11ad 60GHz driverVladimir Kondratiev2013-01-0416-0/+6195
* ath9k: Fix Kconfig for ATH9K_HTCVladimir Kondratiev2013-01-041-1/+1
* ath9k_hw: Fix RX gain initvals for AR9485Sujith Manoharan2013-01-021-1/+1
* carl9170: fix -EINVAL bailout during init with !CONFIG_MAC80211_MESHChristian Lamparter2013-01-021-1/+5
* ath9k: Fix compilation breakageSujith Manoharan2013-01-021-1/+2
* Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-12-131-4/+4
|\
| * ath9k: Use standard #defines for PCIe Capability ASPM fieldsBjorn Helgaas2012-12-071-4/+4
* | ath9k: check pdata variable before dereferencing itGabor Juhos2012-12-111-1/+1
* | ath5k: RX timestamp is reported at end of frameThomas Pedersen2012-12-111-12/+1
* | ath9k_htc: RX timestamp is reported at end of frameThomas Pedersen2012-12-111-1/+1
* | ath9k: RX timestamp is reported at end of frameThomas Pedersen2012-12-111-1/+1
* | ath5k: fix tx path skb leaksFelix Fietkau2012-12-102-3/+3
* | ath9k: allow to load EEPROM content via firmware APIGabor Juhos2012-12-103-2/+80
* | ath9k: use 'struct ath_hw *' as the first argument for 'ath9k_hw_nvram_read'Gabor Juhos2012-12-106-22/+17
* | ath9k: add EEPROM offset to debug messageGabor Juhos2012-12-101-1/+2
* | ath9k: move duplicated debug message to 'ath9k_hw_nvram_read'Gabor Juhos2012-12-104-13/+11
* | ath9k_hw: Fix signal strength / channel noise reportingFelix Fietkau2012-12-102-0/+4
* | ath9k_hw: Update intivals for AR9340Sujith Manoharan2012-12-101-2/+4
* | ath9k_hw: Calculate the correct training power for PAPRDSujith Manoharan2012-12-102-20/+43
* | ath9k_hw: Add HW cap for PAPRDSujith Manoharan2012-12-105-7/+18
* | ath9k_hw: Fix PAPRD retraining for AR9485Sujith Manoharan2012-12-101-1/+5
* | ath9k_hw: Various trivial fixes for PAPRDSujith Manoharan2012-12-102-8/+3
* | ath9k: Fix redundant PS wrappersSujith Manoharan2012-12-101-4/+6
* | ath9k: Add a few debug messages for PAPRDSujith Manoharan2012-12-102-2/+11
* | ath9k_hw: Fix PAPRD trainingSujith Manoharan2012-12-101-7/+29
* | ath9k_hw: Fix PAPRD registers for AR9485Sujith Manoharan2012-12-101-15/+14
* | ath9k: ar9003: fix OTP register offsets for AR9340Gabor Juhos2012-12-101-3/+3
* | carl9170: fix copy and paste mishap in carl9170_handle_mpduChristian Lamparter2012-12-101-1/+1
* | ath9k: Fix regression in 'xmit' debugfs fileSujith Manoharan2012-12-101-1/+1
* | Revert "ath9k_hw: Update AR9003 high_power tx gain table"Felix Fietkau2012-12-101-86/+86
* | ath5k: remove __dev* attributesBill Pemberton2012-12-063-6/+6
* | carl9170: explain why sta cannot be NULL for ampdusChristian Lamparter2012-12-061-0/+7
* | carl9170: fix signal strength reporting issuesChristian Lamparter2012-12-031-0/+2
* | ath9k: use SIMPLE_DEV_PM_OPSHauke Mehrtens2012-11-301-11/+4
* | wireless: allow Atheros card to not depend on ath.koVladimir Kondratiev2012-11-305-2/+9
* | ath9k: Remove redundant NULL assignmentSujith Manoharan2012-11-301-1/+0
* | ath9k: Implement sta_add_debugfs/sta_remove_debugfsSujith Manoharan2012-11-304-3/+111
* | ath9k: Replace WME_NUM_TID with IEEE80211_NUM_TIDSSujith Manoharan2012-11-303-6/+5
* | ath9k: Move ethtool functions to debug.cSujith Manoharan2012-11-303-127/+127