summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/wil6210
AgeCommit message (Expand)AuthorFilesLines
2014-10-06Merge tag 'master-2014-10-02' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller10-21/+447
2014-10-02wil6210: atomic I/O for the card memoryVladimir Kondratiev4-0/+188
2014-10-02wil6210: manual FW error recovery modeVladimir Kondratiev5-9/+121
2014-09-27wil6210: ethtool opsVladimir Kondratiev6-12/+138
2014-09-26Merge tag 'master-2014-09-16' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller22-188/+1555
2014-09-15fixup! wil6210: fix usage of print_hex_dump_debugVladimir Kondratiev1-6/+13
2014-09-11wil6210: fix PTR_ERR() usage after initialization to constantVladimir Kondratiev1-1/+3
2014-09-11wil6210: fix for oops while stopping interfaceVladimir Kondratiev5-25/+55
2014-09-11wil6210: rename [en|dis]able irq to [un]maskVladimir Kondratiev3-7/+7
2014-09-11wil6210: fix typo in commentVladimir Kondratiev1-1/+2
2014-09-11wil6210: specify max. IE lengthVladimir Kondratiev1-0/+15
2014-09-11wil6210: introduce separate completion for WMIDedy Lansky3-4/+7
2014-09-11wil6210: enlarge TX/RX buffer lengthVladimir Kondratiev3-5/+9
2014-09-11wil6210: add change_beacon() driver callbackVladimir Kondratiev1-0/+40
2014-09-11wil6210: send connect request IEs to FW also for non-secure connectionVladimir Kondratiev2-11/+13
2014-09-11wil6210: fix race condition between BACK event and Rx dataDedy Lansky5-13/+32
2014-09-11wil6210: modify confusing printoutDedy Lansky1-1/+1
2014-09-11wil6210: fix race condition of disconnect while BACK eventDedy Lansky1-2/+7
2014-09-11wil6210: fix usage of print_hex_dump_debugVladimir Kondratiev1-0/+7
2014-09-11wil6210: fix for memory corruption upon rmmodDedy Lansky2-2/+26
2014-09-11wil6210: fix for memory corruption while insmodDedy Lansky1-6/+1
2014-09-11wil6210: add more debug printoutsVladimir Kondratiev6-2/+49
2014-09-11wil6210: platform specific moduleVladimir Kondratiev9-0/+397
2014-09-11wil6210: coding style fixesVladimir Kondratiev9-62/+72
2014-09-11wil6210: some more debug for the WMI mechanismVladimir Kondratiev1-0/+5
2014-09-11wil6210: print more information when connectingVladimir Kondratiev1-0/+18
2014-09-11wil6210: debug prints for vring de-allocationVladimir Kondratiev1-0/+12
2014-09-11wil6210: firmware downloadVladimir Kondratiev7-32/+764
2014-09-04Merge tag 'mac80211-next-for-john-2014-08-29' of git://git.kernel.org/pub/scm...John W. Linville1-2/+2
2014-08-26cfg80211: allow passing frame type to cfg80211_inform_bss()Johannes Berg1-1/+1
2014-08-26cfg80211: remove @gfp parameter from cfg80211_rx_mgmt()Vladimir Kondratiev1-1/+1
2014-08-26wil6210: fix access after free in wil_pcie_remove()Vladimir Kondratiev1-1/+2
2014-08-26wil6210: cfg80211_rx_mgmt to use GFP_ATOMICVladimir Kondratiev1-1/+1
2014-08-26wil6210: fix free'd memory access in wil_if_free()Vladimir Kondratiev1-1/+5
2014-08-26wil6210: Limit max number of associated stationsDedy Lansky1-1/+14
2014-08-26wil6210: fix false "scan timeout"Vladimir Kondratiev1-1/+3
2014-08-26wil6210: fix beamforming data reportingVladimir Kondratiev5-49/+72
2014-08-26wil6210: convert debugfs to the table modeVladimir Kondratiev1-74/+180
2014-08-26wil6210: Workaround for Sparrow with bad device idVladimir Kondratiev1-0/+2
2014-08-26wil6210: wait longer for hardware reset completionVladimir Kondratiev1-4/+7
2014-08-26wil6210: check error in wil_target_reset()Vladimir Kondratiev1-5/+7
2014-08-26wil6210: update copyright year 2014Vladimir Kondratiev12-11/+27
2014-08-26wil6210: fix race in resetVladimir Kondratiev1-1/+4
2014-08-26wil6210: map MAC timer for packet lifetime into debugfsVladimir Kondratiev2-0/+6
2014-07-29Merge tag 'master-2014-07-25' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller6-59/+116
2014-07-18wil6210: add new register region for AGC tableVladimir Kondratiev2-1/+2
2014-07-18wil6210: map RGF_USER_USAGE_1 on the debugfsVladimir Kondratiev2-0/+4
2014-07-18wil6210: use same mapping table for FW addr translation and debugfsVladimir Kondratiev3-45/+39
2014-07-18wil6210: fix memory leak on error path in wil_write_file_rxon()Vladimir Kondratiev1-1/+3
2014-07-18wil6210: fix double definition of 'ctx'Vladimir Kondratiev1-2/+4