summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath6kl
Commit message (Expand)AuthorAgeFilesLines
* ath6kl: add log messages for firmware failure cases.Ben Greear2015-12-111-1/+15
* ath6kl: fix tx/rx antenna reporting for 2x2 devicesBen Greear2015-12-111-2/+2
* ath6kl: Don't print error message when recv is canceledSteve deRosier2015-12-081-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-11-011-0/+1
|\
| * ath6kl: add missing of_node_putJulia Lawall2015-10-271-0/+1
* | ath6kl: implement ethtool statsBen Greear2015-10-291-0/+123
* | ath6kl: break stats gathering code into separate methodBen Greear2015-10-292-23/+34
* | ath6kl: fix firmware version assignmentBen Greear2015-10-291-1/+1
* | ath6kl: add error message to explain lack of HTBen Greear2015-10-291-0/+3
* | ath6kl: report antenna configurationBen Greear2015-10-292-0/+19
* | Merge tag 'wireless-drivers-next-for-davem-2015-10-27' of git://git.kernel.or...David S. Miller2015-10-282-5/+3Star
|\ \
| * | ath6kl: drop unlikely behind WARN_ON()Geliang Tang2015-10-091-2/+2
| * | ath6kl: remove redundant null pointer check on send_pktColin Ian King2015-10-091-3/+1Star
| |/
* / cfg80211: Add multiple scan plans for scheduled scanAvraham Stern2015-10-131-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-09-031-1/+1
|\
| * ath6kl: spell "distribution" correctly in a comment.Nik Nyby2015-07-291-1/+1
* | treewide: fix typos in comment blocksMasahiro Yamada2015-08-071-2/+2
|/
* Merge ath-next from ath.gitKalle Valo2015-06-151-1/+1
|\
| * ath6kl: Fix multiple clients associating in AP modeBrent Taylor2015-06-091-1/+1
* | cfg80211: properly send NL80211_ATTR_DISCONNECTED_BY_AP in disconnectJohannes Berg2015-05-261-2/+2
|/
* Merge tag 'mac80211-next-for-davem-2015-03-30' of git://git.kernel.org/pub/sc...David S. Miller2015-03-313-8/+12
|\
| * cfg80211: pass name_assign_type to rdev_add_virtual_intf()Tom Gundersen2015-03-303-4/+7
| * cfg80211: add bss_type and privacy arguments in cfg80211_get_bss()Dedy Lansky2015-03-031-4/+5
* | wireless: Use eth_<foo>_addr instead of memsetJoe Perches2015-03-032-2/+2
|/
* cfg80211: change bandwidth reporting to explicit fieldJohannes Berg2015-01-151-1/+2
* cfg80211: remove enum station_info_flagsJohannes Berg2015-01-082-8/+7Star
* Merge branch 'for-linville' of git://github.com/kvalo/athJohn W. Linville2014-11-171-9/+0Star
|\
| * ath6kl: remove incorrect reset_resume handlerAlexey Khoroshilov2014-11-031-9/+0Star
* | Merge tag 'mac80211-next-for-john-2014-11-04' of git://git.kernel.org/pub/scm...John W. Linville2014-11-041-2/+2
|\ \
| * | cfg80211: Convert del_station() callback to use a param structJouni Malinen2014-10-201-2/+2
* | | Merge tag 'for-linville-20141024' of git://github.com/kvalo/athJohn W. Linville2014-10-273-28/+15Star
|\ \ \ | |/ / |/| / | |/
| * ath: change logging functions to return voidJoe Perches2014-09-293-28/+15Star
* | Merge tag 'mac80211-next-for-john-2014-08-29' of git://git.kernel.org/pub/scm...John W. Linville2014-09-042-37/+12Star
|\ \ | |/ |/|
| * cfg80211: allow passing frame type to cfg80211_inform_bss()Johannes Berg2014-08-262-34/+10Star
| * cfg80211: remove @gfp parameter from cfg80211_rx_mgmt()Vladimir Kondratiev2014-08-261-3/+2Star
* | Merge branch 'for-linville' of git://github.com/kvalo/athJohn W. Linville2014-08-284-22/+4Star
|\ \ | |/ |/|
| * ath6kl: fix %d confusingly prefixed with 0x in format stringsHans Wennborg2014-08-252-2/+2
| * ath6kl: Add SDIO device ID for QCA6234X SupportSrinivas Kandagatla2014-08-141-0/+1
| * ath6kl: convert a driver to use module_usb_driver()Himangi Saraogi2014-08-041-20/+1Star
* | Merge tag 'master-2014-07-25' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-07-2910-42/+239
|\|
| * Merge tag 'for-linville-20140717' of git://github.com/kvalo/athJohn W. Linville2014-07-1810-42/+239
| |\
| | * ath6kl: add support for ar6004 hw3.0Jessica Wu2014-07-144-7/+73
| | * ath6kl: add support wmi rate tables with mcs15Jessica Wu2014-07-145-9/+77
| | * ath6kl: don't set hi_refclk_hz if hardware version doesn't need itKalle Valo2014-07-141-3/+6
| | * ath6kl: implement rx flush for htc pipeJessica Wu2014-07-141-3/+29
| | * ath6kl: convert ar6004 hardware flags to firmware feature flagsKalle Valo2014-07-146-17/+42
| | * ath6kl: Fix ath6kl_bmi_read_hi32 macroFrederic Danis2014-07-142-3/+12
* | | ath6kl: remove unnecessary break after returnFabian Frederick2014-07-211-1/+0Star
* | | net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-161-1/+1
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-06-1217-101/+84Star
|\|