summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wlan-ng
Commit message (Expand)AuthorAgeFilesLines
* Staging: wlan-ng: Update README file. Remove Lindent taskMithlesh Thukral2009-06-191-1/+0Star
* Staging: wlan-ng: Lindent cleanupsMithlesh Thukral2009-06-1921-1405/+1326Star
* Staging: wlan-ng: p80211wext.c: problem with IW_ENCODE_ALG_WEPJulia Lawall2009-06-191-2/+2
* Staging: wlan-ng: Change KERN_DEBUG or pr_debug to match orig driverKarl Relton2009-06-195-35/+35
* Staging: wlan-ng: Move firmware loading into driverKarl Relton2009-06-196-21/+1707
* Staging: remove unused #include <linux/version.h>'sHuang Weiyi2009-06-194-4/+0Star
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2009-06-151-1/+1
|\
| * trivial: fix ETIMEOUT -> ETIMEDOUT typosJean Delvare2009-06-121-1/+1
* | net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy2009-06-131-4/+4
|/
* Staging: wlan-ng: convert to netdev_opsAlexander Beregalov2009-04-171-5/+15
* staging: document that the wifi staging drivers a bit betterGreg Kroah-Hartman2009-04-031-1/+3
* Staging: BUG to BUG_ON changesStoyan Gaydarov2009-04-031-2/+1Star
* Staging: wlan-ng: block ioctls until card fully initialisedRichard Kennedy2009-04-033-1/+18
* Staging: wlan-ng: Replace local byteorder macrosMoritz Muehlenhoff2009-04-035-145/+137Star
* Staging: wlan-ng: Remove the now empty wlan_compat.hMoritz Muehlenhoff2009-04-0314-81/+0Star
* Staging: wlan-ng: Remove dead code from p80211netdev.cMoritz Muehlenhoff2009-04-031-16/+0Star
* Staging: wlan-ng: Remove unnecessary checks for NULL before calling kfree()Moritz Muehlenhoff2009-04-032-10/+5Star
* Staging: wlan-ng: Remove more dead code from hfa384x_usb.cMoritz Muehlenhoff2009-04-032-94/+0Star
* Staging: wlan-ng: Remove dead code from prism2mib.cMoritz Muehlenhoff2009-04-032-203/+0Star
* Staging: wlan-ng: prism2mgmt.c: Coding style cleanupsMoritz Muehlenhoff2009-04-031-376/+387
* Staging: wlan-ng: hfa384x_usb.c: Coding style cleanupsMoritz Muehlenhoff2009-04-031-1025/+820Star
* Staging: wlan-ng: p80211netdev.c: Coding style cleanupsMoritz Muehlenhoff2009-04-031-167/+128Star
* 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/+333Star
* Staging: wlan-ng: p80211mgmt.h: Coding style cleanupsMoritz Muehlenhoff2009-04-031-225/+189Star
* Staging: wlan-ng: p80211netdev.h: Coding style cleanupsMoritz Muehlenhoff2009-04-031-93/+92Star
* Staging: wlan-ng: p80211msg.h: Coding style cleanupsMoritz Muehlenhoff2009-04-031-16/+6Star
* Staging: wlan-ng: p80211types.h: Coding style cleanupsMoritz Muehlenhoff2009-04-031-140/+105Star
* 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/+53Star
* Staging: wlan-ng: p80211hdr.h: Coding style cleanupsMoritz Muehlenhoff2009-04-031-39/+30Star
* Staging: wlan-ng: p80211metastruct.h: Coding style cleanupsMoritz Muehlenhoff2009-04-031-220/+204Star
* Staging: wlan-ng: p80211ioctl.h: Coding style cleanupsMoritz Muehlenhoff2009-04-032-16/+6Star
* Staging: wlan-ng: p80211meta.h: Coding style cleanupsMoritz Muehlenhoff2009-04-031-28/+19Star
* 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/+492Star
* Staging: wlan-ng: prism2mgmt.h: Coding style cleanupsMoritz Muehlenhoff2009-04-031-27/+16Star
* Staging: wlan-ng: p80211req.c: Coding style cleanupsMoritz Muehlenhoff2009-04-031-102/+97Star
* Staging: wlan-ng: p80211req.h: Coding style cleanupsMoritz Muehlenhoff2009-04-031-4/+1Star
* Staging: wlan-ng: Replace WLAN_LOG_DEBUG() with printk(KERN_DEBUGMoritz Muehlenhoff2009-04-038-159/+142Star
* Staging: wlan-ng: Move wlan_mkprintstr() and wlan_hexchar() macros into prism...Moritz Muehlenhoff2009-04-032-32/+22Star
* 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/+5Star
* Staging: wlan-ng: Remove more dead/unused code from hfa384x.hMoritz Muehlenhoff2009-04-031-1166/+2Star
* Staging: wlan-ng: Remove dead/unused code from hfa384x.h and p80211metamsg.hMoritz Muehlenhoff2009-04-033-337/+1Star
* Staging: wlan-ng: Remove dead/unused code from p80211ioctl.hMoritz Muehlenhoff2009-04-031-21/+0Star
* Staging: wlan-ng: Remove dead/unused code from p80211metadef.hMoritz Muehlenhoff2009-04-031-543/+0Star
* Staging: wlan-ng: Remove unused header file p80211metamib.hMoritz Muehlenhoff2009-04-031-77/+0Star
* Staging: wlan-ng: Remove dead code from hfa384x_usb.cMoritz Muehlenhoff2009-04-032-37/+0Star