summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wlan-ng/hfa384x_usb.c
Commit message (Expand)AuthorAgeFilesLines
* Staging: wlan-ng: hfa384x_usb.c Fixed too long code line warnings.Yan Laijun2016-12-061-1/+2
* staging: wlan-ng: match open parenthesis alignment in hfa384x_usb.cSergio Paracuellos2016-11-101-9/+9
* staging: wlan-ng: replace BUG_ON() into WARN_ON() on hfa384x_usbin_callbackSergio Paracuellos2016-11-101-1/+4
* staging: wlan-ng: remove unnecessary parenthesis in hfa384x_usb.cSergio Paracuellos2016-11-101-12/+12
* staging: wlan-ng: Replace data type declaration with variable of same type in...Sergio Paracuellos2016-10-161-1/+1
* staging: wlan-ng: avoid new typedef CTLX_STATESergio Paracuellos2016-10-161-1/+1
* staging: wlan-ng: fix block comment warnings in hfa384x_usb.cSergio Paracuellos2016-10-161-1157/+1213
* staging: wlan-ng: fix line style warnings in hfa384x_usb.cSergio Paracuellos2016-10-161-33/+38
* staging: wlang-ng: avoid new typedef: hfa384x_tSergio Paracuellos2016-10-021-85/+85
* staging: wlang-ng: avoid new typedef: hfa384x_metacmd_tSergio Paracuellos2016-10-021-9/+9
* staging: wlang-ng: avoid new typedef: hfa384x_usbctlx_tSergio Paracuellos2016-10-021-27/+27
* staging: wlang-ng: avoid new typedef: hfa384x_rridresult_tSergio Paracuellos2016-10-021-3/+3
* staging: wlang-ng: avoid new typedef: hfa384x_cmdresult_tSergio Paracuellos2016-10-021-8/+8
* staging: wlang-ng: avoid new typedef: hfa384x_usbin_tSergio Paracuellos2016-10-021-10/+11
* staging: wlang-ng: avoid new typedef: hfa384x_usb_rmemresp_tSergio Paracuellos2016-10-021-2/+2
* staging: wlang-ng: avoid new typedef: hfa384x_usb_rridresp_tSergio Paracuellos2016-10-021-4/+4
* staging: wlang-ng: avoid new typedef: hfa384x_usb_cmdresp_tSergio Paracuellos2016-10-021-4/+4
* staging: wlang-ng: avoid new typedef: hfa384x_usb_rxfrm_tSergio Paracuellos2016-10-021-2/+2
* staging: wlang-ng: avoid new typedef: hfa384x_rx_frame_tSergio Paracuellos2016-10-021-2/+2
* staging: wlang-ng: avoid new typedef: hfa384x_tx_frame_tSergio Paracuellos2016-10-021-1/+1
* staging: wlan-ng: Remove the typedef to the 'wlandevice' structuresayli karnik2016-09-181-11/+11
* staging: wlan-ng: rewrite NULL comparisonNicholas Sim2016-04-291-4/+4
* staging: wlan-ng: simplify NULL testsEva Rachel Retuya2016-03-111-7/+7
* staging: wlan-ng: Remove unnecessary macroAmitoj Kaur Chawla2016-03-111-5/+3
* Staging: wlan-ng: Remove unused functions and prototypesBhumika Goyal2016-02-201-74/+0
* Staging: wlan-ng: Remove function hfa384x_drvr_commtalliesBhumika Goyal2016-02-201-31/+0
* Staging:wlan-ng:Merged two lines into oneBhumika Goyal2016-02-091-16/+4
* staging: wlan-ng: use list_for_each_entry*Geliang Tang2016-02-071-13/+4
* drivers:staging:wlan-ng Fix space preferred around that messagesBogicevic Sasa2016-02-071-4/+3
* staging: wlan-ng: hfa384x_usb: Remove wrapper functionAmitoj Kaur Chawla2015-11-151-29/+1
* staging: wlan-ng: Remove wrapper functionAmitoj Kaur Chawla2015-11-151-2/+2
* staging: wlan-ng: Remove useless initializationAmitoj Kaur Chawla2015-10-161-1/+1
* staging: wlan-ng: Use kzalloc instead of kmalloc.Navya Sri Nizamkari2015-03-151-4/+3
* staging: wlan-ng: replace init_timer by setup_timerAya Mahfouz2015-02-261-12/+7
* staging: wlan-ng: hfa384x_usb: fix sparse endianness warningsAsaf Vertz2015-01-251-1/+1
* staging: wlan-ng: Fix typo in comments and printkMasanari Iida2015-01-171-2/+2
* Staging: wlan-ng: hfa384x_usb: fixed an 'else' statement coding style issueEduardo Barretto2015-01-171-6/+5
* staging: wlan-ng: remove unnecessary 'out of memory' messageMelike Yurtoglu2014-10-201-5/+1
* Staging: wlan-ng: Fix return in void function warningAybuke Ozdemir2014-09-191-4/+0
* Staging: wlan-ng: Remove redundant break/goto statements in hfa384x_usb.cIlja Sidoroff2014-09-081-5/+1
* staging: wlan-ng: Use net_device_stats from struct net_deviceTobias Klauser2014-07-091-9/+9
* staging: wlan-ng/hfa384x_usb.c: add blank line after declarationsCheng-Wei Lee2014-06-291-0/+1
* drivers/staging: Remove useless return variablesPeter Senna Tschudin2014-05-261-2/+1
* driver: staging: wlan-ng: Removed unnecessary spaces after cast from hfa384x_...Sherif Shehab Aldin2014-05-151-10/+10
* driver: staging: wlan-ng: Removed #if 0 lines from hfa384x_usb.cSherif Shehab Aldin2014-05-151-6/+0
* driver: staging: wlan-ng: Removed multiple assignmentsSherif Shehab Aldin2014-05-151-1/+2
* driver: staging: wlan-ng: Fixed white spaces issuesSherif Shehab Aldin2014-05-151-8/+4
* driver: staging: wlan-ng: Fixed Alignment to match open parenthesisSherif Shehab Aldin2014-05-151-58/+63
* driver: staging: wlan-ng: Removed Unnecessary space after function pointer nameSherif Shehab Aldin2014-05-151-1/+1
* driver: staging: wlan-ng: Setting character pointers as constSherif Shehab Aldin2014-05-151-1/+1
OpenPOWER on IntegriCloud