index
:
asmadeus/linux.git
for-next
The linux kernel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
libertas
/
cmd.c
Age
Commit message (
Expand
)
Author
2008-01-28
libertas: kill struct lbs_adapter
David Woodhouse
2008-01-28
libertas: switch lbs_cmd() to take a callback function pointer
David Woodhouse
2008-01-28
libertas: kill adapter->nr_cmd_pending
David Woodhouse
2008-01-28
libertas: endianness fixes
Holger Schurig
2008-01-28
libertas: Switch to using a callback function pointer for commands
David Woodhouse
2008-01-28
libertas: Remove SET_BOOT2_VER support from the Big Switch Statement.
David Woodhouse
2008-01-28
libertas: don't cast a pointer to pointer of
Li Zefan
2008-01-28
libertas: Byteswap cmdptr->size in lbs_cmd()
David Woodhouse
2008-01-28
libertas: Zero 'pdata_size' field in cmd_ctrl_node reliably.
David Woodhouse
2008-01-28
libertas: handy function to call firmware commands
Holger Schurig
2008-01-28
libertas: make more functions static
Holger Schurig
2008-01-28
libertas: remove cmd_ctrl_node->status
Holger Schurig
2008-01-28
libertas: Remove cmd_oid from struct cmd_ctrl_node
David Woodhouse
2008-01-28
libertas: rework event subscription
Holger Schurig
2008-01-28
libertas: remove arbitrary typedefs
Holger Schurig
2008-01-28
libertas: configurable beacon interval
Brajesh Dave
2008-01-28
libertas: separate mesh connectivity from that of the main interface
Brajesh Dave
2008-01-28
libertas: move to uniform lbs_/LBS_ namespace
Holger Schurig
2007-11-10
libertas: properly account for queue commands
Marcelo Tosatti
2007-10-10
[PATCH] libertas: fix u8 constant
Holger Schurig
2007-10-10
[PATCH] libertas: properly end commands on hardware failure
Pierre Ossman
2007-10-10
[PATCH] libertas: pass boot2 version to firmware
Luis Carlos Cobo
2007-10-10
[PATCH] drivers/net/wireless/libertas/cmd.c: fix adapter->driver_lock derefer...
Eugene Teo
2007-10-10
[PATCH] libertas: fix assignment of WEP key type
Dan Williams
2007-10-10
[PATCH] libertas: monitor mode support for OLPC firmware
Luis Carlos Cobo
2007-10-10
[PATCH] libertas: remove adapter->multipledtim
Holger Schurig
2007-10-10
[PATCH] libertas: remove adapter->locallisteninterval
Holger Schurig
2007-10-10
[PATCH] libertas: remove adapter->nullpktinterval
Holger Schurig
2007-10-10
[PATCH] libertas: remove adapter->{data,bcn}_avg_factor
Holger Schurig
2007-10-10
[PATCH] libertas: remove adapter->txrate
Holger Schurig
2007-10-10
[PATCH] libertas: remove adapter->{rx,tx}antenna
Holger Schurig
2007-10-10
[PATCH] libertas: use LBS_DEB_HOST for host-to-card communications
Holger Schurig
2007-10-10
[PATCH] libertas: make the hex dumper nicer
Holger Schurig
2007-10-10
[PATCH] libertas: make more functions static & remove unused functions
Holger Schurig
2007-10-10
[PATCH] libertas: simplify and clean up data rate handling
Dan Williams
2007-10-10
[PATCH] libertas: fix more mixed-case abuse
Dan Williams
2007-10-10
[PATCH] libertas: remove thread.h and make kthread usage clearer
Dan Williams
2007-10-10
[PATCH] libertas: re-uppercase command defines and other constants
Dan Williams
2007-10-10
[PATCH] libertas: rename WLAN_802_11_KEY to enc_key and clean up usage
Dan Williams
2007-07-10
[PATCH] libertas: fix disabling WPA
Dan Williams
2007-06-28
[PATCH] libertas: fix WPA associations by handling ENABLE_RSN correctly
Dan Williams
2007-06-11
[PATCH] libertas: first pass at fixing up endianness issues
David Woodhouse
2007-06-11
[PATCH] libertas: Make WPA work through supplicant handshake
Dan Williams
2007-06-11
[PATCH] libertas: fix debug enter/leave prints for libertas_execute_next_command
Dan Williams
2007-06-11
[PATCH] libertas: updated mesh commands for 5.220.9.p11
Luis Carlos Cobo
2007-06-11
[PATCH] libertas: remove unused variables in wlan_dev_t
Holger Schurig
2007-06-11
[PATCH] libertas: split module into two (libertas.ko and usb8xxx.ko)
Holger Schurig
2007-06-11
[PATCH] libertas: indirect all hardware access via hw_XXXX functions
Holger Schurig
2007-06-11
[PATCH] libertas: changed some occurences of kmalloc() + memset(&a,0,sz) to k...
Holger Schurig
2007-06-11
[PATCH] libertas: make debug configurable
Holger Schurig
[next]