aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wlan-ng/p80211netdev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-15Staging: wlan-ng: Drop the special case handling of older wireless extensions, WIRELESS_EXT is at 22 for the current kernel.Moritz Muehlenhoff1-3/+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 Muehlenhoff1-3/+0
2009-09-15staging: wlan-ng: scripts/checkpatch.pl error fixes.Mithlesh Thukral1-27/+27
2009-07-05net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2009-06-19Staging: wlan-ng: Lindent cleanupsMithlesh Thukral1-42/+42
2009-06-19Staging: wlan-ng: Move firmware loading into driverKarl Relton1-14/+0
2009-06-19Staging: remove unused #include <linux/version.h>'sHuang Weiyi1-1/+0
2009-06-13net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy1-4/+4
2009-04-17Staging: wlan-ng: convert to netdev_opsAlexander Beregalov1-5/+15
2009-04-03Staging: wlan-ng: block ioctls until card fully initialisedRichard Kennedy1-0/+14
2009-04-03Staging: wlan-ng: Remove the now empty wlan_compat.hMoritz Muehlenhoff1-1/+0
2009-04-03Staging: wlan-ng: Remove dead code from p80211netdev.cMoritz Muehlenhoff1-16/+0
2009-04-03Staging: wlan-ng: p80211netdev.c: Coding style cleanupsMoritz Muehlenhoff1-167/+128
2009-04-03Staging: wlan-ng: Replace WLAN_LOG_DEBUG() with printk(KERN_DEBUGMoritz Muehlenhoff1-14/+14
2009-04-03Staging: wlan-ng: Remove WLAN_INCLUDE_DEBUG and some related, mostly unusedMoritz Muehlenhoff1-6/+0
2009-04-03Staging: wlan-ng: Replace WLAN_LOG_WARNING() with printk()Moritz Muehlenhoff1-1/+1
2009-04-03Staging: wlan-ng: Replace WLAN_LOG_ERROR() with printk()Moritz Muehlenhoff1-3/+3
2009-04-03Staging: wlan-ng: Replace WLAN_LOG_NOTICE with printk()Moritz Muehlenhoff1-1/+1
2009-04-03Staging: wlan-ng: Use generic byteorder macrosMoritz Muehlenhoff1-1/+2
2009-04-03Staging: wlan-ng: Remove DBFENTER/DBFEXIT macrosMoritz Muehlenhoff1-49/+0
2009-04-03Staging: wlan-ng: Remove use of WLAN_ADDR_LENMoritz Muehlenhoff1-3/+4
2009-01-06Staging: wlan-ng: fix compiler warningsGreg Kroah-Hartman1-1/+0
2009-01-06Staging: wlan-ng: p80211netdev.c fix netdev alloc to prevent oops on device startRichard Kennedy1-12/+4
2009-01-06Staging: wlan-ng: Consolidate wlan-ng into a single module.Solomon Peachy1-44/+13
2009-01-06Staging: wlan-ng: Delete a large pile of now-unused code.Solomon Peachy1-21/+6
2009-01-06Staging: wlan-ng: Wireless Extension support is mandatory.Solomon Peachy1-2/+0
2009-01-06Staging: wlan-ng: Use standard kernel integer (u32/s32/etc) types.Solomon Peachy1-9/+9
2009-01-06Staging: wlan-ng: Eliminate usage of procfs.Solomon Peachy1-126/+0
2009-01-06Staging: wlan-ng: Eliminate local 'version.h'Solomon Peachy1-3/+2
2009-01-06Staging: wlan-ng: Eliminate all backwards-compatibility for <2.6.13 kernels.Solomon Peachy1-15/+1
2009-01-06Staging: wlan-ng: Eliminate more <2.6 kernel support.Solomon Peachy1-95/+0
2008-12-06staging-p80211: Kill directly reference of netdev->privWang Chen1-10/+10
2008-10-10Staging: add wlan-ng prism2 usb driverGreg Kroah-Hartman1-0/+1502