summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/libertas/dev.h
AgeCommit message (Expand)Author
2011-07-20libertas: only enable mesh when interface is activeDaniel Drake
2011-04-28libertas: use kernel-doc notation, fix comment styleRandy Dunlap
2011-02-03libertas: Prepare stuff for if_spi.c pm supportVasily Khoruzhick
2010-11-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2010-11-16libertas: EHS_REMOVE_WAKEUP is not always supportedDeepak Saxena
2010-11-08libertas: terminate scan when stopping interfaceDaniel Drake
2010-08-05libertas: scan before assocation if no BSSID was givenDan Williams
2010-07-27libertas: remove unused cmd_pending waitqDan Williams
2010-07-27libertas: kill unused lbs_prepare_and_send_command()Dan Williams
2010-07-27libertas: convert register access to direct commandsDan Williams
2010-07-27libertas: convert 11D_DOMAIN_INFO to a direct commandDan Williams
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-04-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-03-30net/wireless/libertas: do not call wiphy_unregister() w/o wiphy_register()Daniel Mack
2010-03-24libertas: add auto auth mode featureAmitkumar Karwar
2010-02-14Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2010-02-08libertas: don't retry commandsHolger Schurig
2009-12-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller
2009-12-22kfifo: move struct kfifo in placeStefani Seibold
2009-12-22libertas: remove priv->ratebitmapHolger Schurig
2009-12-22libertas: remove priv->capabilityHolger Schurig
2009-12-22libertas: make mesh configurableHolger Schurig
2009-12-22libertas: remove mesh_autostart_enabled and sync_channelHolger Schurig
2009-12-22libertas: use priv->mesh_tlv instead of priv->mesh_fw_verHolger Schurig
2009-11-28libertas: introduce mesh.hHolger Schurig
2009-10-27libertas: get current channel out of priv->curbssparamsHolger Schurig
2009-10-27libertas: sort variables in struct lbs_privateHolger 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.h as well, priv->countryinfoHolger Schurig
2009-10-27libertas: remove unused 11d codeHolger Schurig
2009-10-27libertas: cleanup host.h and hostcmd.hHolger Schurig
2009-10-07libertas: first stab at cfg80211 supportHolger Schurig
2009-10-07libertas: Add auto deep sleep support for SD8385/SD8686/SD8688Amitkumar Karwar
2009-09-02netdev: drivers should make ethtool_ops constStephen Hemminger
2009-07-10libertas: remove ps_supported flag, use fwcapinfoAndrey Yurovsky
2009-06-03libertas: improve function init/shutdown handling for SD8688Bing Zhao
2009-06-03libertas: restyle Marvell & IEEE TLV structure namesDan Williams
2009-06-03libertas: simplify and clean up association/start/join setupDan Williams
2009-05-22libertas: implement function init/shutdown commands for SD8688Bing Zhao
2009-04-22libertas: support mesh for various firmware versionsBing Zhao
2009-03-21libertas: convert to internal net_device_statsStephen Hemminger
2008-11-10don't use net/ieee80211.hJohannes Berg
2008-09-24libertas: Reduce the WPA key installation time (fixups)Javier Cardona
2008-09-15libertas: convert SNMP_MIB to a direct commandDan Williams
2008-08-29libertas: convert CMD_802_11_RADIO_CONTROL to a direct commandDan Williams
2008-08-29libertas: convert CMD_802_11_RF_TX_POWER to a direct commandDan Williams
2008-06-03libertas: rate adaptation configuration via iwconfig.Javier Cardona