summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2013-01-15ath9k: disable the tasklet before taking the PCU lockFelix Fietkau1-4/+3
2013-01-15ath9k: remove sc->rx.rxbuflock to fix a deadlockFelix Fietkau2-14/+0
2013-01-14wireless: make the reg_notifier() voidLuis R. Rodriguez7-41/+31
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
2013-01-09ath9k: add spectral scan featureSimon Wunderlich10-1/+653
2013-01-09ath9k_hw: Fix radio programming for AR9550Sujith Manoharan1-14/+17
2013-01-09ath9k_hw: Add TempCompensation feature for AR9550Sujith Manoharan2-30/+100
2013-01-09ath9k_hw: Update initvals for QCA955xSujith Manoharan1-66/+66
2013-01-09ath9k_hw: Use helper routines to simplify ar9003_hw_init_cal()Sujith Manoharan2-38/+55
2013-01-09ath9k_hw: Fix MCI init for AGC calibrationSujith Manoharan1-8/+11
2013-01-09ath9k_hw: Do not enable IQ-CAL for half/quarter ratesSujith Manoharan1-7/+6
2013-01-08ath9k_hw: Fix calibration for AR9340Sujith Manoharan1-1/+1
2013-01-08ath9k_hw: Remove TEMP_COMP_CALSujith Manoharan2-18/+3
2013-01-08ath9k_hw: Enable calibration types in init_cal_settingsSujith Manoharan2-13/+11
2013-01-08ath9k_hw: Remove AR9485 1.0 macroSujith Manoharan1-3/+0
2013-01-08ath9k: fix column header comments for some initval arraysGabor Juhos2-6/+6
2013-01-08carl9170: refactor carl9170_update_beaconChristian Lamparter1-53/+80
2013-01-08carl9170: remove custom NUM_TID and friendsChristian Lamparter2-14/+8
2013-01-08carl9170: disable hw crypto for p2p networksChristian Lamparter1-0/+8
2013-01-08carl9170: don't enable hw crypto offload, if the fw doesn't support itChristian Lamparter3-12/+24
2013-01-08carl9170: Only specify interface combinations if more than one interface is p...Christian Lamparter1-10/+19
2013-01-08carl9170: allow P2P_GO interface creation after P2P_CLIENTChristian Lamparter1-3/+51
2013-01-08carl9170: import 1.9.7 firmware headersChristian Lamparter3-4/+12
2013-01-08carl9170: advertise support for TDLSChristian Lamparter2-5/+5
2013-01-08ath9k_hw: use the devres API for allocationsFelix Fietkau7-80/+37
2013-01-08ath9k: use the devres API for allocations/mappingsFelix Fietkau7-170/+51
2013-01-05wireless: add new wil6210 802.11ad 60GHz driverVladimir Kondratiev16-0/+6195
2013-01-04ath9k: Fix Kconfig for ATH9K_HTCVladimir Kondratiev1-1/+1
2013-01-03mac80211: split TX aggregation stop actionJohannes Berg3-3/+9
2013-01-03regulatory: use IS_ERR macro family for freq_reg_infoJohannes Berg1-10/+6
2013-01-03regulatory: remove handling of channel bandwidthJohannes Berg1-5/+2
2013-01-02ath9k_hw: Fix RX gain initvals for AR9485Sujith Manoharan1-1/+1
2013-01-02carl9170: fix -EINVAL bailout during init with !CONFIG_MAC80211_MESHChristian Lamparter1-1/+5
2013-01-02ath9k: Fix compilation breakageSujith Manoharan1-1/+2
2012-12-14Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-4/+4
2012-12-12ath9k: check pdata variable before dereferencing itGabor Juhos1-1/+1
2012-12-12ath5k: RX timestamp is reported at end of frameThomas Pedersen1-12/+1
2012-12-12ath9k_htc: RX timestamp is reported at end of frameThomas Pedersen1-1/+1
2012-12-12ath9k: RX timestamp is reported at end of frameThomas Pedersen1-1/+1
2012-12-11ath5k: fix tx path skb leaksFelix Fietkau2-3/+3
2012-12-11ath9k: allow to load EEPROM content via firmware APIGabor Juhos3-2/+80
2012-12-11ath9k: use 'struct ath_hw *' as the first argument for 'ath9k_hw_nvram_read'Gabor Juhos6-22/+17
2012-12-11ath9k: add EEPROM offset to debug messageGabor Juhos1-1/+2