summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2012-05-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville7-98/+130
2012-05-29ath9k_hw: apply internal regulator settings on AR933xFelix Fietkau3-1/+7
2012-05-29ath9k_hw: update AR933x initvals to fix issues with high power devicesFelix Fietkau1-88/+90
2012-05-29ath9k: fix a use-after-free-bug when ath_tx_setup_buffer() failsFelix Fietkau1-6/+10
2012-05-29ath9k: stop rx dma before stopping txFelix Fietkau1-3/+4
2012-05-29ath5k: add possible wiphy interface combinationsFelix Fietkau1-0/+19
2012-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds19-248/+544
2012-05-23Merge tag 'usb-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds3-0/+3
2012-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextJohn W. Linville19-248/+544
2012-05-19USB: Disable hub-initiated LPM for comms devices.Sarah Sharp3-0/+3
2012-05-16Merge branch 'for-linville' of git://github.com/kvalo/ath6klJohn W. Linville13-178/+455
2012-05-16ath9k_hw: Fix RTT calibrationSujith Manoharan6-70/+89
2012-05-11drivers/net: Convert compare_ether_addr to ether_addr_equalJoe Perches3-5/+5
2012-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-10/+15
2012-05-04ath6kl_sdio: Fix the EAPOL out of order issueVivek Natarajan2-0/+9
2012-05-02Revert "ath9k_hw: Fix incorrect spur_freq_sd for AR9003"Rajkumar Manoharan1-2/+2
2012-04-30ath6kl: Complete failed tx packet in ath6kl_htc_tx_from_queue()Vasanthakumar Thiagarajan2-2/+8
2012-04-30ath6kl: Update netstats for some of the tx failrues in ath6kl_data_tx()Vasanthakumar Thiagarajan1-8/+4
2012-04-27ath5k: add missing iounmap to AHB probe removalJonathan Bither1-0/+1
2012-04-27ath6kl: assign Tx packet drop threshold per endpoint on htc pipe layerKevin Fang1-0/+3
2012-04-27ath6kl: handle background(BK) stream properly on htc mbox layerKevin Fang1-4/+8
2012-04-27ath6kl: Fix bss filter setting while scanningVasanthakumar Thiagarajan1-4/+2
2012-04-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville19-186/+387
2012-04-26ath6kl: Don't advertise HT capability for incapable firmwareVasanthakumar Thiagarajan1-1/+8
2012-04-26ath6kl: Multicast filter support in wow suspend and non-suspendNaveen Gangadharan3-10/+43
2012-04-25ath6kl: check for sband existence when creating scan cmdThomas Pedersen1-5/+10
2012-04-25ath6kl: include in.h explicitlyLuis R. Rodriguez1-0/+1
2012-04-24ath9k: Fix IDLE PowersaveSujith Manoharan1-17/+26
2012-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-4/+22
2012-04-23ath9k: extend DFS detector stats in dfs_debugfsZefir Kurtisi4-11/+104
2012-04-23ath9k: don't strip mic on non-encrypted frames in tkipMichael Liang1-0/+1
2012-04-23ath9k_hw: increase tx abort timeout for half/quarter channelsFelix Fietkau1-1/+9
2012-04-23ath9k_hw: disable fast channel change when changing from/to half/quarter modeFelix Fietkau1-0/+4
2012-04-23ath9k_hw: disable Tx IQ calibration on half/quarter channelsFelix Fietkau1-4/+6
2012-04-23ath9k_hw: fix and clean up PHY activation delayFelix Fietkau4-33/+22
2012-04-23ath9k_hw: increase symbol overlap window for half/quarter channelsFelix Fietkau2-0/+7
2012-04-23ath9k_hw: set the PHY mode for half/quarter channels on AR9003Felix Fietkau1-0/+4
2012-04-23ath9k_hw: increase ACK timeout for half/quarter channelsFelix Fietkau1-3/+6
2012-04-23ath9k_hw: use standard SIFS time as reference for half/quarter channelsFelix Fietkau1-6/+7
2012-04-23ath9k_hw: remove ATH_BTCOEX_CFG_MCIRajkumar Manoharan3-19/+17
2012-04-23ath9k: simplify beacon configuration for beaconing vifsRajkumar Manoharan2-43/+23
2012-04-23ath9k: make DFS detector pools SMP safeZefir Kurtisi1-32/+78
2012-04-23ath9k: fix TX power reporting on AR9003 chipsGabor Juhos1-15/+49
2012-04-23ath9k: Fix compile warnings when DEBUGFS is disabled.Ben Greear2-2/+3
2012-04-23ath9k: add possible wiphy interface combinationsFelix Fietkau1-0/+21
2012-04-23ath9k: fix tx power settings for AR9287Gabor Juhos1-0/+2
2012-04-23ath9k: add an extra boolean parameter to ath9k_hw_apply_txpowerGabor Juhos5-8/+10
2012-04-23ath6kl: unblock fwlog_block_read() on exitThomas Pedersen1-0/+1
2012-04-23ath6kl: fix an indenting issueDan Carpenter1-10/+11
2012-04-23ath6kl: change || to &&Dan Carpenter1-2/+2