aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wlan-ng/p80211netdev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-26staging "wlan-ng" Fix typos.Justin P. Mattock1-1/+1
2012-09-13staging:wlan-ng: make wlan_unsetup voidDevendra Naga1-5/+1
2012-09-10staging:wlan-ng: clean some more functionsDevendra Naga1-4/+1
2012-09-10staging:wlan-ng: clean register_wlandev functionDevendra Naga1-7/+1
2012-02-24staging: wlan-ng: p80211netdev.c: fixed checkpatch errorSebastiaan de Haan1-1/+1
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2010-11-16Staging: Merge 2.6.37-rc2 into staging-nextGreg Kroah-Hartman1-1/+1
2010-11-09Staging: wlan-ng: Fix wrong #ifdef #endif sequenceMaximiliano David Bustos1-1/+1
2010-11-09Staging: wlan-ng: fixed coding style issues in p80211netdev.cJohan Meiring1-2/+4
2010-08-02Staging: wlan-ng: fix checkpatch issues in headers.Edgardo Hames1-4/+5
2010-08-02Staging: wlan-ng: remove typedef in p80211ioctl.hEdgardo Hames1-1/+1
2010-08-02Staging: wlan-ng: fix style issues in p80211conv.hEdgardo Hames1-2/+2
2010-08-02Staging: wlan-ng: fix style issues for p80211hdr.hEdgardo Hames1-6/+6
2010-07-22Staging: wlan-ng: fix style in p80211netdev.cEdgardo Hames1-1/+2
2010-06-18Staging: wlan-ng: Switch from wext to cfg80211Karl Relton1-17/+32
2010-03-03Staging: wlan-ng: multiple safe style cleanupsSvenne Krap1-3/+4
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