summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/libertas/wext.c
Commit message (Expand)AuthorAgeFilesLines
* libertas: move lbs_send_iwevcustom_event() to wext.cHolger Schurig2009-10-271-0/+24
* libertas: get current channel out of priv->curbssparamsHolger Schurig2009-10-271-5/+5
* libertas: change IW_ESSID_MAX_SIZE -> IEEE80211_MAX_SSID_LENHolger Schurig2009-10-271-4/+4
* libertas: remove unused 11d codeHolger Schurig2009-10-271-48/+10Star
* libertas: Check return status of command functionsAmitkumar Karwar2009-10-271-3/+7
* libertas: Use lbs_is_cmd_allowed() check in command handling routines.Amitkumar Karwar2009-10-071-133/+0Star
* libertas: Add auto deep sleep support for SD8385/SD8686/SD8688Amitkumar Karwar2009-10-071-2/+183
* libertas: Fix WEP association failure with open source wpa_supplicant 0.5.10Maithili Hinge2009-08-041-0/+2
* libertas: remove ps_supported flag, use fwcapinfoAndrey Yurovsky2009-07-101-1/+1
* libertas: convert to internal net_device_statsStephen Hemminger2009-03-221-1/+1
* libertas: fix misuse of netdev_priv() and dev->ml_privKiran Divekar2009-02-261-36/+36
* netdevice: safe convert to netdev_priv() #part-4Wang Chen2008-11-131-36/+36
* don't use net/ieee80211.hJohannes Berg2008-11-101-1/+0Star
* wireless: use individual buffers for printing ssid valuesJohn W. Linville2008-11-011-1/+2
* wireless: consolidate on a single escape_essid implementationJohn W. Linville2008-11-011-1/+2
* net: convert print_mac to %pMJohannes Berg2008-10-281-2/+1Star
* libertas: Improvements on automatic tx power control via SIOCSIWTXPOW (fixups)Anna Neal2008-09-301-0/+12
* libertas: Reduce the WPA key installation time (fixups)Javier Cardona2008-09-241-3/+23
* libertas: correct "limited range of data type" warningJohn W. Linville2008-09-151-3/+2Star
* libertas: Reduce the WPA key installation time.Javier Cardona2008-09-151-3/+13
* libertas: convert SNMP_MIB to a direct commandDan Williams2008-09-151-67/+74
* libertas: Improvements on automatic tx power control via SIOCSIWTXPOW.Anna Neal2008-09-111-2/+29
* libertas: convert adhoc operations to direct commandsDan Williams2008-08-291-1/+1
* libertas: convert CMD_802_11_RADIO_CONTROL to a direct commandDan Williams2008-08-291-38/+31Star
* libertas: convert CMD_802_11_DEAUTHENTICATE to a direct commandDan Williams2008-08-291-1/+3
* libertas: convert CMD_802_11_RF_TX_POWER to a direct commandDan Williams2008-08-291-44/+39Star
* libertas: rate adaptation configuration via iwconfig.Javier Cardona2008-06-031-9/+18
* libertas: Extend MESH_CONFIG command to access non-volatile configurationJavier Cardona2008-05-221-2/+3
* libertas: remove lbs_get_fwversion()Holger Schurig2008-04-081-17/+0Star
* libertas: move association code from scan.c into assoc.cHolger Schurig2008-04-081-0/+1
* libertas: move association code from join.c into scan.cHolger Schurig2008-04-081-1/+0Star
* libertas: remove lots of unused stuffHolger Schurig2008-03-251-1/+1
* libertas: misc power saving adjustsHolger Schurig2008-03-251-17/+7Star
* libertas: convert GET_LOG to a direct commandHolger Schurig2008-03-251-6/+8
* libertas: implement SSID scanning for SIOCSIWSCANHolger Schurig2008-03-131-0/+3
* libertas: always show firmware releaseHolger Schurig2008-01-291-11/+5Star
* libertas: allow for PS mode to be disabled when firmware doesn't support itDavid Woodhouse2008-01-291-0/+7
* libertas: pass channel argument directly to lbs_mesh_config()David Woodhouse2008-01-291-4/+3Star
* libertas: allow setting channel on mshX deviceDavid Woodhouse2008-01-291-1/+52
* libertas: allow get/set SSID on mshX deviceDavid Woodhouse2008-01-291-2/+50
* libertas: convert DATA_RATE to a direct commandDan Williams2008-01-291-6/+3Star
* libertas: kill struct lbs_adapterDavid Woodhouse2008-01-291-203/+169Star
* libertas: Don't set IW_ENCODE_NOKEY when returning WEP keys.David Woodhouse2008-01-291-10/+1Star
* libertas: remove arbitrary typedefsHolger Schurig2008-01-291-80/+84
* libertas: separate mesh connectivity from that of the main interfaceBrajesh Dave2008-01-291-4/+7
* libertas: move to uniform lbs_/LBS_ namespaceHolger Schurig2008-01-291-238/+238
* wireless: checkpatch cleanupsJeff Garzik2008-01-291-4/+2Star
* netdev: ARRAY_SIZE() cleanupsAlejandro Martinez Ruiz2008-01-291-8/+3Star
* wireless: fix '!x & y' typo'sRoel Kluin2008-01-291-1/+1
* libertas: move wlan_*_association_work from header to c fileHolger Schurig2008-01-291-16/+34