summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wlan-ng/hfa384x_usb.c
Commit message (Expand)AuthorAgeFilesLines
...
* driver: staging: wlan-ng: switched to pr_warnSherif Shehab Aldin2014-05-151-4/+3
* driver: staging: wlan-ng: Removed unnecessary typedefs from hfa384x_usb.cSherif Shehab Aldin2014-05-151-8/+6
* driver: staging: wlan-ng: Fixed Breaking long lines and strings style ruleSherif Shehab Aldin2014-05-151-24/+23
* staging: wlan-ng: hfa384x_usb.c: replaced printk() debugs with netdev_warn()/...Avinash Kumar2013-09-171-45/+45
* staging: wlan-ng: hfa384x_usb.c: fixed a coding style issueKumar Amit Mehta2012-11-021-3/+3
* staging:wlan-ng: clean hfa384x_usbctlx_submitDevendra Naga2012-09-131-10/+7
* staging:wlan-ng: cleanup prism2sta_commsqual_defer and hfa384x_drvr_getconfigDevendra Naga2012-09-101-5/+1
* staging:wlan-ng: cleanup hfa384x_ctlxout_callbackDevendra Naga2012-09-101-5/+2
* staging:wlan-ng: cleanup hfa384x_usbctlx_resptimerfnDevendra Naga2012-09-101-6/+1
* staging: wlan-ng: Remove NULL check before kfreeIlia Mirkin2011-03-141-4/+2
* staging/trivial: fix typos concerning "initiali[zs]e"Uwe Kleine-König2010-09-041-1/+1
* Staging: wlan-ng: fix style issues in p80211conv.hEdgardo Hames2010-08-021-9/+9
* Staging: wlan-ng: fix style issues for p80211hdr.hEdgardo Hames2010-08-021-2/+2
* Staging: wlan-ng: silence a sparse warningDan Carpenter2010-06-181-5/+7
* Staging: wlan-ng: rework code style after feedbackEdgardo Hames2010-05-111-11/+8
* Staging: wlan-ng: fix coding style in hfa834x_usb.cEdgardo Hames2010-05-111-78/+81
* Staging: Merge two branches of coding style fixes togetherGreg Kroah-Hartman2010-03-041-16/+10
|\
| * Staging: wlan-ng: More checkpatch.pl error cleanupsAndrew Elwell2010-03-041-13/+15
| * Staging: wlan-ng - checkpatch.pl fixupsAndrew Elwell2010-03-041-6/+6
* | Staging: wlan-ng: multiple safe style cleanupsSvenne Krap2010-03-031-4/+4
* | Staging: wlan-ng: clean up assignments in if statementsSvenne Krap2010-03-031-8/+16
* | staging: Fix misspelling of "invocation" in comment.Adam Buchbinder2010-03-031-1/+1
|/
* Staging: wlan-ng: Remove some superflous commentsMoritz Muehlenhoff2009-09-151-3/+0
* staging: wlan-ng: scripts/checkpatch.pl error fixes.Mithlesh Thukral2009-09-151-101/+101
* Staging: wlan-ng: Lindent cleanupsMithlesh Thukral2009-06-191-170/+152
* Staging: wlan-ng: Change KERN_DEBUG or pr_debug to match orig driverKarl Relton2009-06-191-11/+11
* Staging: remove unused #include <linux/version.h>'sHuang Weiyi2009-06-191-1/+0
* trivial: fix ETIMEOUT -> ETIMEDOUT typosJean Delvare2009-06-121-1/+1
* Staging: BUG to BUG_ON changesStoyan Gaydarov2009-04-031-2/+1
* Staging: wlan-ng: Replace local byteorder macrosMoritz Muehlenhoff2009-04-031-52/+52
* Staging: wlan-ng: Remove the now empty wlan_compat.hMoritz Muehlenhoff2009-04-031-2/+0
* Staging: wlan-ng: Remove more dead code from hfa384x_usb.cMoritz Muehlenhoff2009-04-031-87/+0
* Staging: wlan-ng: hfa384x_usb.c: Coding style cleanupsMoritz Muehlenhoff2009-04-031-1025/+820
* Staging: wlan-ng: Replace WLAN_LOG_DEBUG() with printk(KERN_DEBUGMoritz Muehlenhoff2009-04-031-46/+46
* Staging: wlan-ng: Remove WLAN_INCLUDE_DEBUG and some related, mostly unusedMoritz Muehlenhoff2009-04-031-8/+0
* Staging: wlan-ng: Remove dead/unused code from hfa384x.h and p80211metamsg.hMoritz Muehlenhoff2009-04-031-1/+0
* Staging: wlan-ng: Remove dead code from hfa384x_usb.cMoritz Muehlenhoff2009-04-031-35/+0
* Staging: wlan-ng: Replace WLAN_LOG_WARNING() with printk()Moritz Muehlenhoff2009-04-031-16/+16
* Staging: wlan-ng: Replace WLAN_LOG_ERROR() with printk()Moritz Muehlenhoff2009-04-031-24/+24
* Staging: wlan-ng: Remove WLAN_LOG_INFOMoritz Muehlenhoff2009-04-031-5/+5
* Staging: wlan-ng: Move URB_ASYNC_UNLINK and USB_QUEUE_BULK out of wlan_compat.hMoritz Muehlenhoff2009-04-031-0/+2
* Staging: wlan-ng: Use generic byteorder macrosMoritz Muehlenhoff2009-04-031-2/+3
* Staging: wlan-ng: Remove DBFENTER/DBFEXIT macrosMoritz Muehlenhoff2009-04-031-171/+6
* Staging: wlan-ng: hfa384x_usbin_callback: check for hardware removedRichard Kennedy2009-01-061-1/+1
* Staging: wlan-ng: hfa384x_usb.c use newest version of 384x_drvr_startRichard Kennedy2009-01-061-11/+53
* Staging: wlan-ng: Delete a large pile of now-unused code.Solomon Peachy2009-01-061-237/+6
* Staging: wlan-ng: Eliminate all backwards-compatible kernel code.Solomon Peachy2009-01-061-24/+3
* Staging: wlan-ng: Use standard kernel integer (u32/s32/etc) types.Solomon Peachy2009-01-061-106/+106
* Staging: wlan-ng: Eliminate local 'version.h'Solomon Peachy2009-01-061-3/+0
* Staging: wlan-ng: Eliminate all backwards-compatibility for <2.6.13 kernels.Solomon Peachy2009-01-061-35/+0
OpenPOWER on IntegriCloud