aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/libertas/cmd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-31drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker1-0/+1
2011-08-09libertas: disable functionality when interface is downDaniel Drake1-3/+3
2011-07-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-13/+33
2011-07-11libertas: fix handling of command timeout, completion and interruptionDaniel Drake1-12/+30
2011-07-11libertas: fix errors in functions accessing module registersOlivier Sobrie1-1/+3
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-05-31libertas: Set command sequence number later to ensure consistencyDaniel Drake1-3/+3
2011-05-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+4
2011-05-11libertas: Use netdev_<level> or dev_<level> where possibleJoe Perches1-18/+24
2011-05-11libertas: Convert lbs_pr_<level> to pr_<level>Joe Perches1-18/+18
2011-05-10libertas: fix cmdpendingq lockingPaul Fox1-2/+4
2011-04-28libertas: use kernel-doc notation, fix comment styleRandy Dunlap1-118/+127
2011-02-03libertas: Prepare stuff for if_spi.c pm supportVasily Khoruzhick1-3/+7
2010-11-16libertas: EHS_REMOVE_WAKEUP is not always supportedDeepak Saxena1-0/+8
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