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