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
pinetabv-6.6.y-devel
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
/
scan.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-11
[LIBERTAS]: fix oops on the blackfin architecture
Vladimir Davydov
1
-3
/
+5
2007-10-11
[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
Joe Perches
1
-6
/
+8
2007-10-11
[PATCH] libertas: push WEXT scan requests to a work queue
Dan Williams
1
-59
/
+80
2007-10-11
[PATCH] libertas: push mesh beacon bit to userspace in scan results
Dan Williams
1
-0
/
+14
2007-10-11
[PATCH] libertas: remove bss_descriptor->timestamp
Holger Schurig
1
-1
/
+0
2007-10-11
[PATCH] libertas: remove bss_descriptior->networktsf
Holger Schurig
1
-69
/
+0
2007-10-11
[PATCH] libertas: remove adapter->scantype
Holger Schurig
1
-1
/
+1
2007-10-11
[PATCH] libertas: remove adapter->scanmode
Holger Schurig
1
-4
/
+2
2007-10-11
[PATCH] libertas: remove adapter->scanprobes
Holger Schurig
1
-3
/
+2
2007-10-11
[PATCH] libertas: make the hex dumper nicer
Holger Schurig
1
-6
/
+6
2007-10-11
[PATCH] libertas: access mesh_dev more carefully
Holger Schurig
1
-4
/
+8
2007-10-11
[PATCH] libertas: make more functions static & remove unused functions
Holger Schurig
1
-34
/
+1
2007-10-11
[PATCH] libertas: simplify and clean up data rate handling
Dan Williams
1
-36
/
+18
2007-10-11
[PATCH] libertas: re-uppercase command defines and other constants
Dan Williams
1
-10
/
+10
2007-10-11
[PATCH] libertas: fix mixed-case abuse in cmd_ds_802_11_scan
Dan Williams
1
-4
/
+3
2007-10-11
[PATCH] libertas: specific mesh scan for mshX interface
Luis Carlos Cobo
1
-0
/
+10
2007-10-11
[PATCH] libertas: clean up 802.11 IE post-scan handling
Dan Williams
1
-115
/
+84
2007-10-11
[PATCH] libertas: kill ieeetypes_capinfo bitfield, use ieee80211.h types
Dan Williams
1
-34
/
+24
2007-06-28
[PATCH] libertas: kill wlan_scan_process_results
Dan Williams
1
-37
/
+14
2007-06-11
[PATCH] libertas: reduce SSID and BSSID mixed-case abuse
Dan Williams
1
-11
/
+11
2007-06-11
[PATCH] libertas: remove structure WLAN_802_11_SSID and libertas_escape_essid
Dan Williams
1
-32
/
+34
2007-06-11
[PATCH] libertas: first pass at fixing up endianness issues
David Woodhouse
1
-29
/
+23
2007-06-11
[PATCH] libertas: sparse fixes
Dan Williams
1
-3
/
+2
2007-06-11
[PATCH] libertas: Make WPA work through supplicant handshake
Dan Williams
1
-2
/
+0
2007-06-11
[PATCH] libertas: send SIOCGIWSCAN event after partial scans too
Dan Williams
1
-2
/
+2
2007-06-11
[PATCH] libertas: honor specific channel requests during association
Dan Williams
1
-2
/
+5
2007-06-11
[PATCH] libertas: fix deadlock SIOCGIWSCAN handler
Dan Williams
1
-17
/
+18
2007-06-11
[PATCH] libertas: use compare_ether_addr() rather than memcmp() where appropr...
Dan Williams
1
-2
/
+2
2007-06-11
[PATCH] libertas: use MAC_FMT and MAC_ARG where appropriate
Dan Williams
1
-7
/
+3
2007-06-11
[PATCH] libertas: make association paths consistent
Dan Williams
1
-18
/
+3
2007-06-11
[PATCH] libertas: fix 'keep previous scan' behavior
Dan Williams
1
-54
/
+77
2007-06-11
[PATCH] libertas: make scan result handling more flexible
Dan Williams
1
-673
/
+552
2007-06-11
[PATCH] libertas: replace 'macaddress' with 'bssid'
Dan Williams
1
-27
/
+24
2007-06-11
[PATCH] libertas: remove unused variables in wlan_dev_t
Holger Schurig
1
-5
/
+5
2007-06-11
[PATCH] libertas: wakeup both mesh and normal wakeup when getting out of scan
Chris Ball
1
-0
/
+2
2007-06-11
[PATCH] libertas: fixed transmission flow control on the mesh interface
Javier Cardona
1
-2
/
+4
2007-06-11
[PATCH] libertas: fix SSID output
Holger Schurig
1
-3
/
+3
2007-06-11
[PATCH] libertas: make debug configurable
Holger Schurig
1
-83
/
+91
2007-06-11
[PATCH] libertas: fix scanning from associate path
Marcelo Tosatti
1
-10
/
+18
2007-06-11
[PATCH] libertas: scan two channels per scan command
Marcelo Tosatti
1
-9
/
+25
2007-05-11
[PATCH] libertas: 64-bit cleanups
Dan Williams
1
-2
/
+2
2007-05-11
[PATCH] libertas: remove WLAN_802_11_NETWORK_INFRASTRUCTURE enum
Dan Williams
1
-22
/
+20
2007-05-11
[PATCH] libertas: remove WLAN_802_11_WEP_STATUS enum
Dan Williams
1
-16
/
+14
2007-05-11
[PATCH] libertas: remove custom encryption mode stuff
Dan Williams
1
-12
/
+5
2007-05-11
[PATCH] libertas: remove incorrect vi modelines
Dan Williams
1
-3
/
+0
2007-05-11
[PATCH] libertas: remove WPA_SUPPLICANT structure
Dan Williams
1
-69
/
+44
2007-04-28
[PATCH] Marvell Libertas 8388 802.11b/g USB driver
Marcelo Tosatti
1
-0
/
+2044