summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath6kl
AgeCommit message (Expand)Author
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-05-23Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo
2018-05-12wireless-drivers: Dynamically allocate struct station_infoToke Høiland-Jørgensen
2018-04-27ath6kl: fix ath6kl_data_tx()'s return typeLuc Van Oostenryck
2018-04-19ath6kl: fix spelling mistake: "chache" -> "cache"Colin Ian King
2018-03-27wireless: Use octal not symbolic permissionsJoe Perches
2017-12-07ath6kl: improve endianness handlingKenneth Lu
2017-12-07ath6kl: remove redundant variable ies_lenKenneth Lu
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-11-04Merge tag 'wireless-drivers-next-for-davem-2017-11-03' of git://git.kernel.or...David S. Miller
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-27ath: Convert timers to use timer_setup()Kees Cook
2017-10-05timer: Remove init_timer_deferrable() in favor of timer_setup()Kees Cook
2017-09-21drivers: net: ath6kl: use setup_timer() helper.Allen Pais
2017-08-11ath6kl: constify usb_device_idArvind Yadav
2017-06-25Merge tag 'wireless-drivers-next-for-davem-2017-06-25' of git://git.kernel.or...David S. Miller
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg
2017-06-16ath6kl: fix spelling mistake: "Indicat" -> "Indicate"Colin Ian King
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller
2017-05-19Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo
2017-05-19ath6kl: assure headroom of skbuff is writable in .start_xmit()Arend Van Spriel
2017-04-28cfg80211: add request id to cfg80211_sched_scan_*() apiArend Van Spriel
2017-04-28cfg80211: unify cfg80211_roamed() and cfg80211_roamed_bss()Avraham Stern
2017-04-26cfg80211: add request id parameter to .sched_scan_stop() signatureArend Van Spriel
2017-04-26nl80211: allow multiple active scheduled scan requestsArend Van Spriel
2017-04-24Merge tag 'wireless-drivers-next-for-davem-2017-04-21' of git://git.kernel.or...David S. Miller
2017-04-20Merge tag 'mac80211-next-for-davem-2017-04-18' of git://git.kernel.org/pub/sc...David S. Miller
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg
2017-04-13ath6kl: add __printf verification to ath6kl_dbgJoe Perches
2017-04-13cfg80211: move add/change interface monitor flags into paramsJohannes Berg
2017-03-20ath6kl: Remove old 802.11a-only channelsRostyslav Khudolii
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-02-14ath6kl: Use net_device_stats from struct net_deviceTobias Klauser
2017-01-19ath6kl: fix warning for using 0 as NULLWei Yongjun
2016-11-27Merge tag 'wireless-drivers-next-for-davem-2016-11-25' of git://git.kernel.or...David S. Miller
2016-11-17wireless: fix bogus maybe-uninitialized warningArnd Bergmann
2016-10-13ath6kl: add Dell OEM SDIO I/O for the Venue 8 ProAdam Williamson
2016-10-06ath6kl: configure SDIO when power is reappliedJames Minor
2016-10-06ath6kl: after cleanup properly reflect that sg is disabledJames Minor
2016-10-06ath6kl: fix busreqs so they can be reused when sg is cleaned upJames Minor
2016-09-28ath6kl: fix return value in ath6kl_wmi_set_pvb_cmdChaehyun Lim
2016-09-09ath6kl: Allow the radio to report 0 dbm txpower without timing outEric Bentley
2016-09-09ath6kl: enable firmware crash dumps on the AR6004Dan Kephart
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada
2016-07-19ath6kl: sme_state shortcut to SME_DISCONNECTED removedDan Kephart
2016-07-19ath6kl: Unset IFF_LOWER_UP flag on AP mode leave.Pierre Le Magourou