aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/libertas/cmd.c
AgeCommit message (Expand)Author
2011-05-21libertas: fix cmdpendingq lockingPaul Fox
2010-11-16libertas: EHS_REMOVE_WAKEUP is not always supportedDeepak Saxena
2010-07-27libertas: rename lbs_get_cmd_ctrl_node() to lbs_get_free_cmd_node()Dan Williams
2010-07-27libertas: kill unused lbs_prepare_and_send_command()Dan Williams
2010-07-27libertas: convert DEEP_SLEEP timer to a direct commandDan Williams
2010-07-27libertas: convert PS_MODE to a direct commandDan Williams
2010-07-27libertas: convert CMD_FWT_ACCESS to a direct commandDan Williams
2010-07-27libertas: convert Mesh Blinding Table access to a direct commandDan Williams
2010-07-27libertas: convert register access to direct commandsDan Williams
2010-07-27libertas: remove Beacon ControlDan Williams
2010-07-27libertas: remove unused Automatic Frequency Control commandDan Williams
2010-07-27libertas: remove unused indirect TPC_CFG command leftoversDan Williams
2010-07-27libertas: convert 11D_DOMAIN_INFO to a direct commandDan Williams
2010-07-27libertas: clean up RSSI commandDan Williams
2010-07-27libertas: clean up MONITOR_MODE commandDan Williams
2010-07-12libertas: Added support for host sleep featureAmitkumar Karwar
2010-06-23Libertas: Added 11d support using cfg80211Kiran Divekar
2010-06-23Libertas: cfg80211 supportKiran Divekar
2010-06-02libertas: Added callback functions to support SDIO suspend/resume.Amitkumar Karwar
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-12-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller
2009-12-22kfifo: cleanup namespaceStefani Seibold
2009-12-22kfifo: move struct kfifo in placeStefani Seibold
2009-12-22libertas: remove priv->capabilityHolger Schurig
2009-12-22libertas: make mesh configurableHolger Schurig
2009-12-22libertas: add access functions for mesh open/connect statusHolger Schurig
2009-12-22libertas: use priv->mesh_tlv instead of priv->mesh_fw_verHolger Schurig
2009-11-28libertas: move mesh command handling into mesh.cHolger Schurig
2009-10-27libertas: remove some references to IW_MODE_abcHolger Schurig
2009-10-27libertas: sort and categorize entries in decl.hHolger Schurig
2009-10-27libertas: remove "struct cmd_ds_gen"Holger Schurig
2009-10-27libertas: remove handling for CMD_GET_TSFHolger Schurig
2009-10-27libertas: remove handling for CMD_802_11_LED_GPIO_CTRLHolger Schurig
2009-10-27libertas: move lbs_send_iwevcustom_event() to wext.cHolger Schurig
2009-10-27libertas: move association related commands into assoc.cHolger Schurig
2009-10-27libertas: get current channel out of priv->curbssparamsHolger Schurig
2009-10-27libertas: move scan/assoc related stuffHolger Schurig
2009-10-27libertas: change IW_ESSID_MAX_SIZE -> IEEE80211_MAX_SSID_LENHolger Schurig
2009-10-27libertas: remove unused 11d codeHolger Schurig
2009-10-27libertas: remove unused lbs_cmd_802_11_inactivity_timeout()Holger Schurig
2009-10-27libertas: make lbs_get_channel() staticHolger Schurig
2009-10-27libertas: cleanup host.h and hostcmd.hHolger Schurig
2009-10-27libertas: make __lbs_cmd_async() non-staticHolger Schurig
2009-10-07libertas: Use lbs_is_cmd_allowed() check in command handling routines.Amitkumar Karwar
2009-10-07libertas: Add auto deep sleep support for SD8385/SD8686/SD8688Amitkumar Karwar
2009-07-21libertas: Fix problem with broken V4 firmware on CF8381Marek Vasut
2009-06-03libertas: convert CMD_802_11_ASSOCIATE to a direct commandDan Williams
2009-06-03libertas: convert CMD_802_11_AUTHENTICATE to a direct commandDan Williams
2009-06-03libertas: restyle Marvell & IEEE TLV structure namesDan Williams
2009-04-22libertas: support mesh for various firmware versionsBing Zhao