aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-01-28endianness annotations and fixes for olympicAl Viro
2008-01-28libertas: use spin_is_locked() instead of spin_trylock() in lbs_interrupt()David Woodhouse
2008-01-28libertas: pass channel argument directly to lbs_mesh_config()David Woodhouse
2008-01-28libertas: cope with both old and new mesh TLV valuesDavid Woodhouse
2008-01-28libertas: make lbs_update_channel() function non-staticDavid Woodhouse
2008-01-28libertas: add ethtool support for wake-on-lan configurationDavid Woodhouse
2008-01-28libertas: implement suspend/resume for USB devicesDavid Woodhouse
2008-01-28libertas: implement suspend and resume core methodsDavid Woodhouse
2008-01-28libertas: make worker thread not freezableDavid Woodhouse
2008-01-28libertas: switch lbs_cmd() to take a _pointer_ to the command structureDavid Woodhouse
2008-01-28libertas: add lbs_host_sleep_cfg() command functionDavid Woodhouse
2008-01-28libertas: slight cleanup of netif queue stop/wakeDavid Woodhouse
2008-01-28libertas: add missing newlines in debugging statementsDavid Woodhouse
2008-01-28libertas: be more careful about command responses matching cur_cmdDavid Woodhouse
2008-01-28libertas: add debugging output to lbs_mesh_config()David Woodhouse
2008-01-28libertas: disable mesh temporarily while setting eth channel/assocDavid Woodhouse
2008-01-28libertas: add missing newline on debug messageDavid Woodhouse
2008-01-28libertas: allow setting channel on mshX deviceDavid Woodhouse
2008-01-28libertas: allow get/set SSID on mshX deviceDavid Woodhouse
2008-01-28libertas: whitespace cleanup in host.hDavid Woodhouse
2008-01-28libertas: kill rx_urb_recall and eth_dev members of struct usb_card_recDavid Woodhouse
2008-01-28libertas: kill references to mesh autostartDavid Woodhouse
2008-01-28libertas: add lbs_mesh sysfs attribute for enabling meshDavid Woodhouse
2008-01-28libertas: fix sparse endianness warnings in scan.cDavid Woodhouse
2008-01-28libertas: make some more functions staticDavid Woodhouse
2008-01-28libertas: endianness fixes for get_channel/set_channelDan Williams
2008-01-28libertas: convert RF_CHANNEL to a direct commandDan Williams
2008-01-28libertas: convert DATA_RATE to a direct commandDan Williams
2008-01-28libertas: fix case of FWT_ACCESS_LIST_ROUTE and FWT_ACCESS_LIST_NEIGHBOR comm...Dan Williams
2008-01-28libertas: remove casts from lbs_cmd() and lbs_cmd_with_response() macrosDavid Woodhouse
2008-01-28libertas: convert CMD_MESH_ACCESS to a direct commandDavid Woodhouse
2008-01-28libertas: fix debug output in lbs_cmd_copyback() function.David Woodhouse
2008-01-28libertas: rename and re-type bufvirtualaddr to cmdbufDan Williams
2008-01-28libertas: wait for 'firmware ready' event from firmware after loadingDavid Woodhouse
2008-01-28libertas: move removal of lbs_rtap file to lbs_stop_card()David Woodhouse
2008-01-28libertas: switch USB cardp->priv to 'struct lbs_private *' and resulting fixDavid Woodhouse
2008-01-28libertas: convert GET_HW_SPEC to a direct commandDan Williams
2008-01-28libertas: add simple copyback command callbackDan Williams
2008-01-28libertas: clean up direct command handlingDan Williams
2008-01-28libertas: don't run thread while firmware not yet readyDavid Woodhouse
2008-01-28libertas: switch to a waitqueue and timer for handling USB firmware loadDavid Woodhouse
2008-01-28libertas: improve reliability of firmware reloading on USBDavid Woodhouse
2008-01-28libertas: make rtap and normal modes mutually exclusive, clean up open/stopDavid Woodhouse
2008-01-28libertas: clean up is_command_allowed_in_ps()Dan Williams
2008-01-28libertas: remove pre_open_check()David Woodhouse
2008-01-28libertas: make lbs_cmd() usage nicerDan Williams
2008-01-28libertas: clean up lbs_interrupt()David Woodhouse
2008-01-28libertas: add opaque extra argument to cmd callback functionDavid Woodhouse
2008-01-28libertas: fix use-after-free errorHolger Schurig
2008-01-28libertas: kill (IS,SET,UNSET)_MESH_FRAME.David Woodhouse