summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2013-01-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville29-83/+6241
2013-01-23ath9k_hw: remove a useless WARN_ONFelix Fietkau1-3/+0
2013-01-23ath9k_hw: reduce struct ar5416AniState sizeFelix Fietkau2-14/+6
2013-01-23ath9k_hw: remove ath9k_hw_ani_setup and its variablesFelix Fietkau4-25/+1
2013-01-23ath9k_hw: make the initval parameter to ath9k_hw_write_array constFelix Fietkau2-2/+2
2013-01-23ath9k: use ath_tx_process_buffer instead of open-coding similar codeFelix Fietkau1-37/+32
2013-01-23ath9k: clean up processing of pending tx frames on resetFelix Fietkau4-59/+32
2013-01-23ath9k: stop rx after txFelix Fietkau1-2/+2
2013-01-23ath9k_hw: fix RF bank initializationFelix Fietkau4-14/+9
2013-01-23Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville7-41/+31
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-15ath9k_hw: ar9002_hw_spectral_scan_config() can be staticFengguang Wu1-1/+1
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