summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/wil6210
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-08-281-1/+1
|\
| * cfg80211: add flags to cfg80211_rx_mgmt()Vladimir Kondratiev2013-08-231-1/+1
* | wil6210: let IP stack re-check HW TCP/UDP csum errorsVladimir Kondratiev2013-08-151-6/+6
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-07-251-2/+2
|\ \
| * | ath: wil6210: Fix build errorLarry Finger2013-07-221-2/+2
| |/
* | wil6210: drop -Werror compiler flagVladimir Kondratiev2013-07-221-3/+0Star
* | wil6210: Enable TCP/UDP checksum HW offloadKirshenbaum Erez2013-07-224-3/+101
* | wil6210: fix error path in wil_tx_vringVladimir Kondratiev2013-07-221-3/+4
* | wil6210: fix subtle race in wil_tx_vringVladimir Kondratiev2013-07-221-5/+6
* | wil6210: Introduce struct for sw contextVladimir Kondratiev2013-07-223-28/+44
* | wil6210: Optimize Tx completionVladimir Kondratiev2013-07-221-4/+6
* | wil6210: fix wrong index in wil_vring_freeVladimir Kondratiev2013-07-221-1/+1
* | wil6210: Align WMI header with latest FWVladimir Kondratiev2013-07-223-17/+36
|/
* wil6210: add HW write-back option in TX descriptorKirshenbaum Erez2013-06-242-1/+5
* wil6210: set vring index for all descriptorsKirshenbaum Erez2013-06-241-5/+5
* wil6210: Fix AP/PCP start flowKirshenbaum Erez2013-06-121-34/+0Star
* wil6210: fix name of tracing config optionHauke Mehrtens2013-06-121-1/+1
* wil6210: Init Rx vring right after resetVladimir Kondratiev2013-06-122-5/+10
* wil6210: Send EAPOL frames using normal Tx queueVladimir Kondratiev2013-06-123-46/+9Star
* wil6210: Derive IE's for APVladimir Kondratiev2013-06-121-0/+27
* wil6210: improve frame type reportingVladimir Kondratiev2013-06-121-2/+2
* wil6210: map more FW memoryVladimir Kondratiev2013-06-121-1/+2
* wil6210: fix timeout for start_pcpVladimir Kondratiev2013-06-121-1/+5
* wil6210: Don't use wdev->sme_stateVladimir Kondratiev2013-05-294-13/+13
* wil6210: channel off by 1Vladimir Kondratiev2013-05-291-1/+1
* wil6210: use kfree_skb() instead of kfree()Wei Yongjun2013-05-241-1/+1
* wil6210: do not stop Tx queue on packet dropVladimir Kondratiev2013-05-221-1/+0Star
* wil6210: fix remaining use of non-cached copy of tx/rx descriptorsVladimir Kondratiev2013-05-222-50/+84
* wil6210: use NAPIVladimir Kondratiev2013-05-225-28/+94
* wil6210: trace supportVladimir Kondratiev2013-05-229-15/+376
* wil6210: debug dump packet content right after DMAVladimir Kondratiev2013-05-221-2/+4
* wil6210: Sanity check for reported DMA lengthVladimir Kondratiev2013-05-221-2/+6
* wil6210: 'length' in Tx/Rx descriptors is little endianVladimir Kondratiev2013-05-223-15/+30
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-021-2/+2
|\
| * mode_t, whack-a-mole at 11...Al Viro2013-04-091-2/+2
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-04-242-15/+63
|\ \
| * | wil6210: more Rx descriptor accessor functionsVladimir Kondratiev2013-04-221-6/+36
| * | wil6210: Use cached copy of Tx descriptorVladimir Kondratiev2013-04-221-1/+6
| * | wil6210: Tx init optimizationVladimir Kondratiev2013-04-221-1/+1
| * | wil6210: Use cached copy of Rx descriptorVladimir Kondratiev2013-04-222-10/+23
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-03-2012-249/+496
|\| |
| * | wil6210: temperature measurementVladimir Kondratiev2013-03-133-0/+70
| * | wil6210: sync with new firmwareVladimir Kondratiev2013-03-136-122/+321
| * | wil6210: new SW resetVladimir Kondratiev2013-03-134-23/+17Star
| * | wil6210: headers clean-upVladimir Kondratiev2013-03-136-27/+0Star
| * | wil6210: use WLAN_CAPABILITY_DMG_TYPE_MASKVladimir Kondratiev2013-03-131-1/+1
| * | wil6210: fix FW error notificationVladimir Kondratiev2013-03-131-3/+11
| * | wil6210: report all received mgmt framesVladimir Kondratiev2013-03-131-0/+3
| * | wil6210: use cfg80211_inform_bss_frame()Vladimir Kondratiev2013-03-131-11/+3Star
| * | wil6210: refactor connect_workerVladimir Kondratiev2013-03-133-25/+23Star