aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/libertas/assoc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-06-23Libertas: cfg80211 supportKiran Divekar1-2264/+0
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-24libertas: add auto auth mode featureAmitkumar Karwar1-1/+21
2010-01-27libertas: add comment re: v10 firmware key handlingJohn W. Linville1-0/+5
2010-01-19libertas/assoc.c: rearrange some strange line breaksJohn W. Linville1-32/+30
2010-01-19libertas: Set/clear WPA keys before the WEP onesSamuel Ortiz1-7/+8
2009-12-22libertas: remove priv->ratebitmapHolger Schurig1-3/+1
2009-12-22libertas: remove priv->capabilityHolger Schurig1-10/+3
2009-10-27libertas: remove some references to IW_MODE_abcHolger Schurig1-1/+2
2009-10-27libertas: remove "struct cmd_ds_gen"Holger Schurig1-3/+4
2009-10-27libertas: move association related commands into assoc.cHolger Schurig1-0/+390
2009-10-27libertas: get current channel out of priv->curbssparamsHolger Schurig1-9/+9
2009-10-27libertas: move scan/assoc related stuffHolger Schurig1-0/+7
2009-10-27libertas: change IW_ESSID_MAX_SIZE -> IEEE80211_MAX_SSID_LENHolger Schurig1-5/+5
2009-10-27libertas: remove unused 11d codeHolger Schurig1-16/+0
2009-08-28libertas: clean up and clarify get_common_ratesDan Williams1-31/+27
2009-08-28libertas: Read buffer overflowRoel Kluin1-16/+15
2009-08-20libertas: don't use dynamic-sized arrayAndrey Yurovsky1-1/+7
2009-08-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-8/+10
2009-08-12Revert "libertas: Read buffer overflow"David S. Miller1-8/+10
2009-07-30Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-10/+8
2009-07-29libertas: Read buffer overflowRoel Kluin1-10/+8
2009-07-24wireless: remove print_mac usesJohannes Berg1-7/+3
2009-07-10libertas: copy WPA keys to priv when associatingAndrey Yurovsky1-0/+6
2009-06-03libertas: fix WPA adhoc network creationDan Williams1-3/+5
2009-06-03libertas: convert CMD_802_11_ASSOCIATE to a direct commandDan Williams1-307/+320
2009-06-03libertas: convert CMD_802_11_AUTHENTICATE to a direct commandDan Williams1-59/+75
2009-06-03libertas: restyle Marvell & IEEE TLV structure namesDan Williams1-14/+14
2009-06-03libertas: simplify and clean up association/start/join setupDan Williams1-30/+27
2008-11-10don't use net/ieee80211.hJohannes Berg1-8/+10
2008-10-31wireless: use individual buffers for printing ssid valuesJohn W. Linville1-6/+11
2008-10-31wireless: consolidate on a single escape_essid implementationJohn W. Linville1-6/+8
2008-10-27net: convert print_mac to %pMJohannes Berg1-19/+13
2008-09-15libertas: convert SNMP_MIB to a direct commandDan Williams1-5/+1
2008-08-29libertas: convert adhoc operations to direct commandsDan Williams1-354/+278
2008-08-29libertas: convert CMD_802_11_RADIO_CONTROL to a direct commandDan Williams1-26/+31
2008-08-29libertas: convert CMD_802_11_DEAUTHENTICATE to a direct commandDan Williams1-35/+26
2008-06-03libertas: rate adaptation configuration via iwconfig.Javier Cardona1-1/+1
2008-05-21libertas: Extend MESH_CONFIG command to access non-volatile configurationJavier Cardona1-2/+4
2008-04-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2008-04-08libertas: move lbs_update_channel out of assoc.cHolger Schurig1-17/+0
2008-04-08libertas: move association code from scan.c into assoc.cHolger Schurig1-0/+352
2008-04-08libertas: move association code from join.c into scan.cHolger Schurig1-4/+858
2008-04-07libertas: fix mode initialization problemHolger Schurig1-1/+1
2008-03-25libertas: convert GET_LOG to a direct commandHolger Schurig1-4/+0
2008-03-25libertas: fix scheduling while atomic bug in CMD_MAC_CONTROLHolger Schurig1-6/+2
2008-03-25libertas: rename packetfilter to mac_controlHolger Schurig1-4/+4
2008-03-13libertas: implement SSID scanning for SIOCSIWSCANHolger Schurig1-2/+2
2008-03-06libertas: convert KEY_MATERIAL to a direct commandDavid Woodhouse1-10/+2