summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...John W. Linville2011-11-2229-9/+34
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2011-11-076-35/+38
| |\
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-11-046-35/+38
| | |\
| * | \ Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-0725-1/+27
| |\ \ \ | | |/ / | |/| |
| | * | drivers/net: wireless/ath/ath5k/debug.c does not need module.hPaul Gortmaker2011-11-011-1/+0
| | * | drivers/net: Add moduleparam.h to drivers as required.Paul Gortmaker2011-11-013-0/+4
| | * | drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-11-0116-0/+16
| | * | drivers/net: Add module.h to drivers who were implicitly using itPaul Gortmaker2011-11-017-0/+7
| * | | Merge branch 'for-linus' of git://github.com/richardweinberger/linuxLinus Torvalds2011-11-021-1/+1
| |\ \ \
| | * | | um: a couple of missing dependencies...Al Viro2011-11-021-1/+1
| * | | | treewide: use __printf not __attribute__((format(printf,...)))Joe Perches2011-11-013-7/+6
| | |/ / | |/| |
* | | | carl9170: use ieee80211_free_txskbChristian Lamparter2011-11-211-2/+2
* | | | cfg80211: add flags for off-channel capabilitiesJohannes Berg2011-11-211-1/+2
* | | | ath9k: trivial: reorder rx_tasklet processingZefir Kurtisi2011-11-211-5/+5
* | | | ath9k_hw: set btcoex weights for AR9462Rajkumar Manoharan2011-11-173-4/+37
* | | | ath9k_hw: Cleanup btcoex wlan weightsRajkumar Manoharan2011-11-174-58/+34
* | | | ath9k: Remove enabling btcoex from stomp type changeRajkumar Manoharan2011-11-173-4/+4
* | | | Merge branch 'for-linville' of git://github.com/kvalo/ath6klJohn W. Linville2011-11-1722-2160/+4338
|\ \ \ \
| * | | | ath6kl: Fix error in writing create_qos debugfsVasanthakumar Thiagarajan2011-11-111-1/+1
| * | | | ath6kl: Fix tx packet drop in AP mode with bridgeVasanthakumar Thiagarajan2011-11-111-2/+8
| * | | | ath6kl: Remove few unused WMI stuffRaja Mani2011-11-112-24/+0
| * | | | ath6kl: Expose ath6kl's WOW capabilities to cfg80211Raja Mani2011-11-111-0/+10
| * | | | ath6kl: Remove WARN_ON msg in Suspend pathRaja Mani2011-11-111-2/+0
| * | | | ath6kl: Perform WOW resume in RX path in case of SDIO IRQ wake upRaja Mani2011-11-113-0/+31
| * | | | ath6kl: Invoke WOW suspend/resume calls during PM operationRaja Mani2011-11-112-0/+48
| * | | | ath6kl: Move ath6kl_cfg80211_stop() call specific to deep sleep and cut pwrRaja Mani2011-11-111-2/+6
| * | | | ath6kl: Add new state for WOW modeRaja Mani2011-11-112-0/+2
| * | | | ath6kl: Include new parameter in suspend path for wowlanRaja Mani2011-11-115-9/+14
| * | | | ath6kl: Add WOW suspend/resume implementationRaja Mani2011-11-112-0/+112
| * | | | ath6kl: Add wmi functions to configure WOW mode and host sleep modeRaja Mani2011-11-112-0/+149
| * | | | ath6kl: Add wmi functions to add/delete WOW patternsRaja Mani2011-11-112-0/+73
| * | | | ath6kl: Do not hide ath6kl_wmi_addkey_cmd() error valuesJouni Malinen2011-11-111-24/+13
| * | | | ath6kl: Fix key configuration to copy at most seq_len from seqJouni Malinen2011-11-114-9/+14
| * | | | ath6kl: Remove unused WMI crypto definesJouni Malinen2011-11-111-3/+0
| * | | | ath6kl: add suspend_cutpower module parameterKalle Valo2011-11-113-1/+8
| * | | | ath6kl: don't power down hardware when interface is downKalle Valo2011-11-112-18/+0
| * | | | ath6kl: Fix lockdep warningVasanthakumar Thiagarajan2011-11-115-20/+20
| * | | | ath6kl: cut power during suspendKalle Valo2011-11-115-8/+90
| * | | | ath6kl: refactor sdio configuration to a separate functionKalle Valo2011-11-111-33/+44
| * | | | ath6kl: add state variable depicting hw/fw stateKalle Valo2011-11-113-5/+36
| * | | | ath6kl: implement ath6kl_cfg80211_suspend()Kalle Valo2011-11-115-24/+52
| * | | | ath6kl: reset CONNECT_PEND and CONNECTED flags in ath6kl_cfg80211_stop()Kalle Valo2011-11-111-0/+2
| * | | | ath6kl: create ath6kl_cfg80211_stop()Kalle Valo2011-11-113-45/+52
| * | | | ath6kl: add aborted parameter to ath6kl_cfg80211_scan_complete_event()Kalle Valo2011-11-114-12/+16
| * | | | ath6kl: print seqno in htc debug logsKalle Valo2011-11-111-4/+7
| * | | | ath6kl: print firmware crashes alwaysKalle Valo2011-11-113-64/+61
| * | | | ath6kl: fix WLAN_ENABLE usage in ath6kl_close()Kalle Valo2011-11-111-1/+2
| * | | | ath6kl: power down hardware when interface is downKalle Valo2011-11-116-7/+64
| * | | | ath6kl: create ath6kl_hif_stop()Kalle Valo2011-11-113-0/+53
| * | | | ath6kl: change name of sdio driver to ath6klKalle Valo2011-11-111-1/+1