index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
libertas
/
cmd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-10-27
libertas: move association related commands into assoc.c
Holger Schurig
1
-340
/
+0
2009-10-27
libertas: get current channel out of priv->curbssparams
Holger Schurig
1
-4
/
+4
2009-10-27
libertas: move scan/assoc related stuff
Holger Schurig
1
-0
/
+1
2009-10-27
libertas: change IW_ESSID_MAX_SIZE -> IEEE80211_MAX_SSID_LEN
Holger Schurig
1
-1
/
+1
2009-10-27
libertas: remove unused 11d code
Holger Schurig
1
-10
/
+0
2009-10-27
libertas: remove unused lbs_cmd_802_11_inactivity_timeout()
Holger Schurig
1
-27
/
+0
2009-10-27
libertas: make lbs_get_channel() static
Holger Schurig
1
-1
/
+1
2009-10-27
libertas: cleanup host.h and hostcmd.h
Holger Schurig
1
-1
/
+0
2009-10-27
libertas: make __lbs_cmd_async() non-static
Holger Schurig
1
-1
/
+1
2009-10-08
libertas: Use lbs_is_cmd_allowed() check in command handling routines.
Amitkumar Karwar
1
-0
/
+34
2009-10-08
libertas: Add auto deep sleep support for SD8385/SD8686/SD8688
Amitkumar Karwar
1
-3
/
+69
2009-07-21
libertas: Fix problem with broken V4 firmware on CF8381
Marek Vasut
1
-1
/
+7
2009-06-03
libertas: convert CMD_802_11_ASSOCIATE to a direct command
Dan Williams
1
-5
/
+0
2009-06-03
libertas: convert CMD_802_11_AUTHENTICATE to a direct command
Dan Williams
1
-6
/
+1
2009-06-03
libertas: restyle Marvell & IEEE TLV structure names
Dan Williams
1
-2
/
+2
2009-04-23
libertas: support mesh for various firmware versions
Bing Zhao
1
-2
/
+24
2009-03-30
trivial: Fix misspelling of firmware
Nick Andrew
1
-1
/
+1
2008-11-21
libertas: Fine grained configuration of wake-on-lan.
Anna Neal
1
-3
/
+15
2008-11-10
don't use net/ieee80211.h
Johannes Berg
1
-3
/
+2
2008-11-01
wireless: use individual buffers for printing ssid values
John W. Linville
1
-1
/
+2
2008-11-01
wireless: consolidate on a single escape_essid implementation
John W. Linville
1
-1
/
+2
2008-10-31
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-2
/
+2
2008-10-30
libertas: remove two libertas sparse warning
Holger Schurig
1
-2
/
+2
2008-10-28
net: convert print_mac to %pM
Johannes Berg
1
-3
/
+2
2008-10-15
libertas : Remove unused variable warning for "old_channel" from cmd.c
Manish Katiyar
1
-0
/
+2
2008-09-30
libertas: Improvements on automatic tx power control via SIOCSIWTXPOW (fixups)
Anna Neal
1
-1
/
+1
2008-09-16
libertas: convert SNMP_MIB to a direct command
Dan Williams
1
-103
/
+77
2008-09-16
libertas: remove unused generic RESET command
Dan Williams
1
-18
/
+0
2008-09-11
libertas: Improvements on automatic tx power control via SIOCSIWTXPOW.
Anna Neal
1
-0
/
+64
2008-08-30
libertas: convert adhoc operations to direct commands
Dan Williams
1
-12
/
+0
2008-08-30
libertas: convert CMD_802_11_RADIO_CONTROL to a direct command
Dan Williams
1
-20
/
+26
2008-08-30
libertas: convert CMD_802_11_DEAUTHENTICATE to a direct command
Dan Williams
1
-4
/
+0
2008-08-30
libertas: convert CMD_802_11_RF_TX_POWER to a direct command
Dan Williams
1
-35
/
+50
2008-08-23
libertas: support boot commands to write persistent firmware and bootloader
Brian Cavagnolo
1
-4
/
+17
2008-06-10
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-1
/
+4
2008-06-09
libertas: fix sleep confirmation
Holger Schurig
1
-1
/
+4
2008-06-03
libertas: rate adaptation configuration via iwconfig.
Javier Cardona
1
-19
/
+48
2008-06-03
libertas: use lbs_pr_XX instead of printk
Holger Schurig
1
-1
/
+1
2008-05-22
libertas: reduce command retry time
Holger Schurig
1
-3
/
+3
2008-05-22
libertas: Extend MESH_CONFIG command to access non-volatile configuration
Javier Cardona
1
-11
/
+57
2008-05-22
libertas: fix multicast filtering on eth and msh interfaces
David Woodhouse
1
-28
/
+1
2008-05-22
libertas: Increase priority of 'unknown command' warnings
David Woodhouse
1
-1
/
+1
2008-05-15
libertas: remove lbs_get_data_rate()
Holger Schurig
1
-32
/
+0
2008-04-16
libertas: un-garbage various command structs
Holger Schurig
1
-1
/
+6
2008-04-16
libertas: convert libertas driver to use an event/cmdresp queue
Holger Schurig
1
-8
/
+17
2008-04-09
libertas: move lbs_update_channel out of assoc.c
Holger Schurig
1
-0
/
+16
2008-04-09
libertas: move association code from join.c into scan.c
Holger Schurig
1
-1
/
+1
2008-04-02
libertas: convert sleep/wake config direct commands
Holger Schurig
1
-22
/
+10
2008-04-02
libertas: convert CMD_802_11_EEPROM_ACCESS to a direct command
Holger Schurig
1
-25
/
+0
2008-04-02
libertas: convert CMD_802_11_MAC_ADDRESS to a direct command
Holger Schurig
1
-27
/
+0
[prev]
[next]