summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/libertas/hostcmd.h
AgeCommit message (Expand)AuthorFilesLines
2008-01-29libertas: convert SUBSCRIBE_EVENT to a direct commandDavid Woodhouse1-2/+3
2008-01-29libertas: convert ENABLE_RSN to a direct commandDavid Woodhouse1-1/+2
2008-01-29libertas: convert SET_WEP to a direct commandDavid Woodhouse1-3/+4
2008-01-29libertas: convert SLEEP_PARAMS to a direct commandDavid Woodhouse1-3/+4
2008-01-29libertas: convert INACTIVITY_TIMEOUT to a direct commandDavid Woodhouse1-1/+2
2008-01-29libertas: convert RADIO_CONTROL to a direct commandDavid Woodhouse1-2/+2
2008-01-29libertas: add SLEEP_PERIOD and FW_WAKE_METHOD command definitionsDavid Woodhouse1-0/+14
2008-01-29libertas: store command result in cmdnode instead of priv->cur_cmd_retcodeDavid Woodhouse1-0/+1
2008-01-29libertas: kill pdata_buf member of struct cmd_ctrl_nodeDavid Woodhouse1-1/+0
2008-01-29libertas: kill unused wait_option field in struct cmd_ctrl_nodeDavid Woodhouse1-2/+0
2008-01-29libertas: add lbs_host_sleep_cfg() command functionDavid Woodhouse1-0/+7
2008-01-29libertas: add lbs_mesh sysfs attribute for enabling meshDavid Woodhouse1-0/+12
2008-01-29libertas: convert RF_CHANNEL to a direct commandDan Williams1-4/+6
2008-01-29libertas: convert DATA_RATE to a direct commandDan Williams1-1/+2
2008-01-29libertas: convert CMD_MESH_ACCESS to a direct commandDavid Woodhouse1-1/+2
2008-01-29libertas: rename and re-type bufvirtualaddr to cmdbufDan Williams1-1/+1
2008-01-29libertas: convert GET_HW_SPEC to a direct commandDan Williams1-1/+2
2008-01-29libertas: clean up direct command handlingDan Williams1-2/+10
2008-01-29libertas: add opaque extra argument to cmd callback functionDavid Woodhouse1-1/+2
2008-01-29libertas: switch lbs_cmd() to take a callback function pointerDavid Woodhouse1-1/+0
2008-01-29libertas: endianness fixesHolger Schurig1-4/+4
2008-01-29libertas: Switch to using a callback function pointer for commandsDavid Woodhouse1-0/+1
2008-01-29libertas: handy function to call firmware commandsHolger Schurig1-4/+7
2008-01-29libertas: remove cmd_ctrl_node->statusHolger Schurig1-1/+0
2008-01-29libertas: remove cmd_ctrl_node->cmdflagsHolger Schurig1-1/+0
2008-01-29libertas: Remove cmd_oid from struct cmd_ctrl_nodeDavid Woodhouse1-2/+0
2008-01-29libertas: rework event subscriptionHolger Schurig1-0/+7
2008-01-29libertas: configurable beacon intervalBrajesh Dave1-0/+7
2008-01-29libertas: move to uniform lbs_/LBS_ namespaceHolger Schurig1-6/+6
2007-10-11[PATCH] libertas: pass boot2 version to firmwareLuis Carlos Cobo1-0/+6
2007-10-11[PATCH] libertas: monitor mode support for OLPC firmwareLuis Carlos Cobo1-0/+6
2007-10-11[PATCH] libertas: simplify and clean up data rate handlingDan Williams1-4/+4
2007-10-11[PATCH] libertas: re-uppercase command defines and other constantsDan Williams1-2/+2
2007-10-11[PATCH] libertas: fix mixed-case abuse in cmd_ds_802_11_ad_hoc_startDan Williams1-1/+1
2007-10-11[PATCH] libertas: fix mixed-case abuse in cmd_ds_802_11_ad_hoc_resultDan Williams1-2/+2
2007-10-11[PATCH] libertas: fix mixed-case abuse in cmd_ds_802_11_scanDan Williams1-1/+1
2007-10-11[PATCH] libertas: clean up 802.11 IE post-scan handlingDan Williams1-13/+0
2007-10-11[PATCH] libertas: rename WLAN_802_11_KEY to enc_key and clean up usageDan Williams1-10/+6
2007-10-11[PATCH] libertas: kill ieeetypes_capinfo bitfield, use ieee80211.h typesDan Williams1-13/+7
2007-06-28[PATCH] libertas: fix WPA associations by handling ENABLE_RSN correctlyDan Williams1-1/+1
2007-06-11[PATCH] libertas: remove WPA_SUPPLICANT structureDan Williams1-5/+0
2007-06-11[PATCH] libertas: remove structure WLAN_802_11_SSID and libertas_escape_essidDan Williams1-8/+0
2007-06-11[PATCH] libertas: don't byte-swap firmware version number. It's a byte array.David Woodhouse1-2/+2
2007-06-11[PATCH] libertas: first pass at fixing up endianness issuesDavid Woodhouse1-186/+186
2007-06-11[PATCH] libertas: updated mesh commands for 5.220.9.p11Luis Carlos Cobo1-0/+3
2007-06-11[PATCH] libertas: added transmission failures to mesh statisticsJavier Cardona1-2/+4
2007-04-28[PATCH] Marvell Libertas 8388 802.11b/g USB driverMarcelo Tosatti1-0/+693