summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/libertas/cmd.h
AgeCommit message (Expand)Author
2008-03-25libertas: make a handy lbs_cmd_async() commandHolger Schurig
2008-03-06libertas: convert KEY_MATERIAL to a direct commandDavid Woodhouse
2008-01-28libertas: change inference about buffer size in lbs_cmd()David Woodhouse
2008-01-28libertas: convert ENABLE_RSN to a direct commandDavid Woodhouse
2008-01-28libertas: convert SET_WEP to a direct commandDavid Woodhouse
2008-01-28libertas: convert SLEEP_PARAMS to a direct commandDavid Woodhouse
2008-01-28libertas: convert INACTIVITY_TIMEOUT to a direct commandDavid Woodhouse
2008-01-28libertas: ensure response buffer size is always set for lbs_cmd_with_responseDavid Woodhouse
2008-01-28libertas: add __lbs_cmd_async() for asynchronous command submissionDavid Woodhouse
2008-01-28libertas: kill whitespace at end of linesDavid Woodhouse
2008-01-28libertas: pass channel argument directly to lbs_mesh_config()David Woodhouse
2008-01-28libertas: add ethtool support for wake-on-lan configurationDavid Woodhouse
2008-01-28libertas: implement suspend and resume core methodsDavid 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: add lbs_mesh sysfs attribute for enabling meshDavid Woodhouse
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: 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: 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: make lbs_cmd() usage nicerDan Williams