summaryrefslogtreecommitdiffstats
path: root/drivers/staging/winbond
Commit message (Expand)AuthorAgeFilesLines
* 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
* Staging: w35und: wb35_probe() cleanupPekka Enberg2009-01-061-57/+45Star
* Staging: w35und: merge wblinux struct to adapterPekka Enberg2009-01-065-87/+61Star
* Staging: w35und: padapter struct typedef removalPekka Enberg2009-01-0628-315/+315
* Staging: w35und: wb35reg struct typedef removalPekka Enberg2009-01-066-408/+407Star
* Staging: w35und: reg queue struct typedef removalPekka Enberg2009-01-062-112/+108Star
* Staging: w35und: purb typedef removalPekka Enberg2009-01-068-54/+50Star
* Staging: w35und: remove the no-op pa_stall_execution macroPekka Enberg2009-01-062-24/+0Star
* Staging: w35und: use msleep() and udelay()Pekka Enberg2009-01-068-53/+49Star
* Staging: w35und: remove unused wb35_open() and wb35_close() functionsPekka Enberg2009-01-061-2/+0Star
* Staging: w35und: make wb35_probe() and wb35_disconnect() funtions staticPekka Enberg2009-01-062-31/+2Star
* staging-winbond: Kill directly reference of netdev->privWang Chen2008-12-081-1/+5