summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath6kl
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'usb-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-05-231-0/+1
|\
| * USB: Disable hub-initiated LPM for comms devices.Sarah Sharp2012-05-191-0/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-04-1820-165/+3370
|\ \
| * \ Merge branch 'for-linville' of git://github.com/kvalo/ath6klJohn W. Linville2012-04-1220-165/+3370
| |\ \
| | * | ath6kl: Fix 4-way handshake failure in AP and P2P GO modeVasanthakumar Thiagarajan2012-04-094-0/+107
| | * | ath6kl: Configure htcap in fw based on the channel type in AP modeVasanthakumar Thiagarajan2012-04-095-21/+116
| | * | ath6kl: Don't advertise HT40 support in 2.4 GhzVasanthakumar Thiagarajan2012-04-091-2/+3
| | * | ath6kl: Fix target assert in p2p bringup with multi vifVasanthakumar Thiagarajan2012-04-092-9/+47
| | * | ath6kl: Support net_stats.multicastVasanthakumar Thiagarajan2012-04-041-1/+2
| | * | ath6kl: Fix scan related issue on suspend-resumeVivek Natarajan2012-04-031-0/+4
| | * | ath6kl: Use vmalloc instead of kmalloc for fwVivek Natarajan2012-04-032-2/+5
| | * | ath6kl: Set background scan period.Bala Shanmugam2012-03-281-0/+13
| | * | ath6kl: Store scan request info in-advance before sending SCAN requestRaja Mani2012-03-281-3/+5
| | * | ath6kl: add full USB supportKalle Valo2012-03-262-4/+782
| | * | ath6kl: Add HTC pipe implementationKalle Valo2012-03-267-0/+1808
| | * | ath6kl: add htc opsKalle Valo2012-03-2610-55/+219
| | * | ath6kl: remove void pointer from ath6kl_credit_setup()Kalle Valo2012-03-262-3/+3
| | * | ath6kl: add rx data padding supportKalle Valo2012-03-262-0/+10
| | * | ath6kl: add pointer to the skb in htc_packetKalle Valo2012-03-262-0/+13
| | * | ath6kl: add tx_comp_multi() to struct htc_ep_callbacksKalle Valo2012-03-262-0/+2
| | * | ath6kl: Add tx_complete() to struct htc_ep_callbacksKalle Valo2012-03-264-4/+7
| | * | ath6kl: set ram reserved size only for ar6003Kalle Valo2012-03-261-10/+12
| | * | ath6kl: Configure inactivity timeout in fwVasanthakumar Thiagarajan2012-03-264-0/+41
| | * | Merge remote branch 'wireless-next/master' into ath6kl-nextKalle Valo2012-03-261-2/+4
| | |\ \
| | * | | ath6kl: Optimize target power in deep sleep suspendRaja Mani2012-03-261-17/+81
| | * | | ath6kl: Isolate host sleep mode config part from ath6kl_wow_suspendRaja Mani2012-03-261-31/+52
| | * | | ath6kl: Dump htc header when invalid Rx frame length is detectedVasanthakumar Thiagarajan2012-03-261-1/+3
| | * | | ath6kl: abort normal scan when scheduled scan is startedKalle Valo2012-03-211-0/+2
| | * | | ath6kl: Add __printf verification to ath6kl_printkJoe Perches2012-03-201-1/+2
| | * | | ath6kl: Add ARP offload related statistic info in tgt_statsRaja Mani2012-03-202-0/+10
| | * | | ath6kl: add debug log for AP MLME operationsAarthi Thiruvengadam2012-03-201-0/+3
| | * | | ath6kl: handle probe response from P2P device in P2P GO modeAarthi Thiruvengadam2012-03-202-4/+21
* | | | | Merge branch 'master' into for-davemJohn W. Linville2012-04-124-0/+8
|\| | | |
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-04-121-24/+18Star
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | ath: Add and use pr_fmt, convert printks to pr_<level>Joe Perches2012-04-104-0/+8
| | |_|/ | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-101-24/+18Star
|\ \ \ \ | | |/ / | |/| |
| * | | simple_open: automatically convert to simple_open()Stephen Boyd2012-04-061-24/+18Star
| |/ /
* / / ath6kl: Stop using NLA_PUT*().David S. Miller2012-04-021-2/+3
|/ /
* | Merge branch 'for-linville' of git://github.com/kvalo/ath6klJohn W. Linville2012-03-1325-667/+1228
|\|
| * ath6kl: fix debug.c file modeKalle Valo2012-03-131-0/+0
| * ath6kl: use max_t() in ath6kl_cfg80211_connect()Kalle Valo2012-03-131-2/+2
| * ath6kl: fix open parenthesis alignment in ath6kl_sdio_suspend()Kalle Valo2012-03-131-4/+5
| * ath6kl: replace strict_strtoul() with kstrtoul()Kalle Valo2012-03-131-17/+2Star
| * ath6kl: fix regression in ath6kl_upload_board_file()Kalle Valo2012-03-131-1/+2
| * ath6kl: Fix merge error in ath6kl_set_ies()Aarthi Thiruvengadam2012-03-121-24/+21Star
| * ath6kl: make ath6kl_bmi_[read|write]_hi32() endian safeKalle Valo2012-03-071-3/+10
| * ath6kl: fix too long linesKalle Valo2012-03-073-26/+27
| * ath6kl: document all spinlocksKalle Valo2012-03-075-0/+36
| * ath6kl: fix open paranthesis alignment in ath6kl_cfg80211_connect()Kalle Valo2012-03-071-2/+8
| * ath6kl: fix error handling ath6kl_target_config_wlan_params()Kalle Valo2012-03-071-28/+38