Commit Graph

92 Commits (f430e49e9e0cf821c090abedb399b80ebf0cb4c6)

Author SHA1 Message Date
Wang Chen df66f85807 if_usb: Kill directly reference of netdev->priv 16 years ago
Anna Neal 582c1b538f libertas: Fine grained configuration of wake-on-lan. 16 years ago
Dan Williams f8e77caefe libertas: remove unused generic RESET command 17 years ago
Brian Cavagnolo 1ff41eb0d9 libertas: add sysfs hooks to update boot2 and persistent firmware 17 years ago
Brian Cavagnolo 1556c0f22d libertas: support boot commands to write persistent firmware and bootloader 17 years ago
David Woodhouse 6dfff895fa libertas: treat firmware data as const 17 years ago
andrey@cozybit.com 7b58ccfe32 libertas: support USB persistence on suspend/resume (resend) 17 years ago
David Woodhouse b77ec4caef libertas: provide reset_card() callback on OLPC 17 years ago
Holger Schurig 7919b89c82 libertas: convert libertas driver to use an event/cmdresp queue 17 years ago
Holger Schurig 4365929d17 libertas: move cardspecific data to driver 17 years ago
David Woodhouse 7003b078c8 libertas: use priv->upld_buf for command responses 17 years ago
David Woodhouse 4694961cc2 libertas: Check for PS mode support on USB devices 17 years ago
David Woodhouse 9fae899c2b libertas: ensure response buffer size is always set for lbs_cmd_with_response 17 years ago
David Woodhouse b23b2061e5 libertas: don't use __lbs_cmd() with empty callback in if_usb.c 17 years ago
David Woodhouse 7e226272fc libertas: kill whitespace at end of lines 17 years ago
David Woodhouse eae86bf378 libertas: clean up if_usb driver 17 years ago
David Woodhouse b926d6b31e libertas: stop attempting to reset devices on unload 17 years ago
David Woodhouse 506e9025e0 libertas: add ethtool support for wake-on-lan configuration 17 years ago
David Woodhouse d1f7a5b8cf libertas: implement suspend/resume for USB devices 17 years ago
David Woodhouse 689442dca1 libertas: switch lbs_cmd() to take a _pointer_ to the command structure 17 years ago
David Woodhouse 23d36eec26 libertas: add missing newlines in debugging statements 17 years ago
David Woodhouse e1258177e4 libertas: be more careful about command responses matching cur_cmd 17 years ago
David Woodhouse 202f3f3ac9 libertas: kill rx_urb_recall and eth_dev members of struct usb_card_rec 17 years ago
David Woodhouse 1f8a08342c libertas: kill references to mesh autostart 17 years ago
David Woodhouse 23a397ac82 libertas: add lbs_mesh sysfs attribute for enabling mesh 17 years ago
David Woodhouse 2fd6cfe307 libertas: make some more functions static 17 years ago
David Woodhouse 301eacbf30 libertas: convert CMD_MESH_ACCESS to a direct command 17 years ago
Dan Williams ddac452680 libertas: rename and re-type bufvirtualaddr to cmdbuf 17 years ago
David Woodhouse c9cd6f9d63 libertas: wait for 'firmware ready' event from firmware after loading 17 years ago
David Woodhouse 6bc822b516 libertas: switch USB cardp->priv to 'struct lbs_private *' and resulting fix 17 years ago
David Woodhouse 4f82f5c853 libertas: switch to a waitqueue and timer for handling USB firmware load 17 years ago
David Woodhouse c8ba39d060 libertas: improve reliability of firmware reloading on USB 17 years ago
Dan Williams 14e865ba5d libertas: make lbs_cmd() usage nicer 17 years ago
David Woodhouse 4f67949656 libertas: clean up lbs_interrupt() 17 years ago
David Woodhouse 1309b55b4d libertas: add opaque extra argument to cmd callback function 17 years ago
David Woodhouse 6d35fdfced libertas: cope with device which already has firmware loaded 17 years ago
David Woodhouse aa21c004f8 libertas: kill struct lbs_adapter 17 years ago
David Woodhouse 448a51ae06 libertas: switch lbs_cmd() to take a callback function pointer 17 years ago
Holger Schurig c2df2efe96 libertas: endianness fixes 17 years ago
David Woodhouse 0856e6816b libertas: when usb_submit_usb fails, include the error code in the printk 17 years ago
David Woodhouse 83eacf233e libertas: Fix endianness in boot2_version handling. 17 years ago
David Woodhouse 04c80f1ab1 libertas: Use lbs_cmd() for setting Boot2 version 17 years ago
David Woodhouse 2c94404c30 libertas: Move SET_BOOT2_VER command to if_usb where it belongs 17 years ago
David Woodhouse e775ed7c67 libertas: Consolidate lbs_host_to_card_done() function. 17 years ago
David Woodhouse 77d8cf2c09 libertas: Fix memory leak of RX skbs 17 years ago
Holger Schurig 69f9032d9d libertas: remove arbitrary typedefs 17 years ago
Brajesh Dave 01d77d8d47 libertas: separate mesh connectivity from that of the main interface 17 years ago
Andres Salomon 798fbfec9c libertas: nuke useless variable usbdriver_name and useless comments 17 years ago
Andres Salomon be13f1897f libertas: reset devices upon disconnect rather than module unloading 17 years ago
Andres Salomon 4fb910fd3a libertas: mark module_init/exit functions as __init/__exit 17 years ago