aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wlan-ng/p80211netdev.c
Commit message (Expand)AuthorAgeFilesLines
* Staging: Merge 2.6.37-rc2 into staging-nextGreg Kroah-Hartman2010-11-161-1/+1
|\
| * Staging: wlan-ng: Fix wrong #ifdef #endif sequenceMaximiliano David Bustos2010-11-091-1/+1
* | Staging: wlan-ng: fixed coding style issues in p80211netdev.cJohan Meiring2010-11-091-2/+4
|/
* Staging: wlan-ng: fix checkpatch issues in headers.Edgardo Hames2010-08-021-4/+5
* Staging: wlan-ng: remove typedef in p80211ioctl.hEdgardo Hames2010-08-021-1/+1
* Staging: wlan-ng: fix style issues in p80211conv.hEdgardo Hames2010-08-021-2/+2
* Staging: wlan-ng: fix style issues for p80211hdr.hEdgardo Hames2010-08-021-6/+6
* Staging: wlan-ng: fix style in p80211netdev.cEdgardo Hames2010-07-221-1/+2
* Staging: wlan-ng: Switch from wext to cfg80211Karl Relton2010-06-181-17/+32
* Staging: wlan-ng: multiple safe style cleanupsSvenne Krap2010-03-031-3/+4
* Staging: wlan-ng: Drop the special case handling of older wireless extensions...Moritz Muehlenhoff2009-09-151-3/+0
* Staging: wlan-ng: Use kzfree() to securely zero-out the WEP key when freeing itMoritz Muehlenhoff2009-09-151-1/+1
* Staging: wlan-ng: Remove some superflous commentsMoritz Muehlenhoff2009-09-151-3/+0
* staging: wlan-ng: scripts/checkpatch.pl error fixes.Mithlesh Thukral2009-09-151-27/+27
* net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy2009-07-051-1/+1
* Staging: wlan-ng: Lindent cleanupsMithlesh Thukral2009-06-191-42/+42
* Staging: wlan-ng: Move firmware loading into driverKarl Relton2009-06-191-14/+0
* Staging: remove unused #include <linux/version.h>'sHuang Weiyi2009-06-191-1/+0
* 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: wlan-ng: block ioctls until card fully initialisedRichard Kennedy2009-04-031-0/+14
* Staging: wlan-ng: Remove the now empty wlan_compat.hMoritz Muehlenhoff2009-04-031-1/+0
* Staging: wlan-ng: Remove dead code from p80211netdev.cMoritz Muehlenhoff2009-04-031-16/+0
* Staging: wlan-ng: p80211netdev.c: Coding style cleanupsMoritz Muehlenhoff2009-04-031-167/+128
* Staging: wlan-ng: Replace WLAN_LOG_DEBUG() with printk(KERN_DEBUGMoritz Muehlenhoff2009-04-031-14/+14
* Staging: wlan-ng: Remove WLAN_INCLUDE_DEBUG and some related, mostly unusedMoritz Muehlenhoff2009-04-031-6/+0
* Staging: wlan-ng: Replace WLAN_LOG_WARNING() with printk()Moritz Muehlenhoff2009-04-031-1/+1
* Staging: wlan-ng: Replace WLAN_LOG_ERROR() with printk()Moritz Muehlenhoff2009-04-031-3/+3
* Staging: wlan-ng: Replace WLAN_LOG_NOTICE with printk()Moritz Muehlenhoff2009-04-031-1/+1
* Staging: wlan-ng: Use generic byteorder macrosMoritz Muehlenhoff2009-04-031-1/+2
* Staging: wlan-ng: Remove DBFENTER/DBFEXIT macrosMoritz Muehlenhoff2009-04-031-49/+0
* Staging: wlan-ng: Remove use of WLAN_ADDR_LENMoritz Muehlenhoff2009-04-031-3/+4
* Staging: wlan-ng: fix compiler warningsGreg Kroah-Hartman2009-01-061-1/+0
* Staging: wlan-ng: p80211netdev.c fix netdev alloc to prevent oops on device s...Richard Kennedy2009-01-061-12/+4
* Staging: wlan-ng: Consolidate wlan-ng into a single module.Solomon Peachy2009-01-061-44/+13
* Staging: wlan-ng: Delete a large pile of now-unused code.Solomon Peachy2009-01-061-21/+6
* Staging: wlan-ng: Wireless Extension support is mandatory.Solomon Peachy2009-01-061-2/+0
* Staging: wlan-ng: Use standard kernel integer (u32/s32/etc) types.Solomon Peachy2009-01-061-9/+9
* Staging: wlan-ng: Eliminate usage of procfs.Solomon Peachy2009-01-061-126/+0
* Staging: wlan-ng: Eliminate local 'version.h'Solomon Peachy2009-01-061-3/+2
* Staging: wlan-ng: Eliminate all backwards-compatibility for <2.6.13 kernels.Solomon Peachy2009-01-061-15/+1
* Staging: wlan-ng: Eliminate more <2.6 kernel support.Solomon Peachy2009-01-061-95/+0
* staging-p80211: Kill directly reference of netdev->privWang Chen2008-12-061-10/+10
* Staging: add wlan-ng prism2 usb driverGreg Kroah-Hartman2008-10-101-0/+1502