summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath6kl
AgeCommit message (Expand)AuthorFilesLines
2012-01-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville8-501/+20
2012-01-05ath6kl: revert USB supportJohn W. Linville8-501/+20
2012-01-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville22-653/+1809
2011-12-19net: fix assignment of 0/1 to bool variables.Rusty Russell1-1/+1
2011-12-16Merge remote branch 'wireless-next/master' into ath6kl-nextKalle Valo5-2/+7
2011-12-14ath6kl: support for P2P mgmt operations on station interfaceAarthi Thiruvengadam4-10/+297
2011-12-14ath6kl: Support different uart_tx pin and refclk configurationRyan Hsu2-9/+32
2011-12-13ath6kl: implement scheduled scanKalle Valo7-3/+209
2011-12-13ath6kl: fix reading of FW IE capabilitiesKalle Valo1-1/+4
2011-12-13ath6kl: fix value of WOW_FILTER_SSIDKalle Valo1-1/+1
2011-12-13ath6kl: implement ath6kl_cfg80211_stop_all()Kalle Valo3-25/+34
2011-12-13ath6kl: call ath6kl_cfg80211_stop() from ath6kl_close()Kalle Valo1-10/+1
2011-12-13ath6kl: remove a workaround from ath6kl_cfg80211_stop()Kalle Valo1-6/+2
2011-12-13ath6kl: cleanup ath6kl_priv()Kalle Valo2-6/+6
2011-12-13ath6kl: Use delayed key configuration for WAPI in AP modeJouni Malinen2-2/+5
2011-11-24ath6kl: Increase the maximum number of connections in AP modeVasanthakumar Thiagarajan1-1/+1
2011-11-24ath6kl: remove unused sc_params from struct ath6klKalle Valo3-14/+0
2011-11-24ath6kl: fix ath6kl's set tx powerLuis R. Rodriguez1-1/+2
2011-11-24ath6kl: use a larger buffer for debug outputDan Carpenter1-2/+2
2011-11-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...John W. Linville4-2/+6
2011-11-21cfg80211: add flags for off-channel capabilitiesJohannes Berg1-1/+2
2011-11-21ath6kl: Use mutex to protect dma buffer in sync read writeRaja Mani1-0/+9
2011-11-21ath6kl: unlock if ath6kl_cfg80211_connect() failsDan Carpenter1-1/+3
2011-11-21ath6kl: Enable multiple vif supportVasanthakumar Thiagarajan2-16/+4
2011-11-21ath6kl: Find ar->max_norm_iface in firmware IE parsingVasanthakumar Thiagarajan2-6/+3
2011-11-21ath6kl: Remove modparam multi_norm_if_supportVasanthakumar Thiagarajan1-5/+2
2011-11-21ath6kl: indicate probe-resp offload supportArik Nemtsov1-1/+8
2011-11-16ath6kl: Fix AP mode operation after interface down/upVasanthakumar Thiagarajan1-3/+0
2011-11-16ath6kl: Clear WPS ctrl flag if zero length IE is received from cfg80211Raja Mani1-1/+2
2011-11-16ath6kl: add firmware IE for maximum number of vifsKalle Valo2-1/+13
2011-11-16ath6kl: make maximum number of vifs runtime configurableKalle Valo5-13/+20
2011-11-16ath6kl: add firmware filename info to struct ath6kl_hwKalle Valo2-90/+67
2011-11-16ath6kl: add ar6004 firmwares to sdio moduleKalle Valo1-0/+6
2011-11-16ath6kl: use hardware version names consistentlyKalle Valo4-89/+91
2011-11-16ath6kl: add name field to struct ath6kl_hwKalle Valo3-21/+26
2011-11-16ath6kl: add firmware IE for board data addressKalle Valo2-1/+13
2011-11-16ath6kl: add board address to struct ath6kl_hwKalle Valo3-9/+5
2011-11-16ath6kl: move hw version related to parameters to structKalle Valo2-29/+47
2011-11-16ath6kl: remove hw version related parameter definesKalle Valo2-27/+13
2011-11-13ath6kl: Fix bug in setting dot11_auth_mode in AP modeVasanthakumar Thiagarajan1-2/+4
2011-11-13ath6kl: Fix bug in setting default key index for tx in AP modeVasanthakumar Thiagarajan1-4/+1
2011-11-13ath6kl: enable USB supportKalle Valo3-17/+47
2011-11-13ath6kl: disable HTC for USB devicesKalle Valo2-1/+14
2011-11-13ath6kl: add USB supportKalle Valo3-2/+440
2011-11-13ath6kl: add hif_typeKalle Valo2-0/+7
2011-11-13ath6kl: AR6004 SDIO supportNaveen Gangadharan2-0/+3
2011-11-13ath6kl: firmware boot fixes for ar6004Kalle Valo1-10/+24
2011-11-13ath6kl: update ar6004 definitionsKalle Valo2-8/+19
2011-11-13ath6kl: move diag commands to hif driverKalle Valo4-72/+126
2011-11-13ath6kl: change bmi sizes being configurable by HIFKalle Valo4-25/+30