aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/libertas/wext.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-09-30libertas: Improvements on automatic tx power control via SIOCSIWTXPOW (fixups)Anna Neal1-0/+12
2008-09-24libertas: Reduce the WPA key installation time (fixups)Javier Cardona1-3/+23
2008-09-15libertas: correct "limited range of data type" warningJohn W. Linville1-3/+2
2008-09-15libertas: Reduce the WPA key installation time.Javier Cardona1-3/+13
2008-09-15libertas: convert SNMP_MIB to a direct commandDan Williams1-67/+74
2008-09-11libertas: Improvements on automatic tx power control via SIOCSIWTXPOW.Anna Neal1-2/+29
2008-08-29libertas: convert adhoc operations to direct commandsDan Williams1-1/+1
2008-08-29libertas: convert CMD_802_11_RADIO_CONTROL to a direct commandDan Williams1-38/+31
2008-08-29libertas: convert CMD_802_11_DEAUTHENTICATE to a direct commandDan Williams1-1/+3
2008-08-29libertas: convert CMD_802_11_RF_TX_POWER to a direct commandDan Williams1-44/+39
2008-06-03libertas: rate adaptation configuration via iwconfig.Javier Cardona1-9/+18
2008-05-21libertas: Extend MESH_CONFIG command to access non-volatile configurationJavier Cardona1-2/+3
2008-04-08libertas: remove lbs_get_fwversion()Holger Schurig1-17/+0
2008-04-08libertas: move association code from scan.c into assoc.cHolger Schurig1-0/+1
2008-04-08libertas: move association code from join.c into scan.cHolger Schurig1-1/+0
2008-03-25libertas: remove lots of unused stuffHolger Schurig1-1/+1
2008-03-25libertas: misc power saving adjustsHolger Schurig1-17/+7
2008-03-25libertas: convert GET_LOG to a direct commandHolger Schurig1-6/+8
2008-03-13libertas: implement SSID scanning for SIOCSIWSCANHolger Schurig1-0/+3
2008-01-28libertas: always show firmware releaseHolger Schurig1-11/+5
2008-01-28libertas: allow for PS mode to be disabled when firmware doesn't support itDavid Woodhouse1-0/+7
2008-01-28libertas: pass channel argument directly to lbs_mesh_config()David Woodhouse1-4/+3
2008-01-28libertas: allow setting channel on mshX deviceDavid Woodhouse1-1/+52
2008-01-28libertas: allow get/set SSID on mshX deviceDavid Woodhouse1-2/+50
2008-01-28libertas: convert DATA_RATE to a direct commandDan Williams1-6/+3
2008-01-28libertas: kill struct lbs_adapterDavid Woodhouse1-203/+169
2008-01-28libertas: Don't set IW_ENCODE_NOKEY when returning WEP keys.David Woodhouse1-10/+1
2008-01-28libertas: remove arbitrary typedefsHolger Schurig1-80/+84
2008-01-28libertas: separate mesh connectivity from that of the main interfaceBrajesh Dave1-4/+7
2008-01-28libertas: move to uniform lbs_/LBS_ namespaceHolger Schurig1-238/+238
2008-01-28wireless: checkpatch cleanupsJeff Garzik1-4/+2
2008-01-28netdev: ARRAY_SIZE() cleanupsAlejandro Martinez Ruiz1-8/+3
2008-01-28wireless: fix '!x & y' typo'sRoel Kluin1-1/+1
2008-01-28libertas: move wlan_*_association_work from header to c fileHolger Schurig1-16/+34
2007-11-29drivers/net/wireless: Add missing "space"Joe Perches1-1/+1
2007-10-10[PATCH] libertas: let get nick return what set nick has setHolger Schurig1-27/+7
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-2/+3
2007-10-10drivers/net/: all drivers/net/ cleanup with ARRAY_SIZEDenis Cheng1-2/+2
2007-10-10[PATCH] libertas: fix sparse-reported problemsDan Williams1-4/+4
2007-10-10[PATCH] libertas: fix a few wext abuses...Jean Tourrilhes1-93/+27
2007-10-10[PATCH] libertas: remove adapter->txrateHolger Schurig1-1/+1
2007-10-10[PATCH] libertas: fix WEXT quality reportingDan Williams1-1/+1
2007-10-10[PATCH] libertas: make more functions static & remove unused functionsHolger Schurig1-1/+1
2007-10-10[PATCH] libertas: simplify and clean up data rate handlingDan Williams1-123/+40
2007-10-10[PATCH] libertas: fix more mixed-case abuseDan Williams1-2/+2
2007-10-10[PATCH] libertas: re-uppercase command defines and other constantsDan Williams1-43/+43
2007-10-10[PATCH] libertas: rename WLAN_802_11_KEY to enc_key and clean up usageDan Williams1-7/+7
2007-07-10[PATCH] drivers/net/wireless/libertas/wext.c: remove dead codeAdrian Bunk1-3/+0
2007-06-28[PATCH] libertas: remove private ioctlsDan Williams1-152/+0
2007-06-11[PATCH] libertas: remove structure WLAN_802_11_SSID and libertas_escape_essidDan Williams1-18/+24