index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (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
2008-07-10
libertas: fix memory alignment problems on the blackfin
Ihar Hrachyshka
1
-2
/
+2
2008-05-01
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...
David S. Miller
1
-1
/
+2
2008-05-01
libertas: fix use-before-check violation
Holger Schurig
1
-1
/
+2
2008-04-29
wireless: use get/put_unaligned_* helpers
Harvey Harrison
1
-1
/
+1
2008-04-09
libertas: move association code from scan.c into assoc.c
Holger Schurig
1
-363
/
+1
2008-04-09
libertas: move association code from join.c into scan.c
Holger Schurig
1
-1
/
+1
2008-03-25
libertas: store rssi as an u32
Holger Schurig
1
-2
/
+2
2008-03-13
libertas: implement SSID scanning for SIOCSIWSCAN
Holger Schurig
1
-78
/
+67
2008-03-07
libertas: clean up scan.c, remove zeromac and bcastmac
David Woodhouse
1
-234
/
+181
2008-03-07
libertas: convert 802_11_SCAN to a direct command
David Woodhouse
1
-81
/
+41
2008-02-29
libertas: rename/document scan_channel
Holger Schurig
1
-11
/
+11
2008-02-29
libertas: make lbs_unset_basic_rate_flags() static
Holger Schurig
1
-0
/
+17
2008-02-03
Spelling fixes: lenght->length
Paulius Zaleckas
1
-1
/
+1
2008-01-29
libertas: slight cleanup of netif queue stop/wake
David Woodhouse
1
-5
/
+7
2008-01-29
libertas: fix sparse endianness warnings in scan.c
David Woodhouse
1
-6
/
+5
2008-01-29
libertas: kill struct lbs_adapter
David Woodhouse
1
-98
/
+90
2008-01-29
libertas: implement new scanning logic
Holger Schurig
1
-511
/
+360
2008-01-29
libertas: remove user-specified channel list
Holger Schurig
1
-57
/
+2
2008-01-29
libertas: remove numprobes
Holger Schurig
1
-19
/
+1
2008-01-29
libertas: remove arbitrary typedefs
Holger Schurig
1
-38
/
+41
2008-01-29
libertas: separate mesh connectivity from that of the main interface
Brajesh Dave
1
-6
/
+8
2008-01-29
libertas: move to uniform lbs_/LBS_ namespace
Holger Schurig
1
-92
/
+92
2007-10-11
[PATCH] libertas: clean up scan debug messages
Holger Schurig
1
-66
/
+155
2007-10-11
[PATCH] libertas: fix "warning: Using plain integer as NULL pointer" sparse w...
Holger Schurig
1
-1
/
+1
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
[next]