aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wlan-ng (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-06Staging: wlan-ng: skb_p80211_to_ether() - payload_length is unsigned, check before subtractionRoel Kluin1-2/+2
2009-01-06Staging: wlan-ng: fix compiler warningsGreg Kroah-Hartman2-2/+0
2009-01-06Staging: wlan-ng: p80211wext.c: use ARRAY_SIZEJulia Lawall1-2/+2
2009-01-06Staging: wlan-ng: remove unused #include <version.h>Huang Weiyi4-4/+0
2009-01-06Staging: wlan-ng: p80211conv.c copy code from wlan-ng-devel branch to not drop packetsRichard Kennedy1-1/+48
2009-01-06Staging: wlan-ng: hfa384x_usbin_callback: check for hardware removedRichard Kennedy1-1/+1
2009-01-06Staging: wlan-ng: p80211wext don't set default key id twiceRichard Kennedy1-7/+0
2009-01-06Staging: wlan-ng: p80211wext.c add latest changes & remove extra nulls from wext_handlersRichard Kennedy1-13/+26
2009-01-06Staging: wlan-ng: hfa384x_usb.c use newest version of 384x_drvr_startRichard Kennedy1-11/+53
2009-01-06Staging: wlan-ng: prism2_usb.c always enable the card in probe_usbRichard Kennedy1-5/+9
2009-01-06Staging: wlan-ng: p80211netdev.c fix netdev alloc to prevent oops on device startRichard Kennedy1-12/+4
2009-01-06Staging: wlan-ng: Purge all MIBs not used internally.Solomon Peachy4-1979/+11
2009-01-06Staging: wlan-ng: Consolidate wlan-ng into a single module.Solomon Peachy6-247/+15
2009-01-06Staging: wlan-ng: Delete a pile of unused mibs. And fix WEXT SET_TXPOWER.Solomon Peachy3-491/+9
2009-01-06Staging: wlan-ng: Delete a large pile of now-unused code.Solomon Peachy12-2097/+13
2009-01-06Staging: wlan-ng: use WIRELESS_EXT, not CONFIG_WIRELESS_EXTSolomon Peachy1-1/+1
2009-01-06Staging: wlan-ng: Wireless Extension support is mandatory.Solomon Peachy4-15/+1
2009-01-06Staging: wlan-ng: Eliminate all backwards-compatible kernel code.Solomon Peachy4-130/+3
2009-01-06Staging: wlan-ng: Use standard kernel integer (u32/s32/etc) types.Solomon Peachy24-1953/+1926
2009-01-06Staging: wlan-ng: Eliminate usage of procfs.Solomon Peachy3-203/+0
2009-01-06Staging: wlan-ng: Eliminate local 'version.h'Solomon Peachy12-77/+6
2009-01-06Staging: wlan-ng: Eliminate one more rx mtu test.Solomon Peachy1-10/+0
2009-01-06Staging: wlan-ng: Get rid of the MTU tests in the rx conversion path.Solomon Peachy1-29/+0
2009-01-06Staging: wlan-ng: Remove AP-only code from MLME functions.Solomon Peachy6-1131/+164
2009-01-06Staging: wlan-ng: Eliminate a boatload of tertiaryAP-only code.Solomon Peachy6-1270/+102
2009-01-06Staging: wlan-ng: Eliminate all backwards-compatibility for <2.6.13 kernels.Solomon Peachy6-295/+5
2009-01-06Staging: wlan-ng: Eliminate more <2.6 kernel support.Solomon Peachy6-232/+1
2009-01-06Staging: wlan-ng: Make wlan-ng use WEXT mode by default.Solomon Peachy1-1/+1
2009-01-06Staging: wlan-ng: Delete PCI/PLX/PCMCIA-specific code.Solomon Peachy9-1028/+9
2009-01-06Staging: wlan-ng: Update Help text to mention prism3 devices.Solomon Peachy1-2/+2
2009-01-06Staging: wlan-ng: Remove PCI/PLX/PCMCIA files.Solomon Peachy5-6310/+0
2009-01-06staging: correct dubious use of !x & yHarvey Harrison1-1/+1
2008-12-06staging-p80211: Kill directly reference of netdev->privWang Chen2-39/+39
2008-10-22Staging: remove remaining uses of __FUNCTION__Harvey Harrison1-4/+4
2008-10-22Staging: wlan-ng: fix build error if wireless networking is not enabledGreg Kroah-Hartman1-1/+1
2008-10-22staging: wlan-ng: prism2: remove more duplicated #includeHuang Weiyi1-1/+0
2008-10-22Staging: wlan-ng: prism2: remove duplicated #includeHuang Weiyi1-2/+0
2008-10-22staging: balance parenthesis in wlan-ng headersMariusz Kozlowski1-1/+1
2008-10-10Staging: add wlan-ng prism2 usb driverGreg Kroah-Hartman35-0/+36057