aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/libertas/cmd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-27libertas: rename lbs_get_cmd_ctrl_node() to lbs_get_free_cmd_node()Dan Williams1-4/+2
2010-07-27libertas: kill unused lbs_prepare_and_send_command()Dan Williams1-137/+9
2010-07-27libertas: convert DEEP_SLEEP timer to a direct commandDan Williams1-4/+0
2010-07-27libertas: convert PS_MODE to a direct commandDan Williams1-84/+55
2010-07-27libertas: convert CMD_FWT_ACCESS to a direct commandDan Williams1-8/+0
2010-07-27libertas: convert Mesh Blinding Table access to a direct commandDan Williams1-4/+0
2010-07-27libertas: convert register access to direct commandsDan Williams1-64/+66
2010-07-27libertas: remove Beacon ControlDan Williams1-3/+0
2010-07-27libertas: remove unused Automatic Frequency Control commandDan Williams1-13/+0
2010-07-27libertas: remove unused indirect TPC_CFG command leftoversDan Williams1-12/+0
2010-07-27libertas: convert 11D_DOMAIN_INFO to a direct commandDan Williams1-65/+123
2010-07-27libertas: clean up RSSI commandDan Williams1-4/+35
2010-07-27libertas: clean up MONITOR_MODE commandDan Williams1-17/+25
2010-07-12libertas: Added support for host sleep featureAmitkumar Karwar1-1/+60
2010-06-23Libertas: Added 11d support using cfg80211Kiran Divekar1-0/+65
2010-06-23Libertas: cfg80211 supportKiran Divekar1-11/+11
2010-06-02libertas: Added callback functions to support SDIO suspend/resume.Amitkumar Karwar1-5/+32
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-17/+5
2009-12-22kfifo: cleanup namespaceStefani Seibold1-2/+2
2009-12-22kfifo: move struct kfifo in placeStefani Seibold1-2/+2
2009-12-22libertas: remove priv->capabilityHolger Schurig1-3/+0
2009-12-22libertas: make mesh configurableHolger Schurig1-0/+4
2009-12-22libertas: add access functions for mesh open/connect statusHolger Schurig1-1/+1
2009-12-22libertas: use priv->mesh_tlv instead of priv->mesh_fw_verHolger Schurig1-13/+0
2009-11-28libertas: move mesh command handling into mesh.cHolger Schurig1-168/+0
2009-10-27libertas: remove some references to IW_MODE_abcHolger Schurig1-8/+2
2009-10-27libertas: sort and categorize entries in decl.hHolger Schurig1-1/+3
2009-10-27libertas: remove "struct cmd_ds_gen"Holger Schurig1-10/+12
2009-10-27libertas: remove handling for CMD_GET_TSFHolger Schurig1-6/+0
2009-10-27libertas: remove handling for CMD_802_11_LED_GPIO_CTRLHolger Schurig1-23/+0
2009-10-27libertas: move lbs_send_iwevcustom_event() to wext.cHolger Schurig1-24/+0
2009-10-27libertas: move association related commands into assoc.cHolger Schurig1-340/+0
2009-10-27libertas: get current channel out of priv->curbssparamsHolger Schurig1-4/+4
2009-10-27libertas: move scan/assoc related stuffHolger Schurig1-0/+1
2009-10-27libertas: change IW_ESSID_MAX_SIZE -> IEEE80211_MAX_SSID_LENHolger Schurig1-1/+1
2009-10-27libertas: remove unused 11d codeHolger Schurig1-10/+0
2009-10-27libertas: remove unused lbs_cmd_802_11_inactivity_timeout()Holger Schurig1-27/+0
2009-10-27libertas: make lbs_get_channel() staticHolger Schurig1-1/+1
2009-10-27libertas: cleanup host.h and hostcmd.hHolger Schurig1-1/+0
2009-10-27libertas: make __lbs_cmd_async() non-staticHolger Schurig1-1/+1
2009-10-07libertas: Use lbs_is_cmd_allowed() check in command handling routines.Amitkumar Karwar1-0/+34
2009-10-07libertas: Add auto deep sleep support for SD8385/SD8686/SD8688Amitkumar Karwar1-3/+69
2009-07-21libertas: Fix problem with broken V4 firmware on CF8381Marek Vasut1-1/+7
2009-06-03libertas: convert CMD_802_11_ASSOCIATE to a direct commandDan Williams1-5/+0
2009-06-03libertas: convert CMD_802_11_AUTHENTICATE to a direct commandDan Williams1-6/+1
2009-06-03libertas: restyle Marvell & IEEE TLV structure namesDan Williams1-2/+2
2009-04-22libertas: support mesh for various firmware versionsBing Zhao1-2/+24
2009-03-30trivial: Fix misspelling of firmwareNick Andrew1-1/+1
2008-11-21libertas: Fine grained configuration of wake-on-lan.Anna Neal1-3/+15