summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/wil6210
Commit message (Expand)AuthorAgeFilesLines
* wil6210: use 'uint64_t' instead of 'cycles_t' to avoid warningsChen Gang2015-01-071-2/+2
* wil6210: remove TODO wrt buffer alignmentVladimir Kondratiev2014-12-011-2/+0Star
* wil6210: reset flow updateVladimir Kondratiev2014-12-011-0/+3
* wil6210: Rate limit "ring full" error messageVladimir Kondratiev2014-12-011-2/+3
* wil6210: fix warning in pointer arithmeticVladimir Kondratiev2014-12-011-1/+1
* wil6210: configurable vring sizesVladimir Kondratiev2014-12-013-7/+40
* wil6210: remove wil_to_pcie_dev()Vladimir Kondratiev2014-12-013-3/+1Star
* wil6210: fix recovery after scan timeoutVladimir Kondratiev2014-12-011-0/+1
* wil6210: add handling of RX HTRSH interruptVladimir Kondratiev2014-12-013-3/+47
* wil6210: propagate disconnect reasonVladimir Kondratiev2014-12-014-19/+18Star
* wil6210: Fix potential memory leaks on error pathsLino Sanfilippo2014-12-011-2/+6
* Merge tag 'mac80211-next-for-john-2014-11-04' of git://git.kernel.org/pub/scm...John W. Linville2014-11-041-2/+3
|\
| * cfg80211: Convert del_station() callback to use a param structJouni Malinen2014-10-201-2/+3
* | wil6210: Add support for large packetsVladimir Kondratiev2014-10-306-7/+38
* | wil6210: improve dmesg for fw error handlingVladimir Kondratiev2014-10-301-0/+3
* | wil6210: prevent double disconnect command issuingVladimir Kondratiev2014-10-304-13/+29
* | wil6210: reset flow updatesVladimir Kondratiev2014-10-302-5/+24
* | wil6210: do not attempt FW recovery if interface is downVladimir Kondratiev2014-10-301-0/+5
* | Merge tag 'for-linville-20141024' of git://github.com/kvalo/athJohn W. Linville2014-10-271-0/+3
|\ \ | |/ |/|
| * ath: change logging functions to return voidJoe Perches2014-09-292-12/+9Star
* | Merge tag 'master-2014-10-02' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-10-0610-21/+447
|\ \
| * | wil6210: atomic I/O for the card memoryVladimir Kondratiev2014-10-024-0/+188
| * | wil6210: manual FW error recovery modeVladimir Kondratiev2014-10-025-9/+121
| * | wil6210: ethtool opsVladimir Kondratiev2014-09-266-12/+138
* | | Merge tag 'master-2014-09-16' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-09-2622-188/+1555
|\| |
| * | fixup! wil6210: fix usage of print_hex_dump_debugVladimir Kondratiev2014-09-151-6/+13
| * | wil6210: fix PTR_ERR() usage after initialization to constantVladimir Kondratiev2014-09-111-1/+3
| * | wil6210: fix for oops while stopping interfaceVladimir Kondratiev2014-09-115-25/+55
| * | wil6210: rename [en|dis]able irq to [un]maskVladimir Kondratiev2014-09-113-7/+7
| * | wil6210: fix typo in commentVladimir Kondratiev2014-09-111-1/+2
| * | wil6210: specify max. IE lengthVladimir Kondratiev2014-09-111-0/+15
| * | wil6210: introduce separate completion for WMIDedy Lansky2014-09-113-4/+7
| * | wil6210: enlarge TX/RX buffer lengthVladimir Kondratiev2014-09-113-5/+9
| * | wil6210: add change_beacon() driver callbackVladimir Kondratiev2014-09-111-0/+40
| * | wil6210: send connect request IEs to FW also for non-secure connectionVladimir Kondratiev2014-09-112-11/+13
| * | wil6210: fix race condition between BACK event and Rx dataDedy Lansky2014-09-115-13/+32
| * | wil6210: modify confusing printoutDedy Lansky2014-09-111-1/+1
| * | wil6210: fix race condition of disconnect while BACK eventDedy Lansky2014-09-111-2/+7
| * | wil6210: fix usage of print_hex_dump_debugVladimir Kondratiev2014-09-111-0/+7
| * | wil6210: fix for memory corruption upon rmmodDedy Lansky2014-09-112-2/+26
| * | wil6210: fix for memory corruption while insmodDedy Lansky2014-09-111-6/+1Star
| * | wil6210: add more debug printoutsVladimir Kondratiev2014-09-116-2/+49
| * | wil6210: platform specific moduleVladimir Kondratiev2014-09-119-0/+397
| * | wil6210: coding style fixesVladimir Kondratiev2014-09-119-62/+72
| * | wil6210: some more debug for the WMI mechanismVladimir Kondratiev2014-09-111-0/+5
| * | wil6210: print more information when connectingVladimir Kondratiev2014-09-111-0/+18
| * | wil6210: debug prints for vring de-allocationVladimir Kondratiev2014-09-111-0/+12
| * | wil6210: firmware downloadVladimir Kondratiev2014-09-117-32/+764
|/ /
* | Merge tag 'mac80211-next-for-john-2014-08-29' of git://git.kernel.org/pub/scm...John W. Linville2014-09-041-2/+2
|\ \ | |/ |/|
| * cfg80211: allow passing frame type to cfg80211_inform_bss()Johannes Berg2014-08-261-1/+1