aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wlan-ng (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-30Staging: wireless drivers Kconfig changeGreg Kroah-Hartman1-1/+1
2009-09-15Staging: wlan-ng: remove dependency on WIRELESS_EXT versionAlexander Beregalov1-2/+0
2009-09-15Staging: wlan-ng: Convert firmware loading to load binary ihex formatKarl Relton1-334/+131
2009-09-15Staging: wlan-ng: Remove more superflous commentsMoritz Muehlenhoff5-37/+0
2009-09-15Staging: wlan-ng: Drop the special case handling of older wireless extensions, WIRELESS_EXT is at 22 for the current kernel.Moritz Muehlenhoff2-11/+0
2009-09-15Staging: wlan-ng: Use kzfree() to securely zero-out the WEP key when freeing itMoritz Muehlenhoff1-1/+1
2009-09-15Staging: wlan-ng: Remove some superflous commentsMoritz Muehlenhoff7-33/+0
2009-09-15staging: wlan-ng: scripts/checkpatch.pl error fixes.Mithlesh Thukral11-361/+365
2009-07-05net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2009-06-19Staging: wlan-ng: Update README file. Remove Lindent taskMithlesh Thukral1-1/+0
2009-06-19Staging: wlan-ng: Lindent cleanupsMithlesh Thukral21-1405/+1326
2009-06-19Staging: wlan-ng: p80211wext.c: problem with IW_ENCODE_ALG_WEPJulia Lawall1-2/+2
2009-06-19Staging: wlan-ng: Change KERN_DEBUG or pr_debug to match orig driverKarl Relton5-35/+35
2009-06-19Staging: wlan-ng: Move firmware loading into driverKarl Relton6-21/+1707
2009-06-19Staging: remove unused #include <linux/version.h>'sHuang Weiyi4-4/+0
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller1-1/+1
2009-06-13net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy1-4/+4
2009-06-12trivial: fix ETIMEOUT -> ETIMEDOUT typosJean Delvare1-1/+1
2009-04-17Staging: wlan-ng: convert to netdev_opsAlexander Beregalov1-5/+15
2009-04-03staging: document that the wifi staging drivers a bit betterGreg Kroah-Hartman1-1/+3
2009-04-03Staging: BUG to BUG_ON changesStoyan Gaydarov1-2/+1
2009-04-03Staging: wlan-ng: block ioctls until card fully initialisedRichard Kennedy3-1/+18
2009-04-03Staging: wlan-ng: Replace local byteorder macrosMoritz Muehlenhoff5-145/+137
2009-04-03Staging: wlan-ng: Remove the now empty wlan_compat.hMoritz Muehlenhoff14-81/+0
2009-04-03Staging: wlan-ng: Remove dead code from p80211netdev.cMoritz Muehlenhoff1-16/+0
2009-04-03Staging: wlan-ng: Remove unnecessary checks for NULL before calling kfree()Moritz Muehlenhoff2-10/+5
2009-04-03Staging: wlan-ng: Remove more dead code from hfa384x_usb.cMoritz Muehlenhoff2-94/+0
2009-04-03Staging: wlan-ng: Remove dead code from prism2mib.cMoritz Muehlenhoff2-203/+0
2009-04-03Staging: wlan-ng: prism2mgmt.c: Coding style cleanupsMoritz Muehlenhoff1-376/+387
2009-04-03Staging: wlan-ng: hfa384x_usb.c: Coding style cleanupsMoritz Muehlenhoff1-1025/+820
2009-04-03Staging: wlan-ng: p80211netdev.c: Coding style cleanupsMoritz Muehlenhoff1-167/+128
2009-04-03Staging: wlan-ng: prism2sta.c: Coding style cleanupsMoritz Muehlenhoff1-560/+562
2009-04-03Staging: wlan-ng: prism2usb.c: Coding style cleanupsMoritz Muehlenhoff1-56/+79
2009-04-03Staging: wlan-ng: prism2mib.c: Coding style cleanupsMoritz Muehlenhoff1-381/+333
2009-04-03Staging: wlan-ng: p80211mgmt.h: Coding style cleanupsMoritz Muehlenhoff1-225/+189
2009-04-03Staging: wlan-ng: p80211netdev.h: Coding style cleanupsMoritz Muehlenhoff1-93/+92
2009-04-03Staging: wlan-ng: p80211msg.h: Coding style cleanupsMoritz Muehlenhoff1-16/+6
2009-04-03Staging: wlan-ng: p80211types.h: Coding style cleanupsMoritz Muehlenhoff1-140/+105
2009-04-03Staging: wlan-ng: p80211conv.c: Coding style cleanupsMoritz Muehlenhoff1-141/+141
2009-04-03Staging: wlan-ng: p80211conv.h: Coding style cleanupsMoritz Muehlenhoff1-71/+53
2009-04-03Staging: wlan-ng: p80211hdr.h: Coding style cleanupsMoritz Muehlenhoff1-39/+30
2009-04-03Staging: wlan-ng: p80211metastruct.h: Coding style cleanupsMoritz Muehlenhoff1-220/+204
2009-04-03Staging: wlan-ng: p80211ioctl.h: Coding style cleanupsMoritz Muehlenhoff2-16/+6
2009-04-03Staging: wlan-ng: p80211meta.h: Coding style cleanupsMoritz Muehlenhoff1-28/+19
2009-04-03Staging: wlan-ng: p80211wext.c: Coding style cleanupsMoritz Muehlenhoff1-534/+576
2009-04-03Staging: wlan-ng: hfa384x.h: Coding style cleanupsMoritz Muehlenhoff1-591/+492
2009-04-03Staging: wlan-ng: prism2mgmt.h: Coding style cleanupsMoritz Muehlenhoff1-27/+16
2009-04-03Staging: wlan-ng: p80211req.c: Coding style cleanupsMoritz Muehlenhoff1-102/+97
2009-04-03Staging: wlan-ng: p80211req.h: Coding style cleanupsMoritz Muehlenhoff1-4/+1
2009-04-03Staging: wlan-ng: Replace WLAN_LOG_DEBUG() with printk(KERN_DEBUGMoritz Muehlenhoff8-159/+142