Commit Graph

395 Commits (8db4a2b986befabd2ad25c269e40444f06a6bda3)

Author SHA1 Message Date
Holger Schurig 8db4a2b986 libertas: make a handy lbs_cmd_async() command 17 years ago
Holger Schurig 56ca84c61b libertas: remove some unused commands 17 years ago
Holger Schurig d9e9778c2a libertas: rename packetfilter to mac_control 17 years ago
Holger Schurig 835d3ac5e8 libertas: convert CMD_MAC_CONTROL to a direct command 17 years ago
Holger Schurig 52933d815b libertas: implement SSID scanning for SIOCSIWSCAN 17 years ago
Sebastian Siewior 5f0547c281 libertas: fix the 'compare command with itself' properly 17 years ago
David Woodhouse f137e05468 libertas: clean up scan.c, remove zeromac and bcastmac 17 years ago
David Woodhouse fa62f99cf8 libertas: convert 802_11_SCAN to a direct command 17 years ago
David Woodhouse c5562e9833 libertas: add LED control TLV to types.h 17 years ago
David Woodhouse 9e1228d00a libertas: convert KEY_MATERIAL to a direct command 17 years ago
Sebastian Siewior 8a96df80b3 libertas: compare the current command with response 17 years ago
David Woodhouse 6305f49860 libertas: fix sanity check on sequence number in command response 17 years ago
Holger Schurig 8816edcea9 libertas: rename/document scan_channel 17 years ago
Holger Schurig 23ff50361f libertas: make lbs_unset_basic_rate_flags() static 17 years ago
Holger Schurig e226868ec3 libertas: make lbs_sync_channel() static 17 years ago
Holger Schurig 52507c2087 libertas: make association debug output nicer 17 years ago
Holger Schurig 1afc09ab7c libertas: trim overly long debug statement 17 years ago
Roland Dreier 4b7524a42e libertas: Remove unused exports 17 years ago
Paulius Zaleckas efad798b9f Spelling fixes: lenght->length 17 years ago
Holger Schurig fdfb92eab5 libertas: fix interrupt while removing driver 17 years ago
Ihar Hrachyshka 5a6e04345a libertas: fix memory alignment problems on the blackfin 17 years ago
Holger Schurig 61d30020dc libertas: pepper main with debug statement 17 years ago
Holger Schurig c9d1be3619 libertas: don't blindly try mesh 17 years ago
Holger Schurig dac10a9f28 libertas: always show firmware release 17 years ago
Holger Schurig 4365929d17 libertas: move cardspecific data to driver 17 years ago
Holger Schurig ae3e0fcf90 libertas cs/sdio: fix 'NOHZ: local_softirq_pending 08' message 17 years ago
David Woodhouse 7e94041ca1 libertas: remove check for driver_lock in lbs_interrupt() 17 years ago
David Woodhouse 5844d12ea3 libertas: convert SUBSCRIBE_EVENT to a direct command 17 years ago
David Woodhouse f15ebb63b3 libertas: change inference about buffer size in lbs_cmd() 17 years ago
David Woodhouse 4f59abf190 libertas: convert ENABLE_RSN to a direct command 17 years ago
David Woodhouse f70dd4515a libertas: convert SET_WEP to a direct command 17 years ago
David Woodhouse 3fbe104cec libertas: convert SLEEP_PARAMS to a direct command 17 years ago
David Woodhouse 6e5cc4fb35 libertas: convert INACTIVITY_TIMEOUT to a direct command 17 years ago
David Woodhouse a7c4589065 libertas: convert RADIO_CONTROL to a direct command 17 years ago
David Woodhouse 354eca9820 libertas: submit RSSI command on tx timeout, to check whether module is dead 17 years ago
David Woodhouse 18c52e7c3e libertas: make lbs_submit_command always 'succeed' and set command timer 17 years ago
David Woodhouse 8538823f7c libertas: discard DEFER responses to commands; let the timeout trigger 17 years ago
David Woodhouse 7003b078c8 libertas: use priv->upld_buf for command responses 17 years ago
David Woodhouse ac4cced6e8 libertas: reduce explicit references to priv->cur_cmd->cmdbuf 17 years ago
David Woodhouse 4694961cc2 libertas: Check for PS mode support on USB devices 17 years ago
David Woodhouse b2c57eee66 libertas: allow for PS mode to be disabled when firmware doesn't support it 17 years ago
David Woodhouse b47ef2438d libertas: handle HOST_AWAKE event by sending WAKEUP_CONFIRM command 17 years ago
David Woodhouse 24dba5f391 libertas: don't clear priv->dnld_sent after sending sleep confirm 17 years ago
David Woodhouse 38bfab1a01 libertas: fix buffer handling of PS_MODE commands and responses 17 years ago
David Woodhouse c6ad3738c6 libertas: add SLEEP_PERIOD and FW_WAKE_METHOD command definitions 17 years ago
David Woodhouse d1a469fd1b libertas: fix return from lbs_update_channel() 17 years ago
David Woodhouse 681ffbb7d4 libertas: kill 'addtail' argument to lbs_queue_cmd() and make it static 17 years ago
David Woodhouse 2a345099a4 libertas: handle command timeout in main thread instead of directly in timer 17 years ago
David Woodhouse 9fae899c2b libertas: ensure response buffer size is always set for lbs_cmd_with_response 17 years ago
David Woodhouse 3399ea5f23 libertas: add __lbs_cmd_async() for asynchronous command submission 17 years ago