aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/wireless/ath/ath6kl (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-11ath6kl: constify usb_device_idArvind Yadav1-1/+1
2017-06-25Merge tag 'wireless-drivers-next-for-davem-2017-06-25' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller1-1/+1
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-2/+1
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg2-5/+3
2017-06-16ath6kl: fix spelling mistake: "Indicat" -> "Indicate"Colin Ian King1-1/+1
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller1-1/+1
2017-05-19Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo1-9/+4
2017-05-19ath6kl: assure headroom of skbuff is writable in .start_xmit()Arend Van Spriel1-9/+4
2017-04-28cfg80211: add request id to cfg80211_sched_scan_*() apiArend Van Spriel2-2/+2
2017-04-28cfg80211: unify cfg80211_roamed() and cfg80211_roamed_bss()Avraham Stern1-2/+8
2017-04-26cfg80211: add request id parameter to .sched_scan_stop() signatureArend Van Spriel1-1/+1
2017-04-26nl80211: allow multiple active scheduled scan requestsArend Van Spriel1-1/+1
2017-04-24Merge tag 'wireless-drivers-next-for-davem-2017-04-21' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller3-2/+4
2017-04-20Merge tag 'mac80211-next-for-davem-2017-04-18' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-2/+1
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-2/+2
2017-04-13ath6kl: add __printf verification to ath6kl_dbgJoe Perches3-2/+4
2017-04-13cfg80211: move add/change interface monitor flags into paramsJohannes Berg1-2/+1
2017-03-20ath6kl: Remove old 802.11a-only channelsRostyslav Khudolii1-4/+2
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-0/+1
2017-02-14ath6kl: Use net_device_stats from struct net_deviceTobias Klauser3-20/+11
2017-01-19ath6kl: fix warning for using 0 as NULLWei Yongjun1-1/+1
2016-11-27Merge tag 'wireless-drivers-next-for-davem-2016-11-25' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller2-5/+18
2016-11-17wireless: fix bogus maybe-uninitialized warningArnd Bergmann1-4/+4
2016-10-13ath6kl: add Dell OEM SDIO I/O for the Venue 8 ProAdam Williamson1-0/+1
2016-10-06ath6kl: configure SDIO when power is reappliedJames Minor1-0/+9
2016-10-06ath6kl: after cleanup properly reflect that sg is disabledJames Minor1-0/+2
2016-10-06ath6kl: fix busreqs so they can be reused when sg is cleaned upJames Minor1-1/+3
2016-09-28ath6kl: fix return value in ath6kl_wmi_set_pvb_cmdChaehyun Lim1-1/+1
2016-09-09ath6kl: Allow the radio to report 0 dbm txpower without timing outEric Bentley1-2/+2
2016-09-09ath6kl: enable firmware crash dumps on the AR6004Dan Kephart1-7/+4
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada1-1/+1
2016-07-19ath6kl: sme_state shortcut to SME_DISCONNECTED removedDan Kephart1-2/+0
2016-07-19ath6kl: Unset IFF_LOWER_UP flag on AP mode leave.Pierre Le Magourou1-0/+1
2016-07-19ath6kl: Fix wrong regulatory domain disconnection.Pierre Le Magourou1-1/+2
2016-07-19ath6kl: Fix WLAN tethering authentication problem.Pierre Le Magourou1-4/+5
2016-07-06nl80211: support beacon report scanningAvraham Stern1-3/+14
2016-05-28ath6kl: simplify logical conditionHeinrich Schuchardt1-2/+1
2016-05-28ath6kl: fix typoJulia Lawall1-1/+1
2016-04-26ath6kl: add ability to set debug uart baud rateSteve deRosier3-0/+12
2016-04-26ath6kl: fix missing uart debug pin for 6004 HW 3.0Steve deRosier1-0/+1
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg4-24/+24
2016-03-11ath6kl: ignore WMI_TXE_NOTIFY_EVENTID based on fw capability flagsSteve deRosier1-0/+5
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