index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
2010-07-27
libertas: rename lbs_get_cmd_ctrl_node() to lbs_get_free_cmd_node()
Dan Williams
1
-4
/
+2
2010-07-27
libertas: kill unused lbs_prepare_and_send_command()
Dan Williams
1
-137
/
+9
2010-07-27
libertas: convert DEEP_SLEEP timer to a direct command
Dan Williams
1
-4
/
+0
2010-07-27
libertas: convert PS_MODE to a direct command
Dan Williams
1
-84
/
+55
2010-07-27
libertas: convert CMD_FWT_ACCESS to a direct command
Dan Williams
1
-8
/
+0
2010-07-27
libertas: convert Mesh Blinding Table access to a direct command
Dan Williams
1
-4
/
+0
2010-07-27
libertas: convert register access to direct commands
Dan Williams
1
-64
/
+66
2010-07-27
libertas: remove Beacon Control
Dan Williams
1
-3
/
+0
2010-07-27
libertas: remove unused Automatic Frequency Control command
Dan Williams
1
-13
/
+0
2010-07-27
libertas: remove unused indirect TPC_CFG command leftovers
Dan Williams
1
-12
/
+0
2010-07-27
libertas: convert 11D_DOMAIN_INFO to a direct command
Dan Williams
1
-65
/
+123
2010-07-27
libertas: clean up RSSI command
Dan Williams
1
-4
/
+35
2010-07-27
libertas: clean up MONITOR_MODE command
Dan Williams
1
-17
/
+25
2010-07-13
libertas: Added support for host sleep feature
Amitkumar Karwar
1
-1
/
+60
2010-06-23
Libertas: Added 11d support using cfg80211
Kiran Divekar
1
-0
/
+65
2010-06-23
Libertas: cfg80211 support
Kiran Divekar
1
-11
/
+11
2010-06-03
libertas: Added callback functions to support SDIO suspend/resume.
Amitkumar Karwar
1
-5
/
+32
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-12-26
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
1
-17
/
+5
2009-12-23
kfifo: cleanup namespace
Stefani Seibold
1
-2
/
+2
2009-12-23
kfifo: move struct kfifo in place
Stefani Seibold
1
-2
/
+2
2009-12-22
libertas: remove priv->capability
Holger Schurig
1
-3
/
+0
2009-12-22
libertas: make mesh configurable
Holger Schurig
1
-0
/
+4
2009-12-22
libertas: add access functions for mesh open/connect status
Holger Schurig
1
-1
/
+1
2009-12-22
libertas: use priv->mesh_tlv instead of priv->mesh_fw_ver
Holger Schurig
1
-13
/
+0
2009-11-28
libertas: move mesh command handling into mesh.c
Holger Schurig
1
-168
/
+0
2009-10-27
libertas: remove some references to IW_MODE_abc
Holger Schurig
1
-8
/
+2
2009-10-27
libertas: sort and categorize entries in decl.h
Holger Schurig
1
-1
/
+3
2009-10-27
libertas: remove "struct cmd_ds_gen"
Holger Schurig
1
-10
/
+12
2009-10-27
libertas: remove handling for CMD_GET_TSF
Holger Schurig
1
-6
/
+0
2009-10-27
libertas: remove handling for CMD_802_11_LED_GPIO_CTRL
Holger Schurig
1
-23
/
+0
2009-10-27
libertas: move lbs_send_iwevcustom_event() to wext.c
Holger Schurig
1
-24
/
+0
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
[next]