summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/wil6210
Commit message (Expand)AuthorAgeFilesLines
* 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/+0
* 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-011-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/+17
| * | wil6210: headers clean-upVladimir Kondratiev2013-03-136-27/+0
| * | 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/+3
| * | wil6210: refactor connect_workerVladimir Kondratiev2013-03-133-25/+23
| * | wil6210: Fix garbage sent to the FW with wmi_set_ie()Vladimir Kondratiev2013-03-131-1/+1
| * | wil6210: do not set IE's for beaconVladimir Kondratiev2013-03-131-2/+7
| * | wil6210: handle WMI_BA_STATUS_EVENTIDVladimir Kondratiev2013-03-131-0/+11
| * | wil6210: handle linkup/linkdown WMI eventsVladimir Kondratiev2013-03-131-0/+23
| * | wil6210: Remove local implementation of dynamic hexdumpVladimir Kondratiev2013-03-132-24/+2
| * | wil6210: remove unused including <linux/version.h>Wei Yongjun2013-03-131-1/+0
| * | drivers/net/wireless/ath/wil6210: Makefile, only -Werror when no -W* in EXTRA...Chen Gang2013-03-061-1/+3
| * | wil6210: convert to use simple_open()Wei Yongjun2013-03-061-11/+3
| |/
* | drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches2013-03-151-2/+0
|/
* Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-211-14/+4
|\
| * wireless: remove conflicting version of print_hex_dump_bytesStephen Rothwell2013-01-171-14/+4
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-02-182-2/+2
|\ \
| * | cfg80211: pass wiphy to cfg80211_ref_bss/put_bssJohannes Berg2013-02-112-2/+2
* | | drivers: net: Remove remaining alloc/OOM messagesJoe Perches2013-02-082-9/+3
|/ /
* | wil6210: fix wil_vring_init_tx statusVladimir Kondratiev2013-01-301-0/+1
* | wil6210: Never delete Rx chain with firmwareVladimir Kondratiev2013-01-303-26/+1
* | wil6210: checkpatch warningsVladimir Kondratiev2013-01-306-9/+5
* | wil6210: fix checkpatch CamelCase warningsVladimir Kondratiev2013-01-307-82/+82
* | wil6210: Reorder reset preparation sequenceVladimir Kondratiev2013-01-301-4/+4
* | wil6210: Separate common code for mbox regs caching to functionVladimir Kondratiev2013-01-301-10/+11
* | wil6210: Fix "don't scan after connect" logicVladimir Kondratiev2013-01-302-1/+2
* | wil6210: Call skb_orphan() right before Rx indicationVladimir Kondratiev2013-01-301-2/+2
* | wil6210: Fix: Tx stallVladimir Kondratiev2013-01-302-28/+1
OpenPOWER on IntegriCloud