aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/winbond (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-05-08Staging: w35und: unregister device from the ieee80211 stack upon ->disconnect()Pekka Enberg1-2/+7
2009-04-03Staging: w35und: remove gl_80211.h headerPekka Enberg4-128/+6
2009-04-03Staging: w35und: remove ds_tkip.h headerPekka Enberg2-45/+1
2009-04-03Staging: w35und: remove unused bssdscpt.h headerPekka Enberg4-185/+1
2009-04-03Staging: w35und: Remove MTO_FUNC_INPUT macro obfuscationPekka Enberg2-12/+10
2009-04-03Staging: w35und: remove hw_data_t typedefPekka Enberg15-197/+196
2009-04-03Staging: w35und: typedef removalPekka Enberg9-120/+32
2009-04-03Staging: w35und: kill WBDEBUG and remove common.h header filePekka Enberg10-57/+31
2009-04-03Staging: w35und: remove useless macro from common.hPekka Enberg3-5/+0
2009-04-03Staging: w35und: convert code to use ETH_ALENPekka Enberg5-9/+7
2009-04-03Staging: w35und: unify mto.h and mto_f.h header filesPekka Enberg5-16/+12
2009-04-03Staging: w35und: remove crazy commented out includesPekka Enberg1-3/+0
2009-04-03Staging: w35und: remove unnecessary os_common.h header filePekka Enberg7-8/+6
2009-04-03Staging: w35und: remove unused header filesPekka Enberg5-1091/+0
2009-02-27Staging: w35und: fix usb_control_msg() error handling in wb35_probe()Pekka Enberg1-6/+10
2009-02-27Staging: w35und: fix registration with wlan stackPavel Machek1-1/+3
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