aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/libertas/cmd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-11-10don't use net/ieee80211.hJohannes Berg1-3/+2
2008-10-31wireless: use individual buffers for printing ssid valuesJohn W. Linville1-1/+2
2008-10-31wireless: consolidate on a single escape_essid implementationJohn W. Linville1-1/+2
2008-10-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+2
2008-10-29libertas: remove two libertas sparse warningHolger Schurig1-2/+2
2008-10-27net: convert print_mac to %pMJohannes Berg1-3/+2
2008-10-14libertas : Remove unused variable warning for "old_channel" from cmd.cManish Katiyar1-0/+2
2008-09-30libertas: Improvements on automatic tx power control via SIOCSIWTXPOW (fixups)Anna Neal1-1/+1
2008-09-15libertas: convert SNMP_MIB to a direct commandDan Williams1-103/+77
2008-09-15libertas: remove unused generic RESET commandDan Williams1-18/+0
2008-09-11libertas: Improvements on automatic tx power control via SIOCSIWTXPOW.Anna Neal1-0/+64
2008-08-29libertas: convert adhoc operations to direct commandsDan Williams1-12/+0
2008-08-29libertas: convert CMD_802_11_RADIO_CONTROL to a direct commandDan Williams1-20/+26