summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/libertas/join.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-08libertas: move association code from join.c into scan.cHolger Schurig1-872/+0
2008-03-25libertas: remove lots of unused stuffHolger Schurig1-6/+3
2008-02-29libertas: make lbs_unset_basic_rate_flags() staticHolger Schurig1-17/+0
2008-02-29libertas: make association debug output nicerHolger Schurig1-3/+0
2008-01-28libertas: slight cleanup of netif queue stop/wakeDavid Woodhouse1-3/+4
2008-01-28libertas: kill struct lbs_adapterDavid Woodhouse1-80/+70
2008-01-28libertas: tweak association debug outputHolger Schurig1-32/+23
2008-01-28libertas: remove arbitrary typedefsHolger Schurig1-32/+36
2008-01-28libertas: configurable beacon intervalBrajesh Dave1-1/+3
2008-01-28libertas: separate mesh connectivity from that of the main interfaceBrajesh Dave1-9/+0
2008-01-28libertas: move to uniform lbs_/LBS_ namespaceHolger Schurig1-65/+65
2007-10-10[PATCH] libertas: clean up scan debug messagesHolger Schurig1-2/+0
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-6/+10
2007-10-10[PATCH] libertas: remove unused adhoc_rates_b definitionJohn W. Linville1-3/+0
2007-10-10[PATCH] libertas: advertise 11g ad-hoc ratesBrajesh Dave1-2/+2
2007-10-10[PATCH] libertas: better descriptions for association errorsDan Williams1-4/+49
2007-10-10[PATCH] libertas: revert CAPINFO_MASK to its original valueLuis Carlos Cobo1-0/+4
2007-10-10[PATCH] libertas: send association events on adhoc reassociationDan Williams1-6/+18
2007-10-10[PATCH] libertas: remove adapter->beaconperiodHolger Schurig1-1/+1
2007-10-10[PATCH] libertas: remove adapter->adhoc_grate_enabledHolger Schurig1-7/+2
2007-10-10[PATCH] libertas: remove adapter->listenintervalHolger Schurig1-1/+1
2007-10-10[PATCH] libertas: remove adapter->atimwindowHolger Schurig1-1/+1
2007-10-10[PATCH] libertas: remove a hundred CMD_RET_xxx definitionsHolger Schurig1-1/+1
2007-10-10[PATCH] libertas: make the hex dumper nicerHolger Schurig1-5/+5
2007-10-10[PATCH] libertas: access mesh_dev more carefullyHolger Schurig1-4/+8
2007-10-10[PATCH] libertas: make more functions static & remove unused functionsHolger Schurig1-14/+0
2007-10-10[PATCH] libertas: fix one more sparse warningHolger Schurig1-1/+1
2007-10-10[PATCH] libertas: simplify and clean up data rate handlingDan Williams1-98/+105
2007-10-10[PATCH] libertas: fix debug build breakage due to field renameDan Williams1-1/+1
2007-10-10[PATCH] libertas: re-uppercase command defines and other constantsDan Williams1-37/+37
2007-10-10[PATCH] libertas: fix mixed-case abuse in cmd_ds_802_11_ad_hoc_startDan Williams1-2/+2
2007-10-10[PATCH] libertas: fix mixed-case abuse in cmd_ds_802_11_ad_hoc_resultDan Williams1-1/+1
2007-10-10[PATCH] libertas: kill ieeetypes_capinfo bitfield, use ieee80211.h typesDan Williams1-62/+49
2007-06-11[PATCH] libertas: reduce SSID and BSSID mixed-case abuseDan Williams1-1/+1
2007-06-11[PATCH] libertas: remove structure WLAN_802_11_SSID and libertas_escape_essidDan Williams1-21/+27
2007-06-11[PATCH] libertas: fix big-endian associate command.David Woodhouse1-11/+11
2007-06-11[PATCH] libertas: first pass at fixing up endianness issuesDavid Woodhouse1-54/+37
2007-06-11[PATCH] libertas: add more verbose debugging to libertas_cmd_80211_authenticateDan Williams1-1/+5
2007-06-11[PATCH] libertas: use MAC_FMT and MAC_ARG where appropriateDan Williams1-6/+3
2007-06-11[PATCH] libertas: make association paths consistentDan Williams1-133/+91
2007-06-11[PATCH] libertas: move channel changing into association frameworkDan Williams1-8/+5
2007-06-11[PATCH] libertas: replace 'macaddress' with 'bssid'Dan Williams1-8/+6
2007-06-11[PATCH] libertas: remove unused variables in wlan_dev_tHolger Schurig1-6/+6
2007-06-11[PATCH] libertas: fixed transmission flow control on the mesh interfaceJavier Cardona1-0/+6
2007-06-11[PATCH] libertas: make debug configurableHolger Schurig1-70/+69
2007-05-11[PATCH] libertas: 64-bit cleanupsDan Williams1-3/+0
2007-05-11[PATCH] libertas: Purge non-mesh ioctlsDan Williams1-135/+0
2007-05-11[PATCH] libertas: remove WLAN_802_11_NETWORK_INFRASTRUCTURE enumDan Williams1-17/+13
2007-05-11[PATCH] libertas: remove WLAN_802_11_WEP_STATUS enumDan Williams1-7/+6
2007-05-11[PATCH] libertas: remove WLAN_802_11_AUTHENTICATION_MODEDan Williams1-7/+24