index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
libertas
/
if_usb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
libertas: switch to a waitqueue and timer for handling USB firmware load
David Woodhouse
2008-01-28
1
-12
/
+26
*
libertas: improve reliability of firmware reloading on USB
David Woodhouse
2008-01-28
1
-3
/
+3
*
libertas: make lbs_cmd() usage nicer
Dan Williams
2008-01-28
1
-1
/
+2
*
libertas: clean up lbs_interrupt()
David Woodhouse
2008-01-28
1
-2
/
+2
*
libertas: add opaque extra argument to cmd callback function
David Woodhouse
2008-01-28
1
-1
/
+1
*
libertas: cope with device which already has firmware loaded
David Woodhouse
2008-01-28
1
-13
/
+22
*
libertas: kill struct lbs_adapter
David Woodhouse
2008-01-28
1
-14
/
+13
*
libertas: switch lbs_cmd() to take a callback function pointer
David Woodhouse
2008-01-28
1
-4
/
+1
*
libertas: endianness fixes
Holger Schurig
2008-01-28
1
-2
/
+2
*
libertas: when usb_submit_usb fails, include the error code in the printk
David Woodhouse
2008-01-28
1
-2
/
+2
*
libertas: Fix endianness in boot2_version handling.
David Woodhouse
2008-01-28
1
-1
/
+1
*
libertas: Use lbs_cmd() for setting Boot2 version
David Woodhouse
2008-01-28
1
-4
/
+16
*
libertas: Move SET_BOOT2_VER command to if_usb where it belongs
David Woodhouse
2008-01-28
1
-0
/
+5
*
libertas: Consolidate lbs_host_to_card_done() function.
David Woodhouse
2008-01-28
1
-16
/
+2
*
libertas: Fix memory leak of RX skbs
David Woodhouse
2008-01-28
1
-1
/
+5
*
libertas: remove arbitrary typedefs
Holger Schurig
2008-01-28
1
-20
/
+26
*
libertas: separate mesh connectivity from that of the main interface
Brajesh Dave
2008-01-28
1
-2
/
+3
*
libertas: nuke useless variable usbdriver_name and useless comments
Andres Salomon
2008-01-28
1
-7
/
+1
*
libertas: reset devices upon disconnect rather than module unloading
Andres Salomon
2008-01-28
1
-22
/
+4
*
libertas: mark module_init/exit functions as __init/__exit
Andres Salomon
2008-01-28
1
-2
/
+2
*
libertas: drop useless default_fw_name variable
Andres Salomon
2008-01-28
1
-6
/
+1
*
libertas: move to uniform lbs_/LBS_ namespace
Holger Schurig
2008-01-28
1
-43
/
+43
*
[PATCH] libertas: remove one superfluous include
Holger Schurig
2007-10-10
1
-1
/
+0
*
[PATCH] libertas: send reset command directly instead of calling libertas_res...
Dan Williams
2007-10-10
1
-2
/
+4
*
[PATCH] libertas: reorganize and simplify init sequence
Dan Williams
2007-10-10
1
-203
/
+162
*
[PATCH] libertas: fix sparse-reported problems
Dan Williams
2007-10-10
1
-17
/
+13
*
[PATCH] libertas: pass boot2 version to firmware
Luis Carlos Cobo
2007-10-10
1
-0
/
+1
*
[PATCH] libertas: monitor mode support for OLPC firmware
Luis Carlos Cobo
2007-10-10
1
-0
/
+2
*
[PATCH] libertas: keep mesh autostart enabled while asleep
Luis Carlos Cobo
2007-10-10
1
-0
/
+26
*
[PATCH] libertas: uppercase some #defines
Holger Schurig
2007-10-10
1
-3
/
+3
*
[PATCH] libertas: make more functions static & remove unused functions
Holger Schurig
2007-10-10
1
-3
/
+5
*
[PATCH] libertas: remove fw.c
Holger Schurig
2007-10-10
1
-2
/
+76
*
[PATCH] libertas: move generic firmware reset command to common code
Dan Williams
2007-10-10
1
-20
/
+10
*
[PATCH] libertas: remove thread.h and make kthread usage clearer
Dan Williams
2007-10-10
1
-1
/
+1
*
[PATCH] libertas: re-uppercase command defines and other constants
Dan Williams
2007-10-10
1
-3
/
+3
*
[PATCH] libertas: remove if_bootcmd.c
Dan Williams
2007-10-10
1
-0
/
+24
*
[PATCH] libertas: More endianness fixes.
David Woodhouse
2007-06-11
1
-2
/
+2
*
[PATCH] libertas: first pass at fixing up endianness issues
David Woodhouse
2007-06-11
1
-26
/
+22
*
[PATCH] libertas: fix oops on rmmod
Marcelo Tosatti
2007-06-11
1
-5
/
+2
*
[PATCH] libertas: correctly unregister mesh netdev on error
Dan Williams
2007-06-11
1
-2
/
+1
*
[PATCH] libertas: call SET_NETDEV_DEV from common code
Dan Williams
2007-06-11
1
-10
/
+2
*
[PATCH] libertas: add URB debug info
Luis Carlos Cobo
2007-06-11
1
-1
/
+1
*
[PATCH] libertas: remove unused variables in wlan_dev_t
Holger Schurig
2007-06-11
1
-23
/
+23
*
[PATCH] libertas: let DRV_NAME be overridable
Holger Schurig
2007-06-11
1
-0
/
+2
*
[PATCH] libertas: fix RESET logic at unload time
Holger Schurig
2007-06-11
1
-47
/
+37
*
[PATCH] libertas: split module into two (libertas.ko and usb8xxx.ko)
Holger Schurig
2007-06-11
1
-26
/
+36
*
[PATCH] libertas: indirect all hardware access via hw_XXXX functions
Holger Schurig
2007-06-11
1
-10
/
+22
*
[PATCH] libertas: fix error handling of card initialization
Marcelo Tosatti
2007-06-11
1
-2
/
+8
*
[PATCH] libertas: fixed transmission flow control on the mesh interface
Javier Cardona
2007-06-11
1
-4
/
+10
*
[PATCH] libertas: split wlan_add_card()
Holger Schurig
2007-06-11
1
-0
/
+3
[next]