Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
60e8c5ab0b09e85de62008f508d8ddfa72c15c1b
/
drivers
/
net
/
wireless
/
libertas
/
hostcmd.h
39fcf7a
libertas: convert SNMP_MIB to a direct command
by Dan Williams
· 16 years ago
f8e77ca
libertas: remove unused generic RESET command
by Dan Williams
· 16 years ago
0112c9e
libertas: Improvements on automatic tx power control via SIOCSIWTXPOW.
by Anna Neal
· 16 years ago
f5fe1fd
libertas: convert adhoc operations to direct commands
by Dan Williams
· 17 years ago
191bb40
libertas: convert CMD_802_11_DEAUTHENTICATE to a direct command
by Dan Williams
· 17 years ago
87c8c72
libertas: convert CMD_802_11_RF_TX_POWER to a direct command
by Dan Williams
· 17 years ago
85319f9
libertas: rate adaptation configuration via iwconfig.
by Javier Cardona
· 17 years ago
75bf45a
libertas: fix multicast filtering on eth and msh interfaces
by David Woodhouse
· 17 years ago
f539f2e
libertas: convert sleep/wake config direct commands
by Holger Schurig
· 17 years ago
7460f5a
libertas: convert CMD_802_11_EEPROM_ACCESS to a direct command
by Holger Schurig
· 17 years ago
2af9f03
libertas: convert CMD_802_11_MAC_ADDRESS to a direct command
by Holger Schurig
· 17 years ago
6243613
libertas: remove CMD_802_11_PWR_CFG
by Holger Schurig
· 17 years ago
c49c3b7
libertas: convert GET_LOG to a direct command
by Holger Schurig
· 17 years ago
835d3ac
libertas: convert CMD_MAC_CONTROL to a direct command
by Holger Schurig
· 17 years ago
fa62f99
libertas: convert 802_11_SCAN to a direct command
by David Woodhouse
· 17 years ago
9e1228d
libertas: convert KEY_MATERIAL to a direct command
by David Woodhouse
· 17 years ago
dac10a9
libertas: always show firmware release
by Holger Schurig
· 17 years ago
5844d12
libertas: convert SUBSCRIBE_EVENT to a direct command
by David Woodhouse
· 17 years ago
4f59abf
libertas: convert ENABLE_RSN to a direct command
by David Woodhouse
· 17 years ago
f70dd45
libertas: convert SET_WEP to a direct command
by David Woodhouse
· 17 years ago
3fbe104
libertas: convert SLEEP_PARAMS to a direct command
by David Woodhouse
· 17 years ago
6e5cc4f
libertas: convert INACTIVITY_TIMEOUT to a direct command
by David Woodhouse
· 17 years ago
a7c4589
libertas: convert RADIO_CONTROL to a direct command
by David Woodhouse
· 17 years ago
c6ad373
libertas: add SLEEP_PERIOD and FW_WAKE_METHOD command definitions
by David Woodhouse
· 17 years ago
ae125bf
libertas: store command result in cmdnode instead of priv->cur_cmd_retcode
by David Woodhouse
· 17 years ago
7556767
libertas: kill pdata_buf member of struct cmd_ctrl_node
by David Woodhouse
· 17 years ago
8e5b6b2d
libertas: kill unused wait_option field in struct cmd_ctrl_node
by David Woodhouse
· 17 years ago
6ce4fd2
libertas: add lbs_host_sleep_cfg() command function
by David Woodhouse
· 17 years ago
23a397a
libertas: add lbs_mesh sysfs attribute for enabling mesh
by David Woodhouse
· 17 years ago
2dd4b26
libertas: convert RF_CHANNEL to a direct command
by Dan Williams
· 17 years ago
8e3c91b
libertas: convert DATA_RATE to a direct command
by Dan Williams
· 17 years ago
301eacb
libertas: convert CMD_MESH_ACCESS to a direct command
by David Woodhouse
· 17 years ago
ddac452
libertas: rename and re-type bufvirtualaddr to cmdbuf
by Dan Williams
· 17 years ago
6e66f03
libertas: convert GET_HW_SPEC to a direct command
by Dan Williams
· 17 years ago
7ad994d
libertas: clean up direct command handling
by Dan Williams
· 17 years ago
1309b55
libertas: add opaque extra argument to cmd callback function
by David Woodhouse
· 17 years ago
448a51a
libertas: switch lbs_cmd() to take a callback function pointer
by David Woodhouse
· 17 years ago
c2df2ef
libertas: endianness fixes
by Holger Schurig
· 17 years ago
1723047
libertas: Switch to using a callback function pointer for commands
by David Woodhouse
· 17 years ago
675787e
libertas: handy function to call firmware commands
by Holger Schurig
· 17 years ago
c68b3bbd
libertas: remove cmd_ctrl_node->status
by Holger Schurig
· 17 years ago
891f32a
libertas: remove cmd_ctrl_node->cmdflags
by Holger Schurig
· 17 years ago
f5ece8f
libertas: Remove cmd_oid from struct cmd_ctrl_node
by David Woodhouse
· 17 years ago
3a18864
libertas: rework event subscription
by Holger Schurig
· 17 years ago
96287ac
libertas: configurable beacon interval
by Brajesh Dave
· 17 years ago
1007832
libertas: move to uniform lbs_/LBS_ namespace
by Holger Schurig
· 17 years ago
63f0023
[PATCH] libertas: pass boot2 version to firmware
by Luis Carlos Cobo
· 18 years ago
965f8bbc
[PATCH] libertas: monitor mode support for OLPC firmware
by Luis Carlos Cobo
· 18 years ago
8c51276
[PATCH] libertas: simplify and clean up data rate handling
by Dan Williams
· 18 years ago
0aef64d
[PATCH] libertas: re-uppercase command defines and other constants
by Dan Williams
· 18 years ago
b44898e
[PATCH] libertas: fix mixed-case abuse in cmd_ds_802_11_ad_hoc_start
by Dan Williams
· 18 years ago
ea8da92
[PATCH] libertas: fix mixed-case abuse in cmd_ds_802_11_ad_hoc_result
by Dan Williams
· 18 years ago
492b6da
[PATCH] libertas: fix mixed-case abuse in cmd_ds_802_11_scan
by Dan Williams
· 18 years ago
ab61797
[PATCH] libertas: clean up 802.11 IE post-scan handling
by Dan Williams
· 18 years ago
1443b65
[PATCH] libertas: rename WLAN_802_11_KEY to enc_key and clean up usage
by Dan Williams
· 18 years ago
0c9ca690
[PATCH] libertas: kill ieeetypes_capinfo bitfield, use ieee80211.h types
by Dan Williams
· 18 years ago
18c96c34
[PATCH] libertas: fix WPA associations by handling ENABLE_RSN correctly
by Dan Williams
· 18 years ago
8cf1dc0
[PATCH] libertas: remove WPA_SUPPLICANT structure
by Dan Williams
· 18 years ago
d8efea2
[PATCH] libertas: remove structure WLAN_802_11_SSID and libertas_escape_essid
by Dan Williams
· 18 years ago
e5b3d47
[PATCH] libertas: don't byte-swap firmware version number. It's a byte array.
by David Woodhouse
· 18 years ago
981f187
[PATCH] libertas: first pass at fixing up endianness issues
by David Woodhouse
· 18 years ago
90e8eaf
[PATCH] libertas: updated mesh commands for 5.220.9.p11
by Luis Carlos Cobo
· 18 years ago
0601e7e
[PATCH] libertas: added transmission failures to mesh statistics
by Javier Cardona
· 18 years ago
876c9d3
[PATCH] Marvell Libertas 8388 802.11b/g USB driver
by Marcelo Tosatti
· 18 years ago