Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
5844d12ea30bacae9224db6561a16e86ad31c6e5
/
drivers
/
net
/
wireless
/
libertas
/
cmd.c
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
18c52e7
libertas: make lbs_submit_command always 'succeed' and set command timer
by David Woodhouse
· 17 years ago
24dba5f
libertas: don't clear priv->dnld_sent after sending sleep confirm
by David Woodhouse
· 17 years ago
38bfab1
libertas: fix buffer handling of PS_MODE commands and responses
by David Woodhouse
· 17 years ago
681ffbb
libertas: kill 'addtail' argument to lbs_queue_cmd() and make it static
by David Woodhouse
· 17 years ago
9fae899
libertas: ensure response buffer size is always set for lbs_cmd_with_response
by David Woodhouse
· 17 years ago
3399ea5
libertas: add __lbs_cmd_async() for asynchronous command submission
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
ad12d0f
libertas: let __lbs_cmd() free its own cmdnode
by David Woodhouse
· 17 years ago
5ba2f8a
libertas: kill cleanup_cmdnode()
by David Woodhouse
· 17 years ago
ecfe9b4
libertas: don't re-initialise cmdnode when taking it off the free queue
by David Woodhouse
· 17 years ago
183aeac
libertas: introduce and use lbs_complete_command() for command completion
by David Woodhouse
· 17 years ago
c4ab412
libertas: remove some pointless checks for cmdnode buffer being present
by David Woodhouse
· 17 years ago
d9896ee
libertas: rename and clean up DownloadcommandToStation
by David Woodhouse
· 17 years ago
8e5b6b2d
libertas: kill unused wait_option field in struct cmd_ctrl_node
by David Woodhouse
· 17 years ago
7e22627
libertas: kill whitespace at end of lines
by David Woodhouse
· 17 years ago
8606213
libertas: pass channel argument directly to lbs_mesh_config()
by David Woodhouse
· 17 years ago
020f3d0
libertas: cope with both old and new mesh TLV values
by David Woodhouse
· 17 years ago
506e902
libertas: add ethtool support for wake-on-lan configuration
by David Woodhouse
· 17 years ago
689442d
libertas: switch lbs_cmd() to take a _pointer_ to the command structure
by David Woodhouse
· 17 years ago
6ce4fd2
libertas: add lbs_host_sleep_cfg() command function
by David Woodhouse
· 17 years ago
23d36ee
libertas: add missing newlines in debugging statements
by David Woodhouse
· 17 years ago
e125817
libertas: be more careful about command responses matching cur_cmd
by David Woodhouse
· 17 years ago
06113c1
libertas: add debugging output to lbs_mesh_config()
by David Woodhouse
· 17 years ago
23a397a
libertas: add lbs_mesh sysfs attribute for enabling mesh
by David Woodhouse
· 17 years ago
2fd6cfe
libertas: make some more functions static
by David Woodhouse
· 17 years ago
cb182a6
libertas: endianness fixes for get_channel/set_channel
by Dan Williams
· 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
ad9d7a7
libertas: fix debug output in lbs_cmd_copyback() function.
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
a8bdcd7
libertas: add simple copyback command callback
by Dan Williams
· 17 years ago
7ad994d
libertas: clean up direct command handling
by Dan Williams
· 17 years ago
852e1f2
libertas: clean up is_command_allowed_in_ps()
by Dan Williams
· 17 years ago
14e865b
libertas: make lbs_cmd() usage nicer
by Dan Williams
· 17 years ago
1309b55
libertas: add opaque extra argument to cmd callback function
by David Woodhouse
· 17 years ago
aa21c00
libertas: kill struct lbs_adapter
by David Woodhouse
· 17 years ago
448a51a
libertas: switch lbs_cmd() to take a callback function pointer
by David Woodhouse
· 17 years ago
ac47246
libertas: kill adapter->nr_cmd_pending
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
f9f6890
libertas: Remove SET_BOOT2_VER support from the Big Switch Statement.
by David Woodhouse
· 17 years ago
abe3ed1
libertas: don't cast a pointer to pointer of
by Li Zefan
· 17 years ago
6228c0a
libertas: Byteswap cmdptr->size in lbs_cmd()
by David Woodhouse
· 17 years ago
ad9de29
libertas: Zero 'pdata_size' field in cmd_ctrl_node reliably.
by David Woodhouse
· 17 years ago
675787e
libertas: handy function to call firmware commands
by Holger Schurig
· 17 years ago
0d61d04
libertas: make more functions static
by Holger Schurig
· 17 years ago
c68b3bbd
libertas: remove cmd_ctrl_node->status
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
69f9032
libertas: remove arbitrary typedefs
by Holger Schurig
· 17 years ago
96287ac
libertas: configurable beacon interval
by Brajesh Dave
· 17 years ago
01d77d8
libertas: separate mesh connectivity from that of the main interface
by Brajesh Dave
· 17 years ago
1007832
libertas: move to uniform lbs_/LBS_ namespace
by Holger Schurig
· 17 years ago
29f5f2a
libertas: properly account for queue commands
by Marcelo Tosatti
· 17 years ago
6470a89
[PATCH] libertas: fix u8 constant
by Holger Schurig
· 17 years ago
794760f
[PATCH] libertas: properly end commands on hardware failure
by Pierre Ossman
· 17 years ago
63f0023
[PATCH] libertas: pass boot2 version to firmware
by Luis Carlos Cobo
· 17 years ago
b031ac1
[PATCH] drivers/net/wireless/libertas/cmd.c: fix adapter->driver_lock dereference
by Eugene Teo
· 17 years ago
5707708
[PATCH] libertas: fix assignment of WEP key type
by Dan Williams
· 17 years ago
965f8bbc
[PATCH] libertas: monitor mode support for OLPC firmware
by Luis Carlos Cobo
· 17 years ago
56c4656
[PATCH] libertas: remove adapter->multipledtim
by Holger Schurig
· 17 years ago
252cf0d
[PATCH] libertas: remove adapter->locallisteninterval
by Holger Schurig
· 17 years ago
97605c3
[PATCH] libertas: remove adapter->nullpktinterval
by Holger Schurig
· 17 years ago
a783f1e
[PATCH] libertas: remove adapter->{data,bcn}_avg_factor
by Holger Schurig
· 17 years ago
cad9d9b
[PATCH] libertas: remove adapter->txrate
by Holger Schurig
· 17 years ago
fdde708
[PATCH] libertas: remove adapter->{rx,tx}antenna
by Holger Schurig
· 17 years ago
8ff12da
[PATCH] libertas: use LBS_DEB_HOST for host-to-card communications
by Holger Schurig
· 17 years ago
ece5619
[PATCH] libertas: make the hex dumper nicer
by Holger Schurig
· 17 years ago
ac558ca
[PATCH] libertas: make more functions static & remove unused functions
by Holger Schurig
· 17 years ago
8c51276
[PATCH] libertas: simplify and clean up data rate handling
by Dan Williams
· 17 years ago
ffcae95
[PATCH] libertas: fix more mixed-case abuse
by Dan Williams
· 17 years ago
fe33615
[PATCH] libertas: remove thread.h and make kthread usage clearer
by Dan Williams
· 17 years ago
0aef64d
[PATCH] libertas: re-uppercase command defines and other constants
by Dan Williams
· 17 years ago
1443b65
[PATCH] libertas: rename WLAN_802_11_KEY to enc_key and clean up usage
by Dan Williams
· 17 years ago
777fa98
[PATCH] libertas: fix disabling WPA
by Dan Williams
· 18 years ago
18c96c34
[PATCH] libertas: fix WPA associations by handling ENABLE_RSN correctly
by Dan Williams
· 18 years ago
981f187
[PATCH] libertas: first pass at fixing up endianness issues
by David Woodhouse
· 18 years ago
90a4221
[PATCH] libertas: Make WPA work through supplicant handshake
by Dan Williams
· 18 years ago
24d443b
[PATCH] libertas: fix debug enter/leave prints for libertas_execute_next_command
by Dan Williams
· 18 years ago
90e8eaf
[PATCH] libertas: updated mesh commands for 5.220.9.p11
by Luis Carlos Cobo
· 18 years ago
634b8f49
[PATCH] libertas: remove unused variables in wlan_dev_t
by Holger Schurig
· 18 years ago
084708b
[PATCH] libertas: split module into two (libertas.ko and usb8xxx.ko)
by Holger Schurig
· 18 years ago
208fdd2
[PATCH] libertas: indirect all hardware access via hw_XXXX functions
by Holger Schurig
· 18 years ago
fb3dddf
[PATCH] libertas: changed some occurences of kmalloc() + memset(&a,0,sz) to kzalloc()
by Holger Schurig
· 18 years ago
9012b28
[PATCH] libertas: make debug configurable
by Holger Schurig
· 18 years ago
4269e2a
[PATCH] libertas: 64-bit cleanups
by Dan Williams
· 18 years ago
0dc5a29
[PATCH] libertas: remove WLAN_802_11_NETWORK_INFRASTRUCTURE enum
by Dan Williams
· 18 years ago
876c9d3
[PATCH] Marvell Libertas 8388 802.11b/g USB driver
by Marcelo Tosatti
· 18 years ago