summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Staging: wlan-ng: prism2sta.c: Coding style cleanupsMoritz Muehlenhoff2009-04-031-560/+562
* Staging: wlan-ng: prism2usb.c: Coding style cleanupsMoritz Muehlenhoff2009-04-031-56/+79
* Staging: wlan-ng: prism2mib.c: Coding style cleanupsMoritz Muehlenhoff2009-04-031-381/+333
* Staging: wlan-ng: p80211mgmt.h: Coding style cleanupsMoritz Muehlenhoff2009-04-031-225/+189
* Staging: wlan-ng: p80211netdev.h: Coding style cleanupsMoritz Muehlenhoff2009-04-031-93/+92
* Staging: wlan-ng: p80211msg.h: Coding style cleanupsMoritz Muehlenhoff2009-04-031-16/+6
* Staging: wlan-ng: p80211types.h: Coding style cleanupsMoritz Muehlenhoff2009-04-031-140/+105
* Staging: wlan-ng: p80211conv.c: Coding style cleanupsMoritz Muehlenhoff2009-04-031-141/+141
* Staging: wlan-ng: p80211conv.h: Coding style cleanupsMoritz Muehlenhoff2009-04-031-71/+53
* Staging: wlan-ng: p80211hdr.h: Coding style cleanupsMoritz Muehlenhoff2009-04-031-39/+30
* Staging: wlan-ng: p80211metastruct.h: Coding style cleanupsMoritz Muehlenhoff2009-04-031-220/+204
* Staging: wlan-ng: p80211ioctl.h: Coding style cleanupsMoritz Muehlenhoff2009-04-032-16/+6
* Staging: wlan-ng: p80211meta.h: Coding style cleanupsMoritz Muehlenhoff2009-04-031-28/+19
* Staging: wlan-ng: p80211wext.c: Coding style cleanupsMoritz Muehlenhoff2009-04-031-534/+576
* Staging: wlan-ng: hfa384x.h: Coding style cleanupsMoritz Muehlenhoff2009-04-031-591/+492
* Staging: wlan-ng: prism2mgmt.h: Coding style cleanupsMoritz Muehlenhoff2009-04-031-27/+16
* Staging: wlan-ng: p80211req.c: Coding style cleanupsMoritz Muehlenhoff2009-04-031-102/+97
* Staging: wlan-ng: p80211req.h: Coding style cleanupsMoritz Muehlenhoff2009-04-031-4/+1
* Staging: wlan-ng: Replace WLAN_LOG_DEBUG() with printk(KERN_DEBUGMoritz Muehlenhoff2009-04-038-159/+142
* Staging: wlan-ng: Move wlan_mkprintstr() and wlan_hexchar() macros into prism...Moritz Muehlenhoff2009-04-032-32/+22
* Staging: wlan-ng: Move netdevice_t typedef into p80211netdev.hMoritz Muehlenhoff2009-04-032-3/+4
* Staging: wlan-ng: Remove WLAN_INCLUDE_DEBUG and some related, mostly unusedMoritz Muehlenhoff2009-04-037-48/+5
* Staging: wlan-ng: Remove more dead/unused code from hfa384x.hMoritz Muehlenhoff2009-04-031-1166/+2
* Staging: wlan-ng: Remove dead/unused code from hfa384x.h and p80211metamsg.hMoritz Muehlenhoff2009-04-033-337/+1
* Staging: wlan-ng: Remove dead/unused code from p80211ioctl.hMoritz Muehlenhoff2009-04-031-21/+0
* Staging: wlan-ng: Remove dead/unused code from p80211metadef.hMoritz Muehlenhoff2009-04-031-543/+0
* Staging: wlan-ng: Remove unused header file p80211metamib.hMoritz Muehlenhoff2009-04-031-77/+0
* Staging: wlan-ng: Remove dead code from hfa384x_usb.cMoritz Muehlenhoff2009-04-032-37/+0
* Staging: wlan-ng: Remove dead code from prism2mgmt.cMoritz Muehlenhoff2009-04-031-18/+0
* Staging: wlan-ng: Remove dead/unused code from prism2sta.cMoritz Muehlenhoff2009-04-032-87/+0
* Staging: wlan-ng: Remove more dead/unused code from p80211types.hMoritz Muehlenhoff2009-04-031-103/+0
* Staging: wlan-ng: Replace SSWAP() with the generic swap(). Also remove aMoritz Muehlenhoff2009-04-031-15/+7
* Staging: wlan-ng: Remove dead/unused code from p80211req.cMoritz Muehlenhoff2009-04-031-18/+0
* Staging: wlan-ng: Remove dead/unused code from p80211conv.hMoritz Muehlenhoff2009-04-031-4/+0
* Staging: wlan-ng: Remove dead/unused code from p80211conv.cMoritz Muehlenhoff2009-04-031-19/+0
* Staging: wlan-ng: Remove dead/unused code from p80211netdev.hMoritz Muehlenhoff2009-04-031-10/+0
* Staging: wlan-ng: Remove dead/unused code from p80211msg.hMoritz Muehlenhoff2009-04-031-17/+0
* Staging: wlan-ng: Remove dead/unused code from hfa384x.hMoritz Muehlenhoff2009-04-031-72/+0
* Staging: wlan-ng: Remove dead/unused code from p80211meta.hMoritz Muehlenhoff2009-04-031-50/+5
* Staging: wlan-ng: Remove dead/unused code from p80211hdr.hMoritz Muehlenhoff2009-04-031-54/+1
* Staging: wlan-ng: Remove dead/unused code from p80211types.hMoritz Muehlenhoff2009-04-031-150/+0
* Staging: wlan-ng: Replace wlan_isprint() with generic isprint()Moritz Muehlenhoff2009-04-031-3/+2
* Staging: wlan-ng: Replace WLAN_LOG_WARNING() with printk()Moritz Muehlenhoff2009-04-037-31/+29
* Staging: wlan-ng: Replace WLAN_LOG_ERROR() with printk()Moritz Muehlenhoff2009-04-0310-98/+96
* Staging: wlan-ng: Replace WLAN_LOG_NOTICE with printk()Moritz Muehlenhoff2009-04-032-3/+1
* Staging: wlan-ng: Remove wlan_max()/wlan_min()Moritz Muehlenhoff2009-04-032-4/+1
* Staging: wlan-ng: Remove WLAN_LOG_INFOMoritz Muehlenhoff2009-04-035-32/+30
* Staging: wlan-ng: Move URB_ASYNC_UNLINK and USB_QUEUE_BULK out of wlan_compat.hMoritz Muehlenhoff2009-04-032-3/+2
* Staging: wlan-ng: Replace BITx with the generic BIT(x)Moritz Muehlenhoff2009-04-0310-172/+138
* Staging: wlan-ng: Use generic byteorder macrosMoritz Muehlenhoff2009-04-035-19/+14
OpenPOWER on IntegriCloud