summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2008-01-28pcmcia net: use roundup_pow_of_two() macro instead of grotesque loopRobert P. J. Day1-2/+2
2008-01-28e1000: Dump the eeprom when a user encounters a bad checksumAuke Kok1-11/+74
2008-01-28ixgb: enable sun hardware support for broadcom phyMatheos Worku4-8/+91
2008-01-28e1000: remove no longer used code for pci read/write cfgAdrian Bunk2-18/+0
2008-01-28ixgb endianness annotationsAl Viro1-11/+11
2008-01-28ixgbe endianness annotationsAl Viro2-30/+30
2008-01-28e100 endianness annotationsAl Viro1-37/+35
2008-01-28forcedeth endianness bugsAl Viro1-18/+28
2008-01-28NULL noise in drivers/netAl Viro24-57/+49
2008-01-28e1000 endianness annotationsAl Viro2-48/+48
2008-01-28e1000e endianness annotationsAl Viro2-47/+47
2008-01-28sungem endianness annotationsAl Viro2-7/+9
2008-01-28sunhme endianness annotationsAl Viro2-28/+33
2008-01-28endianness annotations and fixes for olympicAl Viro2-14/+14
2008-01-28libertas: use spin_is_locked() instead of spin_trylock() in lbs_interrupt()David Woodhouse1-2/+1
2008-01-28libertas: pass channel argument directly to lbs_mesh_config()David Woodhouse5-16/+16
2008-01-28libertas: cope with both old and new mesh TLV valuesDavid Woodhouse3-6/+34
2008-01-28libertas: make lbs_update_channel() function non-staticDavid Woodhouse2-4/+5
2008-01-28libertas: add ethtool support for wake-on-lan configurationDavid Woodhouse6-11/+72
2008-01-28libertas: implement suspend/resume for USB devicesDavid Woodhouse1-5/+11
2008-01-28libertas: implement suspend and resume core methodsDavid Woodhouse2-0/+49
2008-01-28libertas: make worker thread not freezableDavid Woodhouse1-4/+0
2008-01-28libertas: switch lbs_cmd() to take a _pointer_ to the command structureDavid Woodhouse3-15/+14
2008-01-28libertas: add lbs_host_sleep_cfg() command functionDavid Woodhouse5-0/+38
2008-01-28libertas: slight cleanup of netif queue stop/wakeDavid Woodhouse4-25/+20
2008-01-28libertas: add missing newlines in debugging statementsDavid Woodhouse3-10/+10
2008-01-28libertas: be more careful about command responses matching cur_cmdDavid Woodhouse4-17/+26
2008-01-28libertas: add debugging output to lbs_mesh_config()David Woodhouse1-1/+3
2008-01-28libertas: disable mesh temporarily while setting eth channel/assocDavid Woodhouse1-2/+12
2008-01-28libertas: add missing newline on debug messageDavid Woodhouse1-1/+1
2008-01-28libertas: allow setting channel on mshX deviceDavid Woodhouse1-1/+52
2008-01-28libertas: allow get/set SSID on mshX deviceDavid Woodhouse1-2/+50
2008-01-28libertas: whitespace cleanup in host.hDavid Woodhouse1-202/+178
2008-01-28libertas: kill rx_urb_recall and eth_dev members of struct usb_card_recDavid Woodhouse2-13/+2
2008-01-28libertas: kill references to mesh autostartDavid Woodhouse2-75/+0
2008-01-28libertas: add lbs_mesh sysfs attribute for enabling meshDavid Woodhouse8-17/+99
2008-01-28libertas: fix sparse endianness warnings in scan.cDavid Woodhouse1-6/+5
2008-01-28libertas: make some more functions staticDavid Woodhouse3-11/+11
2008-01-28libertas: endianness fixes for get_channel/set_channelDan Williams1-4/+5
2008-01-28libertas: convert RF_CHANNEL to a direct commandDan Williams5-57/+75
2008-01-28libertas: convert DATA_RATE to a direct commandDan Williams6-56/+83
2008-01-28libertas: fix case of FWT_ACCESS_LIST_ROUTE and FWT_ACCESS_LIST_NEIGHBOR comm...Dan Williams1-2/+2
2008-01-28libertas: remove casts from lbs_cmd() and lbs_cmd_with_response() macrosDavid Woodhouse1-2/+2
2008-01-28libertas: convert CMD_MESH_ACCESS to a direct commandDavid Woodhouse6-51/+39
2008-01-28libertas: fix debug output in lbs_cmd_copyback() function.David Woodhouse1-3/+3
2008-01-28libertas: rename and re-type bufvirtualaddr to cmdbufDan Williams8-100/+79
2008-01-28libertas: wait for 'firmware ready' event from firmware after loadingDavid Woodhouse2-5/+22
2008-01-28libertas: move removal of lbs_rtap file to lbs_stop_card()David Woodhouse1-1/+1
2008-01-28libertas: switch USB cardp->priv to 'struct lbs_private *' and resulting fixDavid Woodhouse2-2/+4
2008-01-28libertas: convert GET_HW_SPEC to a direct commandDan Williams5-81/+73