index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
libertas
/
cmdresp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
libertas: kill unused lbs_prepare_and_send_command()
Dan Williams
2010-07-27
1
-3
/
+0
*
libertas: convert PS_MODE to a direct command
Dan Williams
2010-07-27
1
-6
/
+7
*
libertas: remove unused indirect command response handler
Dan Williams
2010-07-27
1
-24
/
+1
*
libertas: convert CMD_FWT_ACCESS to a direct command
Dan Williams
2010-07-27
1
-9
/
+0
*
libertas: convert Mesh Blinding Table access to a direct command
Dan Williams
2010-07-27
1
-7
/
+0
*
libertas: convert register access to direct commands
Dan Williams
2010-07-27
1
-48
/
+0
*
libertas: remove Beacon Control
Dan Williams
2010-07-27
1
-3
/
+0
*
libertas: remove unused Automatic Frequency Control command
Dan Williams
2010-07-27
1
-9
/
+0
*
libertas: remove unused indirect TPC_CFG command leftovers
Dan Williams
2010-07-27
1
-7
/
+0
*
libertas: convert 11D_DOMAIN_INFO to a direct command
Dan Williams
2010-07-27
1
-51
/
+0
*
libertas: clean up RSSI command
Dan Williams
2010-07-27
1
-4
/
+0
*
libertas: mark lbs_ret_802_11d_domain_info static
John W. Linville
2010-06-23
1
-1
/
+1
*
Libertas: Added 11d support using cfg80211
Kiran Divekar
2010-06-23
1
-0
/
+50
*
Libertas: fix WARN_ON issues in cfg80211 support
Kiran Divekar
2010-06-23
1
-1
/
+3
*
Libertas: cfg80211 support
Kiran Divekar
2010-06-23
1
-26
/
+3
*
libertas: Added callback functions to support SDIO suspend/resume.
Amitkumar Karwar
2010-06-02
1
-24
/
+6
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
libertas: don't retry commands
Holger Schurig
2010-02-08
1
-5
/
+0
*
libertas: remove mesh_autostart_enabled and sync_channel
Holger Schurig
2009-12-22
1
-14
/
+2
*
libertas: move mic failure event to wext.c
Holger Schurig
2009-10-27
1
-28
/
+2
*
libertas: move SIOCGIWAP calls to wext.c
Holger Schurig
2009-10-27
1
-7
/
+1
*
libertas: remove handling for CMD_GET_TSF
Holger Schurig
2009-10-27
1
-6
/
+0
*
libertas: remove handling for CMD_802_11_LED_GPIO_CTRL
Holger Schurig
2009-10-27
1
-6
/
+0
*
libertas: move association related commands into assoc.c
Holger Schurig
2009-10-27
1
-47
/
+0
*
libertas: change IW_ESSID_MAX_SIZE -> IEEE80211_MAX_SSID_LEN
Holger Schurig
2009-10-27
1
-1
/
+1
*
libertas: remove unused 11d code
Holger Schurig
2009-10-27
1
-4
/
+0
*
libertas: harmonize cmd.h
Holger Schurig
2009-10-27
1
-0
/
+1
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2009-10-13
1
-0
/
+1
|
\
|
*
libertas: fix build
Alan Cox
2009-10-13
1
-0
/
+1
*
|
libertas: Add auto deep sleep support for SD8385/SD8686/SD8688
Amitkumar Karwar
2009-10-07
1
-0
/
+12
|
/
*
wireless: libertas: fix unaligned accesses
Cliff Cai
2009-06-03
1
-5
/
+5
*
libertas: convert CMD_802_11_ASSOCIATE to a direct command
Dan Williams
2009-06-03
1
-6
/
+0
*
libertas: convert CMD_802_11_AUTHENTICATE to a direct command
Dan Williams
2009-06-03
1
-1
/
+0
*
libertas: convert SNMP_MIB to a direct command
Dan Williams
2008-09-15
1
-46
/
+0
*
libertas: remove unused generic RESET command
Dan Williams
2008-09-15
1
-1
/
+0
*
libertas: convert adhoc operations to direct commands
Dan Williams
2008-08-29
1
-9
/
+0
*
libertas: convert CMD_802_11_DEAUTHENTICATE to a direct command
Dan Williams
2008-08-29
1
-5
/
+0
*
libertas: convert CMD_802_11_RF_TX_POWER to a direct command
Dan Williams
2008-08-29
1
-19
/
+0
*
libertas: rate adaptation configuration via iwconfig.
Javier Cardona
2008-06-03
1
-20
/
+0
*
libertas: fix multicast filtering on eth and msh interfaces
David Woodhouse
2008-05-21
1
-1
/
+0
*
libertas: Increase priority of 'unknown command' warnings
David Woodhouse
2008-05-21
1
-2
/
+2
*
libertas: convert libertas driver to use an event/cmdresp queue
Holger Schurig
2008-04-16
1
-16
/
+7
*
libertas: move association code from join.c into scan.c
Holger Schurig
2008-04-08
1
-1
/
+1
*
libertas: convert sleep/wake config direct commands
Holger Schurig
2008-04-01
1
-9
/
+8
*
libertas: convert CMD_802_11_EEPROM_ACCESS to a direct command
Holger Schurig
2008-04-01
1
-29
/
+0
*
libertas: convert CMD_802_11_MAC_ADDRESS to a direct command
Holger Schurig
2008-04-01
1
-17
/
+0
*
libertas: reduce debug output
Holger Schurig
2008-03-27
1
-2
/
+2
*
libertas: remove CMD_802_11_PWR_CFG
Holger Schurig
2008-03-27
1
-8
/
+0
*
libertas: remove lots of unused stuff
Holger Schurig
2008-03-25
1
-25
/
+4
*
libertas: misc power saving adjusts
Holger Schurig
2008-03-25
1
-9
/
+9
[next]