summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/libertas/scan.c
Commit message (Expand)AuthorAgeFilesLines
...
* libertas: separate mesh connectivity from that of the main interfaceBrajesh Dave2008-01-291-6/+8
* libertas: move to uniform lbs_/LBS_ namespaceHolger Schurig2008-01-291-92/+92
* [PATCH] libertas: clean up scan debug messagesHolger Schurig2007-10-111-66/+155
* [PATCH] libertas: fix "warning: Using plain integer as NULL pointer" sparse w...Holger Schurig2007-10-111-1/+1
* [LIBERTAS]: fix oops on the blackfin architectureVladimir Davydov2007-10-111-3/+5
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-111-6/+8
* [PATCH] libertas: push WEXT scan requests to a work queueDan Williams2007-10-111-59/+80
* [PATCH] libertas: push mesh beacon bit to userspace in scan resultsDan Williams2007-10-111-0/+14
* [PATCH] libertas: remove bss_descriptor->timestampHolger Schurig2007-10-111-1/+0Star
* [PATCH] libertas: remove bss_descriptior->networktsfHolger Schurig2007-10-111-69/+0Star
* [PATCH] libertas: remove adapter->scantypeHolger Schurig2007-10-111-1/+1
* [PATCH] libertas: remove adapter->scanmodeHolger Schurig2007-10-111-4/+2Star
* [PATCH] libertas: remove adapter->scanprobesHolger Schurig2007-10-111-3/+2Star
* [PATCH] libertas: make the hex dumper nicerHolger Schurig2007-10-111-6/+6
* [PATCH] libertas: access mesh_dev more carefullyHolger Schurig2007-10-111-4/+8
* [PATCH] libertas: make more functions static & remove unused functionsHolger Schurig2007-10-111-34/+1Star
* [PATCH] libertas: simplify and clean up data rate handlingDan Williams2007-10-111-36/+18Star
* [PATCH] libertas: re-uppercase command defines and other constantsDan Williams2007-10-111-10/+10
* [PATCH] libertas: fix mixed-case abuse in cmd_ds_802_11_scanDan Williams2007-10-111-4/+3Star
* [PATCH] libertas: specific mesh scan for mshX interfaceLuis Carlos Cobo2007-10-111-0/+10
* [PATCH] libertas: clean up 802.11 IE post-scan handlingDan Williams2007-10-111-115/+84Star
* [PATCH] libertas: kill ieeetypes_capinfo bitfield, use ieee80211.h typesDan Williams2007-10-111-34/+24Star
* [PATCH] libertas: kill wlan_scan_process_resultsDan Williams2007-06-281-37/+14Star
* [PATCH] libertas: reduce SSID and BSSID mixed-case abuseDan Williams2007-06-111-11/+11
* [PATCH] libertas: remove structure WLAN_802_11_SSID and libertas_escape_essidDan Williams2007-06-111-32/+34
* [PATCH] libertas: first pass at fixing up endianness issuesDavid Woodhouse2007-06-111-29/+23Star
* [PATCH] libertas: sparse fixesDan Williams2007-06-111-3/+2Star
* [PATCH] libertas: Make WPA work through supplicant handshakeDan Williams2007-06-111-2/+0Star
* [PATCH] libertas: send SIOCGIWSCAN event after partial scans tooDan Williams2007-06-111-2/+2
* [PATCH] libertas: honor specific channel requests during associationDan Williams2007-06-111-2/+5
* [PATCH] libertas: fix deadlock SIOCGIWSCAN handlerDan Williams2007-06-111-17/+18
* [PATCH] libertas: use compare_ether_addr() rather than memcmp() where appropr...Dan Williams2007-06-111-2/+2
* [PATCH] libertas: use MAC_FMT and MAC_ARG where appropriateDan Williams2007-06-111-7/+3Star
* [PATCH] libertas: make association paths consistentDan Williams2007-06-111-18/+3Star
* [PATCH] libertas: fix 'keep previous scan' behaviorDan Williams2007-06-111-54/+77
* [PATCH] libertas: make scan result handling more flexibleDan Williams2007-06-111-673/+552Star
* [PATCH] libertas: replace 'macaddress' with 'bssid'Dan Williams2007-06-111-27/+24Star
* [PATCH] libertas: remove unused variables in wlan_dev_tHolger Schurig2007-06-111-5/+5
* [PATCH] libertas: wakeup both mesh and normal wakeup when getting out of scanChris Ball2007-06-111-0/+2
* [PATCH] libertas: fixed transmission flow control on the mesh interfaceJavier Cardona2007-06-111-2/+4
* [PATCH] libertas: fix SSID outputHolger Schurig2007-06-111-3/+3
* [PATCH] libertas: make debug configurableHolger Schurig2007-06-111-83/+91
* [PATCH] libertas: fix scanning from associate pathMarcelo Tosatti2007-06-111-10/+18
* [PATCH] libertas: scan two channels per scan commandMarcelo Tosatti2007-06-111-9/+25
* [PATCH] libertas: 64-bit cleanupsDan Williams2007-05-111-2/+2
* [PATCH] libertas: remove WLAN_802_11_NETWORK_INFRASTRUCTURE enumDan Williams2007-05-111-22/+20Star
* [PATCH] libertas: remove WLAN_802_11_WEP_STATUS enumDan Williams2007-05-111-16/+14Star
* [PATCH] libertas: remove custom encryption mode stuffDan Williams2007-05-111-12/+5Star
* [PATCH] libertas: remove incorrect vi modelinesDan Williams2007-05-111-3/+0Star
* [PATCH] libertas: remove WPA_SUPPLICANT structureDan Williams2007-05-111-69/+44Star