aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath6kl (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-11ath6kl: add log messages for firmware failure cases.Ben Greear1-1/+15
2015-12-11ath6kl: fix tx/rx antenna reporting for 2x2 devicesBen Greear1-2/+2
2015-12-08ath6kl: Don't print error message when recv is canceledSteve deRosier1-2/+3
2015-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2015-10-29ath6kl: implement ethtool statsBen Greear1-0/+123
2015-10-29ath6kl: break stats gathering code into separate methodBen Greear2-23/+34
2015-10-29ath6kl: fix firmware version assignmentBen Greear1-1/+1
2015-10-29ath6kl: add error message to explain lack of HTBen Greear1-0/+3
2015-10-29ath6kl: report antenna configurationBen Greear2-0/+19
2015-10-27Merge tag 'wireless-drivers-next-for-davem-2015-10-27' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller2-5/+3
2015-10-26ath6kl: add missing of_node_putJulia Lawall1-0/+1
2015-10-13cfg80211: Add multiple scan plans for scheduled scanAvraham Stern1-1/+1
2015-10-09ath6kl: drop unlikely behind WARN_ON()Geliang Tang1-2/+2
2015-10-09ath6kl: remove redundant null pointer check on send_pktColin Ian King1-3/+1
2015-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2015-08-07treewide: fix typos in comment blocksMasahiro Yamada1-2/+2
2015-07-29ath6kl: spell "distribution" correctly in a comment.Nik Nyby1-1/+1
2015-06-15Merge ath-next from ath.gitKalle Valo1-1/+1
2015-06-09ath6kl: Fix multiple clients associating in AP modeBrent Taylor1-1/+1
2015-05-26cfg80211: properly send NL80211_ATTR_DISCONNECTED_BY_AP in disconnectJohannes Berg1-2/+2
2015-03-31Merge tag 'mac80211-next-for-davem-2015-03-30' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller3-8/+12
2015-03-30cfg80211: pass name_assign_type to rdev_add_virtual_intf()Tom Gundersen3-4/+7
2015-03-03wireless: Use eth_<foo>_addr instead of memsetJoe Perches2-2/+2
2015-03-03cfg80211: add bss_type and privacy arguments in cfg80211_get_bss()Dedy Lansky1-4/+5
2015-01-15cfg80211: change bandwidth reporting to explicit fieldJohannes Berg1-1/+2
2015-01-08cfg80211: remove enum station_info_flagsJohannes Berg2-8/+7
2014-11-17Merge branch 'for-linville' of git://github.com/kvalo/athJohn W. Linville1-9/+0
2014-11-04Merge tag 'mac80211-next-for-john-2014-11-04' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-2/+2
2014-11-04ath6kl: remove incorrect reset_resume handlerAlexey Khoroshilov1-9/+0
2014-10-27Merge tag 'for-linville-20141024' of git://github.com/kvalo/athJohn W. Linville3-28/+15
2014-10-20cfg80211: Convert del_station() callback to use a param structJouni Malinen1-2/+2
2014-09-29ath: change logging functions to return voidJoe Perches3-28/+15
2014-09-04Merge tag 'mac80211-next-for-john-2014-08-29' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville2-37/+12
2014-08-28Merge branch 'for-linville' of git://github.com/kvalo/athJohn W. Linville4-22/+4
2014-08-26cfg80211: allow passing frame type to cfg80211_inform_bss()Johannes Berg2-34/+10
2014-08-26cfg80211: remove @gfp parameter from cfg80211_rx_mgmt()Vladimir Kondratiev1-3/+2
2014-08-25ath6kl: fix %d confusingly prefixed with 0x in format stringsHans Wennborg2-2/+2
2014-08-14ath6kl: Add SDIO device ID for QCA6234X SupportSrinivas Kandagatla1-0/+1
2014-08-04ath6kl: convert a driver to use module_usb_driver()Himangi Saraogi1-20/+1
2014-07-28Merge tag 'master-2014-07-25' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller10-42/+239
2014-07-20ath6kl: remove unnecessary break after returnFabian Frederick1-1/+0
2014-07-18Merge tag 'for-linville-20140717' of git://github.com/kvalo/athJohn W. Linville10-42/+239
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-1/+1
2014-07-14ath6kl: add support for ar6004 hw3.0Jessica Wu4-7/+73
2014-07-14ath6kl: add support wmi rate tables with mcs15Jessica Wu5-9/+77
2014-07-14ath6kl: don't set hi_refclk_hz if hardware version doesn't need itKalle Valo1-3/+6
2014-07-14ath6kl: implement rx flush for htc pipeJessica Wu1-3/+29
2014-07-14ath6kl: convert ar6004 hardware flags to firmware feature flagsKalle Valo6-17/+42
2014-07-14ath6kl: Fix ath6kl_bmi_read_hi32 macroFrederic Danis2-3/+12
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds17-101/+84