index
:
kernel-crypto.git
audit
bugfixes
herbert
integration
master
ncr-audit
ncr-integration
ncr-rhel5-patches
ncr-standalone-master
ncr-standalone-rename
ncr-submission-2
ncr-userspace-crypto
User-space crypto API development for Linux
Miloslav Trmac
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
libertas
/
cmd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
libertas: rename and re-type bufvirtualaddr to cmdbuf
Dan Williams
2008-01-28
1
-76
/
+57
*
libertas: convert GET_HW_SPEC to a direct command
Dan Williams
2008-01-28
1
-9
/
+67
*
libertas: add simple copyback command callback
Dan Williams
2008-01-28
1
-1
/
+28
*
libertas: clean up direct command handling
Dan Williams
2008-01-28
1
-10
/
+12
*
libertas: clean up is_command_allowed_in_ps()
Dan Williams
2008-01-28
1
-15
/
+9
*
libertas: make lbs_cmd() usage nicer
Dan Williams
2008-01-28
1
-4
/
+4
*
libertas: add opaque extra argument to cmd callback function
David Woodhouse
2008-01-28
1
-1
/
+5
*
libertas: kill struct lbs_adapter
David Woodhouse
2008-01-28
1
-149
/
+129
*
libertas: switch lbs_cmd() to take a callback function pointer
David Woodhouse
2008-01-28
1
-26
/
+4
*
libertas: kill adapter->nr_cmd_pending
David Woodhouse
2008-01-28
1
-4
/
+2
*
libertas: endianness fixes
Holger Schurig
2008-01-28
1
-14
/
+14
*
libertas: Switch to using a callback function pointer for commands
David Woodhouse
2008-01-28
1
-6
/
+25
*
libertas: Remove SET_BOOT2_VER support from the Big Switch Statement.
David Woodhouse
2008-01-28
1
-15
/
+0
*
libertas: don't cast a pointer to pointer of
Li Zefan
2008-01-28
1
-11
/
+11
*
libertas: Byteswap cmdptr->size in lbs_cmd()
David Woodhouse
2008-01-28
1
-1
/
+1
*
libertas: Zero 'pdata_size' field in cmd_ctrl_node reliably.
David Woodhouse
2008-01-28
1
-0
/
+2
*
libertas: handy function to call firmware commands
Holger Schurig
2008-01-28
1
-0
/
+96
*
libertas: make more functions static
Holger Schurig
2008-01-28
1
-2
/
+7
*
libertas: remove cmd_ctrl_node->status
Holger Schurig
2008-01-28
1
-1
/
+0
*
libertas: Remove cmd_oid from struct cmd_ctrl_node
David Woodhouse
2008-01-28
1
-6
/
+3
*
libertas: rework event subscription
Holger Schurig
2008-01-28
1
-0
/
+50
*
libertas: remove arbitrary typedefs
Holger Schurig
2008-01-28
1
-70
/
+74
*
libertas: configurable beacon interval
Brajesh Dave
2008-01-28
1
-0
/
+25
*
libertas: separate mesh connectivity from that of the main interface
Brajesh Dave
2008-01-28
1
-1
/
+2
*
libertas: move to uniform lbs_/LBS_ namespace
Holger Schurig
2008-01-28
1
-137
/
+137
*
libertas: properly account for queue commands
Marcelo Tosatti
2007-11-10
1
-3
/
+7
*
[PATCH] libertas: fix u8 constant
Holger Schurig
2007-10-10
1
-2
/
+2
*
[PATCH] libertas: properly end commands on hardware failure
Pierre Ossman
2007-10-10
1
-0
/
+2
*
[PATCH] libertas: pass boot2 version to firmware
Luis Carlos Cobo
2007-10-10
1
-0
/
+15
*
[PATCH] drivers/net/wireless/libertas/cmd.c: fix adapter->driver_lock derefer...
Eugene Teo
2007-10-10
1
-9
/
+1
*
[PATCH] libertas: fix assignment of WEP key type
Dan Williams
2007-10-10
1
-4
/
+2
*
[PATCH] libertas: monitor mode support for OLPC firmware
Luis Carlos Cobo
2007-10-10
1
-0
/
+25
*
[PATCH] libertas: remove adapter->multipledtim
Holger Schurig
2007-10-10
1
-1
/
+1
*
[PATCH] libertas: remove adapter->locallisteninterval
Holger Schurig
2007-10-10
1
-5
/
+1
*
[PATCH] libertas: remove adapter->nullpktinterval
Holger Schurig
2007-10-10
1
-2
/
+1
*
[PATCH] libertas: remove adapter->{data,bcn}_avg_factor
Holger Schurig
2007-10-10
1
-1
/
+1
*
[PATCH] libertas: remove adapter->txrate
Holger Schurig
2007-10-10
1
-7
/
+0
*
[PATCH] libertas: remove adapter->{rx,tx}antenna
Holger Schurig
2007-10-10
1
-25
/
+0
*
[PATCH] libertas: use LBS_DEB_HOST for host-to-card communications
Holger Schurig
2007-10-10
1
-123
/
+136
*
[PATCH] libertas: make the hex dumper nicer
Holger Schurig
2007-10-10
1
-6
/
+6
*
[PATCH] libertas: make more functions static & remove unused functions
Holger Schurig
2007-10-10
1
-1
/
+1
*
[PATCH] libertas: simplify and clean up data rate handling
Dan Williams
2007-10-10
1
-5
/
+2
*
[PATCH] libertas: fix more mixed-case abuse
Dan Williams
2007-10-10
1
-3
/
+3
*
[PATCH] libertas: remove thread.h and make kthread usage clearer
Dan Williams
2007-10-10
1
-2
/
+2
*
[PATCH] libertas: re-uppercase command defines and other constants
Dan Williams
2007-10-10
1
-161
/
+161
*
[PATCH] libertas: rename WLAN_802_11_KEY to enc_key and clean up usage
Dan Williams
2007-10-10
1
-4
/
+3
*
[PATCH] libertas: fix disabling WPA
Dan Williams
2007-07-10
1
-1
/
+1
*
[PATCH] libertas: fix WPA associations by handling ENABLE_RSN correctly
Dan Williams
2007-06-28
1
-5
/
+7
*
[PATCH] libertas: first pass at fixing up endianness issues
David Woodhouse
2007-06-11
1
-145
/
+103
*
[PATCH] libertas: Make WPA work through supplicant handshake
Dan Williams
2007-06-11
1
-24
/
+24
[next]