summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2008-01-29endianness annotations and fixes for olympicAl Viro2-14/+14
2008-01-29libertas: use spin_is_locked() instead of spin_trylock() in lbs_interrupt()David Woodhouse1-2/+1
2008-01-29libertas: pass channel argument directly to lbs_mesh_config()David Woodhouse5-16/+16
2008-01-29libertas: cope with both old and new mesh TLV valuesDavid Woodhouse3-6/+34
2008-01-29libertas: make lbs_update_channel() function non-staticDavid Woodhouse2-4/+5
2008-01-29libertas: add ethtool support for wake-on-lan configurationDavid Woodhouse6-11/+72
2008-01-29libertas: implement suspend/resume for USB devicesDavid Woodhouse1-5/+11
2008-01-29libertas: implement suspend and resume core methodsDavid Woodhouse2-0/+49
2008-01-29libertas: make worker thread not freezableDavid Woodhouse1-4/+0
2008-01-29libertas: switch lbs_cmd() to take a _pointer_ to the command structureDavid Woodhouse3-15/+14
2008-01-29libertas: add lbs_host_sleep_cfg() command functionDavid Woodhouse5-0/+38
2008-01-29libertas: slight cleanup of netif queue stop/wakeDavid Woodhouse4-25/+20
2008-01-29libertas: add missing newlines in debugging statementsDavid Woodhouse3-10/+10
2008-01-29libertas: be more careful about command responses matching cur_cmdDavid Woodhouse4-17/+26
2008-01-29libertas: add debugging output to lbs_mesh_config()David Woodhouse1-1/+3
2008-01-29libertas: disable mesh temporarily while setting eth channel/assocDavid Woodhouse1-2/+12
2008-01-29libertas: add missing newline on debug messageDavid Woodhouse1-1/+1
2008-01-29libertas: allow setting channel on mshX deviceDavid Woodhouse1-1/+52
2008-01-29libertas: allow get/set SSID on mshX deviceDavid Woodhouse1-2/+50
2008-01-29libertas: whitespace cleanup in host.hDavid Woodhouse1-202/+178
2008-01-29libertas: kill rx_urb_recall and eth_dev members of struct usb_card_recDavid Woodhouse2-13/+2
2008-01-29libertas: kill references to mesh autostartDavid Woodhouse2-75/+0
2008-01-29libertas: add lbs_mesh sysfs attribute for enabling meshDavid Woodhouse8-17/+99
2008-01-29libertas: fix sparse endianness warnings in scan.cDavid Woodhouse1-6/+5
2008-01-29libertas: make some more functions staticDavid Woodhouse3-11/+11
2008-01-29libertas: endianness fixes for get_channel/set_channelDan Williams1-4/+5
2008-01-29libertas: convert RF_CHANNEL to a direct commandDan Williams5-57/+75
2008-01-29libertas: convert DATA_RATE to a direct commandDan Williams6-56/+83
2008-01-29libertas: fix case of FWT_ACCESS_LIST_ROUTE and FWT_ACCESS_LIST_NEIGHBOR comm...Dan Williams1-2/+2
2008-01-29libertas: remove casts from lbs_cmd() and lbs_cmd_with_response() macrosDavid Woodhouse1-2/+2
2008-01-29libertas: convert CMD_MESH_ACCESS to a direct commandDavid Woodhouse6-51/+39
2008-01-29libertas: fix debug output in lbs_cmd_copyback() function.David Woodhouse1-3/+3
2008-01-29libertas: rename and re-type bufvirtualaddr to cmdbufDan Williams8-100/+79
2008-01-29libertas: wait for 'firmware ready' event from firmware after loadingDavid Woodhouse2-5/+22
2008-01-29libertas: move removal of lbs_rtap file to lbs_stop_card()David Woodhouse1-1/+1
2008-01-29libertas: switch USB cardp->priv to 'struct lbs_private *' and resulting fixDavid Woodhouse2-2/+4
2008-01-29libertas: convert GET_HW_SPEC to a direct commandDan Williams5-81/+73
2008-01-29libertas: add simple copyback command callbackDan Williams2-1/+35
2008-01-29libertas: clean up direct command handlingDan Williams4-18/+31
2008-01-29libertas: don't run thread while firmware not yet readyDavid Woodhouse1-0/+5
2008-01-29libertas: switch to a waitqueue and timer for handling USB firmware loadDavid Woodhouse2-12/+31
2008-01-29libertas: improve reliability of firmware reloading on USBDavid Woodhouse1-3/+3
2008-01-29libertas: make rtap and normal modes mutually exclusive, clean up open/stopDavid Woodhouse2-84/+50
2008-01-29libertas: clean up is_command_allowed_in_ps()Dan Williams1-15/+9
2008-01-29libertas: remove pre_open_check()David Woodhouse1-32/+0
2008-01-29libertas: make lbs_cmd() usage nicerDan Williams4-9/+22
2008-01-29libertas: clean up lbs_interrupt()David Woodhouse5-17/+17
2008-01-29libertas: add opaque extra argument to cmd callback functionDavid Woodhouse5-9/+16
2008-01-29libertas: fix use-after-free errorHolger Schurig1-6/+8
2008-01-29libertas: kill (IS,SET,UNSET)_MESH_FRAME.David Woodhouse1-4/+0