aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/libertas/host.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-18libertas: move under marvell vendor directoryKalle Valo1-978/+0
2012-07-09net/wireless: remove macro defined twice with same valueOskar Schirmer1-1/+0
2011-04-28libertas: use kernel-doc notation, fix comment styleRandy Dunlap1-13/+20
2011-03-09ieee80211: add IEEE80211_COUNTRY_STRING_LEN definitionBing Zhao1-1/+1
2010-07-27libertas: convert PS_MODE to a direct commandDan Williams1-23/+27
2010-07-27libertas: convert CMD_FWT_ACCESS to a direct commandDan Williams1-1/+2
2010-07-27libertas: convert Mesh Blinding Table access to a direct commandDan Williams1-1/+2
2010-07-27libertas: convert register access to direct commandsDan Williams1-18/+6
2010-07-27libertas: convert LED_GPIO_CTRL to a direct commandDan Williams1-3/+2
2010-07-27libertas: remove Beacon ControlDan Williams1-1/+2
2010-07-27libertas: remove unused Automatic Frequency Control commandDan Williams1-1/+3
2010-07-27libertas: remove unused indirect TPC_CFG command leftoversDan Williams1-1/+0
2010-07-27libertas: convert 11D_DOMAIN_INFO to a direct commandDan Williams1-16/+5
2010-07-27libertas: clean up RSSI commandDan Williams1-13/+11
2010-07-27libertas: clean up MONITOR_MODE commandDan Williams1-1/+3
2010-07-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-next-2.6John W. Linville1-60/+60
2010-07-14libertas: convert new uses of __attribute__ ((packed)) to __packedJohn W. Linville1-3/+3
2010-07-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-1/+27
2010-06-23Libertas: Added 11d support using cfg80211Kiran Divekar1-1/+27
2010-06-03drivers/net: use __packed annotationEric Dumazet1-60/+60
2009-10-27libertas: remove "struct cmd_ds_gen"Holger Schurig1-13/+0
2009-10-27libertas: remove handling for CMD_GET_TSFHolger Schurig1-1/+0
2009-10-27libertas: change IW_ESSID_MAX_SIZE -> IEEE80211_MAX_SSID_LENHolger Schurig1-2/+2
2009-10-27libertas: remove unused 11d.h as well, priv->countryinfoHolger Schurig1-4/+2
2009-10-27libertas: remove unused lbs_cmd_802_11_inactivity_timeout()Holger Schurig1-10/+0
2009-10-27libertas: harmonize cmd.hHolger Schurig1-15/+0
2009-10-27libertas: cleanup host.h and hostcmd.hHolger Schurig1-152/+849
2009-10-07libertas: Add auto deep sleep support for SD8385/SD8686/SD8688Amitkumar Karwar1-0/+1
2009-05-22libertas: implement function init/shutdown commands for SD8688Bing Zhao1-0/+2
2009-04-22libertas: support mesh for various firmware versionsBing Zhao1-1/+2
2009-01-29libertas: Update libertas core with GSPI constantsColin McCabe1-0/+1
2008-12-12libertas: Create sysfs entry for changing the mesh probe response limitAnna Neal1-0/+1
2008-11-21libertas: Fine grained configuration of wake-on-lan.Anna Neal1-0/+8
2008-09-15libertas: convert SNMP_MIB to a direct commandDan Williams1-11/+13
2008-09-11libertas: Improvements on automatic tx power control via SIOCSIWTXPOW.Anna Neal1-0/+1
2008-08-29libertas: convert CMD_802_11_RADIO_CONTROL to a direct commandDan Williams1-12/+3
2008-08-29libertas: convert CMD_802_11_DEAUTHENTICATE to a direct commandDan Williams1-1/+0
2008-08-29libertas: convert CMD_802_11_RF_TX_POWER to a direct commandDan Williams1-10/+0
2008-05-21libertas: Extend MESH_CONFIG command to access non-volatile configurationJavier Cardona1-0/+17
2008-03-27libertas: remove CMD_802_11_PWR_CFGHolger Schurig1-1/+0
2008-03-25libertas: remove some unused commandsHolger Schurig1-3/+0
2008-01-28libertas: allow for PS mode to be disabled when firmware doesn't support itDavid Woodhouse1-0/+5
2008-01-28libertas: handle HOST_AWAKE event by sending WAKEUP_CONFIRM commandDavid Woodhouse1-0/+1
2008-01-28libertas: add SLEEP_PERIOD and FW_WAKE_METHOD command definitionsDavid Woodhouse1-0/+2
2008-01-28libertas: add lbs_host_sleep_cfg() command functionDavid Woodhouse1-0/+2
2008-01-28libertas: whitespace cleanup in host.hDavid Woodhouse1-202/+178
2008-01-28libertas: add lbs_mesh sysfs attribute for enabling meshDavid Woodhouse1-0/+1
2008-01-28libertas: fix case of FWT_ACCESS_LIST_ROUTE and FWT_ACCESS_LIST_NEIGHBOR commandsDan Williams1-2/+2
2008-01-28libertas: wait for 'firmware ready' event from firmware after loadingDavid Woodhouse1-0/+1
2008-01-28libertas: less eventcause shiftsHolger Schurig1-22/+30