aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/winbond (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-06Staging: w35und: fix config build warningsGreg Kroah-Hartman1-2/+3
2009-01-06Staging: w35und: fix KconfigPavel Machek1-4/+8
2009-01-06Staging: w35und: remove rxisr.c as dead codePekka Enberg6-42/+0
2009-01-06Staging: w35und: remove dead code from wbhal.cPekka Enberg2-332/+1
2009-01-06Staging: w35und: make functions local to wb35tx.c staticPekka Enberg2-109/+95
2009-01-06Staging: w35und: make functions local to wb35rx.c staticPekka Enberg2-218/+213
2009-01-06Staging: w35und: remove dead code from mto.cPekka Enberg2-648/+2
2009-01-06Staging: w35und: make functions local to mlmetxrx.c staticPekka Enberg2-63/+1
2009-01-06Staging: w35und: make functions local to mds.c staticPekka Enberg2-412/+391
2009-01-06Staging: w35und: remove ->shutdown from struct wbsoft_privPekka Enberg6-41/+1
2009-01-06Staging: w35und: remove ->skb_array from struct wbsoft_privPekka Enberg2-19/+0
2009-01-06Staging: w35und: move packet_came() to wb35rx.cPekka Enberg2-30/+27
2009-01-06Staging: w35und: move global wbsoft_enabled to struct wbsoft_privPekka Enberg2-5/+8
2009-01-06Staging: w35und: remove unused ->ShutDowned member from struct LOCAL_PARAPekka Enberg2-7/+0
2009-01-06Staging: w35und: clean up wblinux.c a bitPekka Enberg3-175/+147
2009-01-06Staging: w35und: inline DRIVER_AUTHOR and DRIVER_DESC macrosPekka Enberg2-5/+2
2009-01-06Staging: w35und: remove global struct ieee80211_hwPekka Enberg7-61/+72
2009-01-06Staging: w35und: merge struct wb35_adapter to struct wbsoft_privPekka Enberg18-204/+183
2009-01-06Staging: w35und: clean up adapter.h a bitPekka Enberg4-23/+8
2009-01-06Staging: w35und: remove ->adapter from struct _HW_DATA_TPekka Enberg6-48/+43
2009-01-06Staging: w35und: move struct wbsoft_priv to core.h and use itPekka Enberg2-15/+28
2009-01-06Staging: w35und: move source files to one directoryPekka Enberg17-28/+30
2009-01-06Staging: w35und: remove some dead codePekka Enberg9-387/+0
2009-01-06Staging: w35und: #include cleanupPekka Enberg41-94/+208
2009-01-06Staging: w35und: remove unused link status codePekka Enberg5-18/+0
2009-01-06Staging: w35und: remove unused macros from common.hPekka Enberg1-15/+0
2009-01-06Staging: w35und: remove abs() and BIT() macrosPekka Enberg1-7/+0
2009-01-06Staging: w35und: remove memcpy/memcmp wrappersPekka Enberg2-8/+4
2009-01-06Staging: w35und: remove atomic op wrappersPekka Enberg14-67/+30
2009-01-06Staging: w35und: remove timer wrappersPekka Enberg10-343/+312
2009-01-06Staging: w35und: move supported band initialization out of wb35_probe()Pekka Enberg1-6/+8
2009-01-06Staging: w35und: plug memory leak in wbsoft_tx()Pekka Enberg1-5/+2
2009-01-06Staging: w35und: remove macro magic from MLME_GetNextPacket()Pekka Enberg1-14/+8
2009-01-06Staging: w35und: usb_put_dev() is missing from wb35_disconnect()Pekka Enberg1-3/+4
2009-01-06Staging: w35und: OS_MEMORY_ALLOC wrapper removalPekka Enberg5-17/+6
2009-01-06Staging: w35und: remove true/false boolean macrosPekka Enberg10-110/+92
2009-01-06w35und: remove dead code from wbusb_f.hPekka Enberg5-67/+27
2009-01-06Staging: w35und: remove usb_alloc_urb wrapper functionGreg Kroah-Hartman4-14/+7
2009-01-06Staging: w35und: remove usb_submit_urb wrapper functionGreg Kroah-Hartman4-5/+4
2009-01-06Staging: w35und: wb35_probe() cleanupPekka Enberg1-57/+45
2009-01-06Staging: w35und: merge wblinux struct to adapterPekka Enberg5-87/+61
2009-01-06Staging: w35und: padapter struct typedef removalPekka Enberg28-315/+315
2009-01-06Staging: w35und: wb35reg struct typedef removalPekka Enberg6-408/+407
2009-01-06Staging: w35und: reg queue struct typedef removalPekka Enberg2-112/+108
2009-01-06Staging: w35und: purb typedef removalPekka Enberg8-54/+50
2009-01-06Staging: w35und: remove the no-op pa_stall_execution macroPekka Enberg2-24/+0
2009-01-06Staging: w35und: use msleep() and udelay()Pekka Enberg8-53/+49
2009-01-06Staging: w35und: remove unused wb35_open() and wb35_close() functionsPekka Enberg1-2/+0
2009-01-06Staging: w35und: make wb35_probe() and wb35_disconnect() funtions staticPekka Enberg2-31/+2
2008-12-08staging-winbond: Kill directly reference of netdev->privWang Chen1-1/+5