aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wlan-ng/hfa384x_usb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/gregkh/usbLinus 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 hfa384x_usb.cSergio 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
2016-10-02staging: wlang-ng: avoid new typedef: hfa384x_usbin_tSergio Paracuellos1-10/+11
2016-10-02staging: wlang-ng: avoid new typedef: hfa384x_usb_rmemresp_tSergio Paracuellos1-2/+2
2016-10-02staging: wlang-ng: avoid new typedef: hfa384x_usb_rridresp_tSergio Paracuellos1-4/+4
2016-10-02staging: wlang-ng: avoid new typedef: hfa384x_usb_cmdresp_tSergio Paracuellos1-4/+4
2016-10-02staging: wlang-ng: avoid new typedef: hfa384x_usb_rxfrm_tSergio Paracuellos1-2/+2
2016-10-02staging: wlang-ng: avoid new typedef: hfa384x_rx_frame_tSergio Paracuellos1-2/+2
2016-10-02staging: wlang-ng: avoid new typedef: hfa384x_tx_frame_tSergio Paracuellos1-1/+1
2016-09-18staging: wlan-ng: Remove the typedef to the 'wlandevice' structuresayli karnik1-11/+11
2016-04-29staging: wlan-ng: rewrite NULL comparisonNicholas Sim1-4/+4
2016-03-11staging: wlan-ng: simplify NULL testsEva Rachel Retuya1-7/+7
2016-03-11staging: wlan-ng: Remove unnecessary macroAmitoj Kaur Chawla1-5/+3
2016-02-20Staging: wlan-ng: Remove unused functions and prototypesBhumika Goyal1-74/+0
2016-02-20Staging: wlan-ng: Remove function hfa384x_drvr_commtalliesBhumika Goyal1-31/+0
2016-02-09Staging:wlan-ng:Merged two lines into oneBhumika Goyal1-16/+4
2016-02-07staging: wlan-ng: use list_for_each_entry*Geliang Tang1-13/+4