summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-05-306-98/+111
|\
| * ath9k_hw: apply internal regulator settings on AR933xFelix Fietkau2012-05-293-1/+7
| * ath9k_hw: update AR933x initvals to fix issues with high power devicesFelix Fietkau2012-05-291-88/+90
| * ath9k: fix a use-after-free-bug when ath_tx_setup_buffer() failsFelix Fietkau2012-05-291-6/+10
| * ath9k: stop rx dma before stopping txFelix Fietkau2012-05-291-3/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-05-246-70/+89
|\ \ | |/
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextJohn W. Linville2012-05-226-70/+89
| |\
| | * ath9k_hw: Fix RTT calibrationSujith Manoharan2012-05-156-70/+89
* | | Merge tag 'usb-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-05-221-0/+1
|\ \ \ | |/ / |/| |
| * | USB: Disable hub-initiated LPM for comms devices.Sarah Sharp2012-05-181-0/+1
* | | drivers/net: Convert compare_ether_addr to ether_addr_equalJoe Perches2012-05-101-1/+1
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-076-10/+14
|\ \ | |/
| * Revert "ath9k_hw: Fix incorrect spur_freq_sd for AR9003"Rajkumar Manoharan2012-05-021-2/+2
| * ath9k: fix tx power settings for AR9287Gabor Juhos2012-04-231-0/+2
| * ath9k: add an extra boolean parameter to ath9k_hw_apply_txpowerGabor Juhos2012-04-235-8/+10
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-04-2619-186/+387
|\ \
| * | ath9k: Fix IDLE PowersaveSujith Manoharan2012-04-241-17/+26
| * | ath9k: extend DFS detector stats in dfs_debugfsZefir Kurtisi2012-04-234-11/+104
| * | ath9k: don't strip mic on non-encrypted frames in tkipMichael Liang2012-04-231-0/+1
| * | ath9k_hw: increase tx abort timeout for half/quarter channelsFelix Fietkau2012-04-231-1/+9
| * | ath9k_hw: disable fast channel change when changing from/to half/quarter modeFelix Fietkau2012-04-231-0/+4
| * | ath9k_hw: disable Tx IQ calibration on half/quarter channelsFelix Fietkau2012-04-231-4/+6
| * | ath9k_hw: fix and clean up PHY activation delayFelix Fietkau2012-04-234-33/+22
| * | ath9k_hw: increase symbol overlap window for half/quarter channelsFelix Fietkau2012-04-232-0/+7
| * | ath9k_hw: set the PHY mode for half/quarter channels on AR9003Felix Fietkau2012-04-231-0/+4
| * | ath9k_hw: increase ACK timeout for half/quarter channelsFelix Fietkau2012-04-231-3/+6
| * | ath9k_hw: use standard SIFS time as reference for half/quarter channelsFelix Fietkau2012-04-231-6/+7
| * | ath9k_hw: remove ATH_BTCOEX_CFG_MCIRajkumar Manoharan2012-04-233-19/+17
| * | ath9k: simplify beacon configuration for beaconing vifsRajkumar Manoharan2012-04-232-43/+23
| * | ath9k: make DFS detector pools SMP safeZefir Kurtisi2012-04-231-32/+78
| * | ath9k: fix TX power reporting on AR9003 chipsGabor Juhos2012-04-231-15/+49
| * | ath9k: Fix compile warnings when DEBUGFS is disabled.Ben Greear2012-04-232-2/+3
| * | ath9k: add possible wiphy interface combinationsFelix Fietkau2012-04-231-0/+21
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-232-2/+17
|\ \ \ | |/ / |/| / | |/
| * ath9k: Fix TX fragmentationSujith Manoharan2012-04-171-1/+9
| * ath9k: wake up the hardware from full sleep when idle is turned offFelix Fietkau2012-04-131-1/+8
* | ath9k: use ath9k_hw_fbin2freq instead of FBIN2FREQGabor Juhos2012-04-173-10/+11
* | ath9k: move ath9k_hw_fbin2freq function to eeprom.hGabor Juhos2012-04-173-17/+8
* | ath9k: remove unused PWRINC_*_TO_*_CHAIN definesGabor Juhos2012-04-171-3/+0
* | ath9k: merge power correction constantsGabor Juhos2012-04-172-9/+6
* | ath9k: simplify ath9k_hw_get_scaled_power functionGabor Juhos2012-04-161-13/+8
* | ath9k: introduce ath9k_hw_get_scaled_power helperGabor Juhos2012-04-165-75/+44
* | ath9k: use consistent value for REDUCE_SCALED_POWER_BY_THREE_CHAINGabor Juhos2012-04-163-4/+4
* | ath9k: use ath9k_hw_update_regulatory_maxpower in ath9k_hw_def_set_txpowerGabor Juhos2012-04-161-14/+1
* | ath9k: fix beacon descriptorRajkumar Manoharan2012-04-161-1/+1
* | ath9k: skip beaconing when reset work is pendingRajkumar Manoharan2012-04-161-0/+6
* | ath9k: reset noiseimmunity level to defaultRajkumar Manoharan2012-04-161-2/+6
* | ath9k: fix ibss beacon next tbttRajkumar Manoharan2012-04-161-0/+2
* | ath9k: fix ibss fair beacon distribution for AR9462Rajkumar Manoharan2012-04-161-2/+2
* | ath9k: optimize the hardware hang checkFelix Fietkau2012-04-162-11/+3
OpenPOWER on IntegriCloud