summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Staging: wlan-ng: Eliminate local 'version.h'Solomon Peachy2009-01-0612-77/+6Star
* Staging: wlan-ng: Eliminate one more rx mtu test.Solomon Peachy2009-01-061-10/+0Star
* Staging: wlan-ng: Get rid of the MTU tests in the rx conversion path.Solomon Peachy2009-01-061-29/+0Star
* Staging: wlan-ng: Remove AP-only code from MLME functions.Solomon Peachy2009-01-066-1131/+164Star
* Staging: wlan-ng: Eliminate a boatload of tertiaryAP-only code.Solomon Peachy2009-01-066-1270/+102Star
* Staging: wlan-ng: Eliminate all backwards-compatibility for <2.6.13 kernels.Solomon Peachy2009-01-066-295/+5Star
* Staging: wlan-ng: Eliminate more <2.6 kernel support.Solomon Peachy2009-01-066-232/+1Star
* Staging: wlan-ng: Make wlan-ng use WEXT mode by default.Solomon Peachy2009-01-061-1/+1
* Staging: wlan-ng: Delete PCI/PLX/PCMCIA-specific code.Solomon Peachy2009-01-069-1028/+9Star
* Staging: wlan-ng: Update Help text to mention prism3 devices.Solomon Peachy2009-01-061-2/+2
* Staging: wlan-ng: Remove PCI/PLX/PCMCIA files.Solomon Peachy2009-01-065-6310/+0Star
* Staging: w35und: fix config build warningsGreg Kroah-Hartman2009-01-061-2/+3
* Staging: w35und: fix KconfigPavel Machek2009-01-061-4/+8
* Staging: w35und: remove rxisr.c as dead codePekka Enberg2009-01-066-42/+0Star
* Staging: w35und: remove dead code from wbhal.cPekka Enberg2009-01-062-332/+1Star
* Staging: w35und: make functions local to wb35tx.c staticPekka Enberg2009-01-062-109/+95Star
* Staging: w35und: make functions local to wb35rx.c staticPekka Enberg2009-01-062-218/+213Star
* Staging: w35und: remove dead code from mto.cPekka Enberg2009-01-062-648/+2Star
* Staging: w35und: make functions local to mlmetxrx.c staticPekka Enberg2009-01-062-63/+1Star
* Staging: w35und: make functions local to mds.c staticPekka Enberg2009-01-062-412/+391Star
* Staging: w35und: remove ->shutdown from struct wbsoft_privPekka Enberg2009-01-066-41/+1Star
* Staging: w35und: remove ->skb_array from struct wbsoft_privPekka Enberg2009-01-062-19/+0Star
* Staging: w35und: move packet_came() to wb35rx.cPekka Enberg2009-01-062-30/+27Star
* Staging: w35und: move global wbsoft_enabled to struct wbsoft_privPekka Enberg2009-01-062-5/+8
* Staging: w35und: remove unused ->ShutDowned member from struct LOCAL_PARAPekka Enberg2009-01-062-7/+0Star
* Staging: w35und: clean up wblinux.c a bitPekka Enberg2009-01-063-175/+147Star
* Staging: w35und: inline DRIVER_AUTHOR and DRIVER_DESC macrosPekka Enberg2009-01-062-5/+2Star
* Staging: w35und: remove global struct ieee80211_hwPekka Enberg2009-01-067-61/+72
* Staging: w35und: merge struct wb35_adapter to struct wbsoft_privPekka Enberg2009-01-0618-204/+183Star
* Staging: w35und: clean up adapter.h a bitPekka Enberg2009-01-064-23/+8Star
* Staging: w35und: remove ->adapter from struct _HW_DATA_TPekka Enberg2009-01-066-48/+43Star
* Staging: w35und: move struct wbsoft_priv to core.h and use itPekka Enberg2009-01-062-15/+28
* Staging: w35und: move source files to one directoryPekka Enberg2009-01-0617-28/+30
* Staging: w35und: remove some dead codePekka Enberg2009-01-069-387/+0Star
* Staging: w35und: #include cleanupPekka Enberg2009-01-0641-94/+208
* Staging: w35und: remove unused link status codePekka Enberg2009-01-065-18/+0Star
* Staging: w35und: remove unused macros from common.hPekka Enberg2009-01-061-15/+0Star
* Staging: w35und: remove abs() and BIT() macrosPekka Enberg2009-01-061-7/+0Star
* Staging: w35und: remove memcpy/memcmp wrappersPekka Enberg2009-01-062-8/+4Star
* Staging: w35und: remove atomic op wrappersPekka Enberg2009-01-0614-67/+30Star
* Staging: w35und: remove timer wrappersPekka Enberg2009-01-0610-343/+312Star
* Staging: w35und: move supported band initialization out of wb35_probe()Pekka Enberg2009-01-061-6/+8
* Staging: w35und: plug memory leak in wbsoft_tx()Pekka Enberg2009-01-061-5/+2Star
* Staging: w35und: remove macro magic from MLME_GetNextPacket()Pekka Enberg2009-01-061-14/+8Star
* Staging: w35und: usb_put_dev() is missing from wb35_disconnect()Pekka Enberg2009-01-061-3/+4
* Staging: w35und: OS_MEMORY_ALLOC wrapper removalPekka Enberg2009-01-065-17/+6Star
* Staging: w35und: remove true/false boolean macrosPekka Enberg2009-01-0610-110/+92Star
* w35und: remove dead code from wbusb_f.hPekka Enberg2009-01-065-67/+27Star
* Staging: w35und: remove usb_alloc_urb wrapper functionGreg Kroah-Hartman2009-01-064-14/+7Star
* Staging: w35und: remove usb_submit_urb wrapper functionGreg Kroah-Hartman2009-01-064-5/+4Star