aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath6kl (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-28Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds4-8/+8
2018-12-20ath6kl: Use debug instead of error message when disabledKyle Roeschley1-1/+1
2018-12-20ath6kl: Fix off by one error in scan completionKyle Roeschley1-1/+1
2018-12-20ath6kl: Only use match sets when firmware supports itKyle Roeschley1-1/+1
2018-12-13ath6kl: add ath6kl_ prefix to crypto_typeSagi Grimberg4-8/+8
2018-11-05ath6kl: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-09-03ath6kl: convert to using %pOFn instead of device_node.nameRob Herring1-2/+2
2018-08-28ath6kl: Remove unnecessary parenthesesVarsha Rao1-1/+1
2018-07-31ath6kl: replace GFP_ATOMIC with GFP_KERNEL in ath6kl_bmi_init()Jia-Ju Bai1-1/+1
2018-07-30ath6kl: remove redundant variables netlen, orig_buf, orig_len, dropped and statsColin Ian King3-12/+3
2018-06-27wireless-drivers: use BIT_ULL for NL80211_STA_INFO_ attribute typesOmer Efrat1-7/+7
2018-06-18Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2-0/+4
2018-06-13ath6kl: mark expected switch fall-throughsGustavo A. R. Silva1-0/+3
2018-06-13ath6kl: add support for Dell Wireless 1537Guy Chronister1-0/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-05-23Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2-2/+2
2018-05-12wireless-drivers: Dynamically allocate struct station_infoToke Høiland-Jørgensen1-5/+9
2018-04-27ath6kl: fix ath6kl_data_tx()'s return typeLuc Van Oostenryck2-2/+2
2018-04-19ath6kl: fix spelling mistake: "chache" -> "cache"Colin Ian King1-1/+1
2018-03-27wireless: Use octal not symbolic permissionsJoe Perches1-22/+21
2017-12-07ath6kl: improve endianness handlingKenneth Lu1-1/+1
2017-12-07ath6kl: remove redundant variable ies_lenKenneth Lu1-2/+0
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds6-16/+11
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+4
2017-11-04Merge tag 'wireless-drivers-next-for-davem-2017-11-03' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller6-14/+11
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-27ath: Convert timers to use timer_setup()Kees Cook6-14/+11
2017-10-05timer: Remove init_timer_deferrable() in favor of timer_setup()Kees Cook1-5/+4
2017-09-21drivers: net: ath6kl: use setup_timer() helper.Allen Pais1-3/+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