summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wlan-ng/hfa384x_usb.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-26staging: wlan-ng: fix use-after-free Read in hfa384x_usbin_callbackQiujun Huang1-0/+2
2020-03-23staging: wlan-ng: Fix third argument going over 80 charactersJohn B. Wyatt IV1-2/+5
2020-03-17staging: wlan-ng: Fix line going over 80 charactersJohn B. Wyatt IV1-1/+2
2019-10-26staging: wlan-ng: fix compilation for USB debuggingTim Collier1-2/+0
2019-07-22staging: wlan-ng: Replace function hfa384x_dowmem()Nishka Dasgupta1-34/+17
2019-07-22staging: wlan-ng: Replace function hfa384x_dormem()Nishka Dasgupta1-27/+10
2019-07-22staging: wlan-ng: Remove function hfa384x_docmd_wait()Nishka Dasgupta1-29/+14
2019-07-22staging: wlan-ng: Remove unused function hfa384x_docmd_async()Nishka Dasgupta1-8/+0
2019-07-22staging: wlan-ng: Remove function hfa384x_dowmem_async()Nishka Dasgupta1-14/+0
2019-07-22staging: wlan-ng: Remove unused function hfa384x_dormem_async()Nishka Dasgupta1-11/+0
2019-07-22staging: wlan-ng: Remove unused function hfa384x_dorrid_async()Nishka Dasgupta1-11/+0
2019-07-22staging: wlan-ng: Remove function hfa384x_dowrid_async()Nishka Dasgupta1-13/+2
2019-07-22staging: wlan-ng: Remove function hfa384x_dowrid_wait()Nishka Dasgupta1-9/+1
2019-07-22staging: wlan-ng: Remove function hfa384x_dorrid_wait()Nishka Dasgupta1-9/+1
2019-05-20staging: wlan-ng: fix adapter initialization failureTim Collier1-1/+2
2019-05-02staging: wlan-ng: Fix improper SPDX comment styleHimadri Pandya1-1/+1
2019-03-21staging: wlan-ng: Correct typo in comment messageBranden Bonaby1-1/+1
2019-03-21staging: wlan-ng: malformed SPDX-License-IdentifierBranden Bonaby1-1/+1
2018-09-28staging: wlan-ng: rejoin split lines shortened by case changesTim Collier1-4/+2
2018-09-28staging: wlan-ng: make switch case block format consistentTim Collier1-25/+23
2018-07-29staging: wlan-ng: correction to comment in hfa384x_usbTim Collier1-1/+1
2018-05-25staging: wlan-ng: convert P80211SKB_RXMETA to inline function in p80211convTim Collier1-1/+1
2018-05-06staging: wlan-ng: fix line-break style issueTim Collier1-2/+1
2018-05-06staging: wlan-ng: add missing parameter name to prototypeTim Collier1-1/+1
2018-01-08Staging: wlan-ng: hfa384x_usb: fixed two line limit coding style issuesAndy Pusch1-2/+4
2017-11-28staging: wlan-ng: add SPDX identifiers to all wlan-ng driver filesGreg Kroah-Hartman1-0/+1
2017-11-13Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-2/+2
2017-11-07usb: core: introduce a new usb_get_std_status() helperFelipe Balbi1-2/+2
2017-10-20staging: wlan-ng: Convert timers to use timer_setup()Kees Cook1-16/+13
2017-08-20staging: wlan-ng: hfa384x_usb: Fix multiple line dereferenceAlex Briskin1-9/+7
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-4/+2
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu1-1/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-4/+2
2017-05-29staging: wlan-ng: hfa384x: fix several type issues.Nikola Jelic1-10/+8
2017-03-12Staging: wlan-ng: Fix endian errorAdrien Descamps1-1/+1
2017-03-12Staging: wlan-ng: Fix sparse warnings by using appropriate endian typesAdrien Descamps1-1/+1
2017-01-18net: Remove usage of net_device last_rx memberTobias Klauser1-1/+0
2016-12-06Staging: wlan-ng: hfa384x_usb.c Fixed too long code line warnings.Yan Laijun1-1/+2
2016-11-10staging: wlan-ng: match open parenthesis alignment in hfa384x_usb.cSergio Paracuellos1-9/+9
2016-11-10staging: wlan-ng: replace BUG_ON() into WARN_ON() on hfa384x_usbin_callbackSergio Paracuellos1-1/+4
2016-11-10staging: wlan-ng: remove unnecessary parenthesis in hfa384x_usb.cSergio Paracuellos1-12/+12
2016-10-16staging: wlan-ng: Replace data type declaration with variable of same type in...Sergio Paracuellos1-1/+1
2016-10-16staging: wlan-ng: avoid new typedef CTLX_STATESergio Paracuellos1-1/+1
2016-10-16staging: wlan-ng: fix block comment warnings in hfa384x_usb.cSergio Paracuellos1-1157/+1213
2016-10-16staging: wlan-ng: fix line style warnings in hfa384x_usb.cSergio Paracuellos1-33/+38
2016-10-02staging: wlang-ng: avoid new typedef: hfa384x_tSergio Paracuellos1-85/+85
2016-10-02staging: wlang-ng: avoid new typedef: hfa384x_metacmd_tSergio Paracuellos1-9/+9
2016-10-02staging: wlang-ng: avoid new typedef: hfa384x_usbctlx_tSergio Paracuellos1-27/+27
2016-10-02staging: wlang-ng: avoid new typedef: hfa384x_rridresult_tSergio Paracuellos1-3/+3
2016-10-02staging: wlang-ng: avoid new typedef: hfa384x_cmdresult_tSergio Paracuellos1-8/+8