summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Staging: w35und: remove ->skb_array from struct wbsoft_privPekka Enberg2009-01-062-19/+0
* Staging: w35und: move packet_came() to wb35rx.cPekka Enberg2009-01-062-30/+27
* 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/+0
* Staging: w35und: clean up wblinux.c a bitPekka Enberg2009-01-063-175/+147
* Staging: w35und: inline DRIVER_AUTHOR and DRIVER_DESC macrosPekka Enberg2009-01-062-5/+2
* 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/+183
* Staging: w35und: clean up adapter.h a bitPekka Enberg2009-01-064-23/+8
* Staging: w35und: remove ->adapter from struct _HW_DATA_TPekka Enberg2009-01-066-48/+43
* 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/+0
* Staging: w35und: #include cleanupPekka Enberg2009-01-0641-94/+208
* Staging: w35und: remove unused link status codePekka Enberg2009-01-065-18/+0
* Staging: w35und: remove unused macros from common.hPekka Enberg2009-01-061-15/+0
* Staging: w35und: remove abs() and BIT() macrosPekka Enberg2009-01-061-7/+0
* Staging: w35und: remove memcpy/memcmp wrappersPekka Enberg2009-01-062-8/+4
* Staging: w35und: remove atomic op wrappersPekka Enberg2009-01-0614-67/+30
* Staging: w35und: remove timer wrappersPekka Enberg2009-01-0610-343/+312
* 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/+2
* Staging: w35und: remove macro magic from MLME_GetNextPacket()Pekka Enberg2009-01-061-14/+8
* 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/+6
* Staging: w35und: remove true/false boolean macrosPekka Enberg2009-01-0610-110/+92
* w35und: remove dead code from wbusb_f.hPekka Enberg2009-01-065-67/+27
* Staging: w35und: remove usb_alloc_urb wrapper functionGreg Kroah-Hartman2009-01-064-14/+7
* Staging: w35und: remove usb_submit_urb wrapper functionGreg Kroah-Hartman2009-01-064-5/+4
* Staging: w35und: wb35_probe() cleanupPekka Enberg2009-01-061-57/+45
* Staging: w35und: merge wblinux struct to adapterPekka Enberg2009-01-065-87/+61
* Staging: w35und: padapter struct typedef removalPekka Enberg2009-01-0628-315/+315
* Staging: w35und: wb35reg struct typedef removalPekka Enberg2009-01-066-408/+407
* Staging: w35und: reg queue struct typedef removalPekka Enberg2009-01-062-112/+108
* Staging: w35und: purb typedef removalPekka Enberg2009-01-068-54/+50
* Staging: w35und: remove the no-op pa_stall_execution macroPekka Enberg2009-01-062-24/+0
* Staging: w35und: use msleep() and udelay()Pekka Enberg2009-01-068-53/+49
* Staging: w35und: remove unused wb35_open() and wb35_close() functionsPekka Enberg2009-01-061-2/+0
* Staging: w35und: make wb35_probe() and wb35_disconnect() funtions staticPekka Enberg2009-01-062-31/+2
* staging: correct dubious use of !x & yHarvey Harrison2009-01-062-2/+2
* Staging: go7007: fixes due v4l2_file_operations api changeGreg Kroah-Hartman2009-01-061-6/+4
* Staging: go7007: fixes due to video_usercopy api changeGreg Kroah-Hartman2009-01-061-3/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds2009-01-0521-981/+1293
|\
| * dm snapshot: extend exception store functionsJonathan Brassow2009-01-066-37/+55
| * dm snapshot: split out exception store implementationsAlasdair G Kergon2009-01-066-737/+833
| * dm snapshot: rename struct exception_storeJonathan Brassow2009-01-063-24/+25
| * dm snapshot: separate out exception store interfaceJonathan Brassow2009-01-064-120/+134
| * dm mpath: move trigger_event to system workqueueAlasdair G Kergon2009-01-061-4/+4
| * dm: add name and uuid to sysfsMilan Broz2009-01-064-2/+136
| * dm table: rework reference countingMikulas Patocka2009-01-064-20/+33