summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2009-04-03Staging: wlan-ng: Replace WLAN_LOG_ERROR() with printk()Moritz Muehlenhoff10-98/+96
2009-04-03Staging: wlan-ng: Replace WLAN_LOG_NOTICE with printk()Moritz Muehlenhoff2-3/+1
2009-04-03Staging: wlan-ng: Remove wlan_max()/wlan_min()Moritz Muehlenhoff2-4/+1
2009-04-03Staging: wlan-ng: Remove WLAN_LOG_INFOMoritz Muehlenhoff5-32/+30
2009-04-03Staging: wlan-ng: Move URB_ASYNC_UNLINK and USB_QUEUE_BULK out of wlan_compat.hMoritz Muehlenhoff2-3/+2
2009-04-03Staging: wlan-ng: Replace BITx with the generic BIT(x)Moritz Muehlenhoff10-172/+138
2009-04-03Staging: wlan-ng: Use generic byteorder macrosMoritz Muehlenhoff5-19/+14
2009-04-03Staging: wlan-ng: Remove DBFENTER/DBFEXIT macrosMoritz Muehlenhoff10-520/+11
2009-04-03Staging: wlan-ng: Cleanup wlan_compat.h moreMoritz Muehlenhoff2-7/+2
2009-04-03Staging: wlan-ng: Remove stray comments in header filesMoritz Muehlenhoff12-130/+0
2009-04-03Staging: wlan-ng: Remove use of WLAN_ADDR_LENMoritz Muehlenhoff6-48/+54
2009-04-03Staging: wlan-ng: Remove use of __WLAN_ATTRIB_PACK__Moritz Muehlenhoff9-210/+205
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-04-03Staging: asus_oled: do not use assignment in if conditionAndre Haupt1-13/+17
2009-04-03Staging: asus_oled: fix various checkpatch.pl issues regarding missing or obs...Andre Haupt1-33/+33
2009-04-03Staging: asus_oled: trailing statements should be on next lineAndre Haupt1-19/+38
2009-04-03Staging: asus_oled: do not initialise statics to 0 or NULLAndre Haupt1-3/+3
2009-04-03Staging: asus_oled: fix sparse warnings about using plain integer as NULL poi...Andre Haupt1-4/+4
2009-04-03Staging: sxg: Add support to download the firmware using request_firmware()Mithlesh Thukral5-19652/+101
2009-04-03Staging: sxg: Add watchdog timer for managing Link states for SXG driverMithlesh Thukral2-16/+59
2009-04-03Staging: sxg: Fix a warning dump emitted by rtnl_watchdog during LTP testsMithlesh Thukral1-2/+0
2009-04-03Staging: sxg: Read the correct MAC address from the card for Rev B cardsMithlesh Thukral2-16/+12
2009-04-03Staging: sxg: Fix interface bug not working after open is called second time.Mithlesh Thukral1-1/+1
2009-04-03Staging: sxg: Fix the module in Kconfig file for Sahara SXG driverMithlesh Thukral1-1/+1
2009-04-03Staging: sxg: Fix memory leak caused by double allocation of ringsMithlesh Thukral1-26/+1
2009-04-03Staging: sxg: Add checksum control option through ethtool interfaceMithlesh Thukral2-15/+18
2009-04-03Staging: sxg: Remove unused Rev A microcode filesMithlesh Thukral5-9951/+0
2009-04-03Staging: sxg: Add Rev B support in the Sahara SXG driverMithlesh Thukral4-67/+169
2009-04-03Staging: sxg: Add firmware files for Rev B cardMithlesh Thukral5-0/+19677
2009-04-03Staging: sxg: Fix memory leak in case of allocation failureMithlesh Thukral1-0/+15
2009-04-03Staging: sxg: Add Checksum Offload support for Sahara SXG driverMithlesh Thukral2-5/+49
2009-04-03Staging: sxg: fix napi interface buildRandy Dunlap1-3/+3
2009-04-03Staging: sxg: Make SXG driver use MSI-X interrupts if possibleMithlesh Thukral2-21/+146
2009-04-03Staging: sxg: Removed unnecessary checks while taking Transmit LocksMithlesh Thukral2-49/+18
2009-04-03Staging: sxg: Add Jumbo frames support to Sahara SXG DriverMithlesh Thukral4-13/+185
2009-04-03Staging: sxg: Cleanup the SXG driver of unused space and functionsMithlesh Thukral2-32/+3
2009-04-03Staging: sxg: Add NAPI feature to Sahara SXG DriverMithlesh Thukral2-18/+86
2009-04-03Staging: sxg: Add multicast support for Sahara SXG driverMithlesh Thukral2-79/+52