summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/libertas/wext.c
Commit message (Expand)AuthorAgeFilesLines
* Libertas: cfg80211 supportKiran Divekar2010-06-231-2353/+0
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | libertas: add auto auth mode featureAmitkumar Karwar2010-03-241-0/+4
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-12-251-8/+18
|\
| * libertas: make mesh configurableHolger Schurig2009-12-221-5/+15
| * libertas: add access functions for mesh open/connect statusHolger Schurig2009-12-221-3/+3
* | Libertas: fix buffer overflow in lbs_get_essid()Daniel Mack2009-12-211-2/+0
|/
* libertas: move mic failure event to wext.cHolger Schurig2009-10-271-1/+26
* libertas: move SIOCGIWAP calls to wext.cHolger Schurig2009-10-271-0/+9
* 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/+10
* 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/+0
* 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-211-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-121-36/+36
* don't use net/ieee80211.hJohannes Berg2008-11-101-1/+0
* wireless: use individual buffers for printing ssid valuesJohn W. Linville2008-10-311-1/+2
* wireless: consolidate on a single escape_essid implementationJohn W. Linville2008-10-311-1/+2
* net: convert print_mac to %pMJohannes Berg2008-10-271-2/+1
* 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/+2
* 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/+31
* 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/+39
* libertas: rate adaptation configuration via iwconfig.Javier Cardona2008-06-031-9/+18
* libertas: Extend MESH_CONFIG command to access non-volatile configurationJavier Cardona2008-05-211-2/+3
* libertas: remove lbs_get_fwversion()Holger Schurig2008-04-081-17/+0
* 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/+0
* libertas: remove lots of unused stuffHolger Schurig2008-03-251-1/+1
* libertas: misc power saving adjustsHolger Schurig2008-03-251-17/+7
* 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-281-11/+5
* libertas: allow for PS mode to be disabled when firmware doesn't support itDavid Woodhouse2008-01-281-0/+7
* libertas: pass channel argument directly to lbs_mesh_config()David Woodhouse2008-01-281-4/+3
* libertas: allow setting channel on mshX deviceDavid Woodhouse2008-01-281-1/+52
* libertas: allow get/set SSID on mshX deviceDavid Woodhouse2008-01-281-2/+50