summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath
Commit message (Expand)AuthorAgeFilesLines
* ath9k_htc: configure bssid on ASSOC/IBSS changeRajkumar Manoharan2012-06-201-3/+2Star
* ath9k_hw: avoid possible infinite loop in ar9003_get_pll_sqsum_dvcMohammed Shafi Shajakhan2012-06-201-1/+13
* ath5k: remove _bh from inner locksBob Copeland2012-06-191-2/+2
* ath9k: fix invalid pointer access in the tx pathFelix Fietkau2012-06-192-12/+18
* ath9k: fix a tx rate duration calculation bugFelix Fietkau2012-06-191-1/+1
* ath9k: Fix softlockup in AR9485Mohammed Shafi Shajakhan2012-06-131-0/+9
* ath9k: remove incompatible IBSS interface check in change_ifaceMohammed Shafi Shajakhan2012-06-111-9/+0Star
* ath9k: Fix a WARNING on suspend/resume with IBSSMohammed Shafi Shajakhan2012-06-111-9/+0Star
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-05-307-98/+130
|\
| * 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
| * ath5k: add possible wiphy interface combinationsFelix Fietkau2012-05-291-0/+19
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-05-2419-248/+544
|\|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextJohn W. Linville2012-05-2219-248/+544
| |\
| | * Merge branch 'for-linville' of git://github.com/kvalo/ath6klJohn W. Linville2012-05-1613-178/+455
| | |\
| | | * ath6kl_sdio: Fix the EAPOL out of order issueVivek Natarajan2012-05-042-0/+9
| | | * ath6kl: Complete failed tx packet in ath6kl_htc_tx_from_queue()Vasanthakumar Thiagarajan2012-04-302-2/+8
| | | * ath6kl: Update netstats for some of the tx failrues in ath6kl_data_tx()Vasanthakumar Thiagarajan2012-04-301-8/+4Star
| | | * ath6kl: assign Tx packet drop threshold per endpoint on htc pipe layerKevin Fang2012-04-271-0/+3
| | | * ath6kl: handle background(BK) stream properly on htc mbox layerKevin Fang2012-04-271-4/+8
| | | * ath6kl: Fix bss filter setting while scanningVasanthakumar Thiagarajan2012-04-271-4/+2Star
| | | * ath6kl: Don't advertise HT capability for incapable firmwareVasanthakumar Thiagarajan2012-04-261-1/+8
| | | * ath6kl: Multicast filter support in wow suspend and non-suspendNaveen Gangadharan2012-04-263-10/+43
| | | * ath6kl: check for sband existence when creating scan cmdThomas Pedersen2012-04-251-5/+10
| | | * ath6kl: include in.h explicitlyLuis R. Rodriguez2012-04-251-0/+1
| | | * ath6kl: unblock fwlog_block_read() on exitThomas Pedersen2012-04-231-0/+1
| | | * ath6kl: fix an indenting issueDan Carpenter2012-04-231-10/+11
| | | * ath6kl: change || to &&Dan Carpenter2012-04-231-2/+2
| | | * ath6kl: disallow WoW with multiple vifsThomas Pedersen2012-04-231-0/+8
| | | * ath6kl: only restore supported HT capsThomas Pedersen2012-04-231-7/+19
| | | * ath6kl: support fw reporting phy capabilitiesThomas Pedersen2012-04-235-5/+51
| | | * ath6kl clear the MMC_PM_KEEP_POWER for cutpower caseMing Jiang2012-04-231-0/+3
| | | * ath6kl: Configure probed SSID list consistentlyJouni Malinen2012-04-181-28/+35
| | | * ath6kl: Remove incorrect Probe Response offload support for InterworkingJouni Malinen2012-04-181-2/+1Star
| | | * ath6kl: Fix bug in bg scan configuration in schedule scanSubramania Sharma Thandaveswaran2012-04-181-1/+1
| | | * ath6kl: Retain bg scan period value modified by the userRaja Mani2012-04-183-0/+9
| | | * ath6kl: list_first_entry() is never NULLDan Carpenter2012-04-161-8/+0Star
| | | * ath6kl: Normalize use of FW_DIRTim Gardner2012-04-161-10/+10
| | | * ath6kl: allow deepsleep_suspend function when wlan interface downMing Jiang2012-04-161-1/+3
| | | * ath6kl: Fix system crash sometimes for USB hotplugRay Chen2012-04-161-0/+9
| | | * ath6kl: merge split format strings into oneKalle Valo2012-04-165-62/+64
| | | * ath6kl: fix memory leak in ath6kl_fwlog_block_read()Jesper Juhl2012-04-131-1/+3
| | | * ath6kl: Add AR6004 1.2 support for USB and SDIORay Chen2012-04-124-0/+32
| | | * ath6kl: Configure 0 as rsn cap when it is not there in rsn ieVasanthakumar Thiagarajan2012-04-121-7/+13
| | | * ath6kl: Fix possible unaligned memory access in ath6kl_get_rsn_capab()Vasanthakumar Thiagarajan2012-04-121-2/+2
| | | * ath6kl: handle concurrent AP-STA channel switchesThomas Pedersen2012-04-125-1/+85
| | | * Merge remote branch 'wireless-next/master' into ath6kl-nextKalle Valo2012-04-1249-286/+1270
| | | |\
| | * | | ath9k_hw: Fix RTT calibrationSujith Manoharan2012-05-156-70/+89