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