aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wlan-ng (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-04Staging: Merge two branches of coding style fixes togetherGreg Kroah-Hartman9-92/+112
2010-03-04Staging: wlan-ng: More checkpatch.pl error cleanupsAndrew Elwell4-25/+28
2010-03-04Staging: wlan-ng - checkpatch.pl fixupsAndrew Elwell15-194/+183
2010-03-04Staging: wlan-ng: fix most of the style issues in hfa384x.hAlessandro Ghedini1-75/+107
2010-03-03Staging: wlan-ng: Fixed line length issues in prism2usb.cJim Dog1-3/+3
2010-03-03Staging: fix wlan-ng printk format warningRandy Dunlap1-1/+1
2010-03-03Staging: wlan-ng: multiple safe style cleanupsSvenne Krap17-216/+217
2010-03-03Staging: wlan-ng: clean up assignments in if statementsSvenne Krap1-8/+16
2010-03-03Staging: wlan-ng: minor cleanupsRichard Kennedy1-4/+0
2010-03-03staging: declare MODULE_FIRMWARE in various driversBen Hutchings1-0/+1
2010-03-03Staging: wlan-ng: Add select WEXT_PRIV to Kconfig to prevent build failurePeter Huewe1-0/+1
2010-03-03Staging: wlan-ng: initialise mibitemSimon Horman1-0/+15
2010-03-03Staging: prism2-usb: Build should select WIRELESS_EXTSimon Horman1-1/+2
2010-03-03staging: Fix misspelling of "invocation" in comment.Adam Buchbinder1-1/+1
2009-12-23Staging: wlan-ng: fix Correct size given to memsetJulia Lawall1-1/+1
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