summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/libertas/scan.c
Commit message (Expand)AuthorAgeFilesLines
* Libertas: cfg80211 supportKiran Divekar2010-06-231-1354/+0
* wireless: fix several minor description typosWalter Goldens2010-06-021-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville2009-12-301-14/+8
|\
| * libertas: Remove carrier signaling from the scan codeSamuel Ortiz2009-12-281-14/+8
* | libertas: add access functions for mesh open/connect statusHolger Schurig2009-12-221-1/+1
|/
* libertas: sort and categorize entries in decl.hHolger Schurig2009-10-271-1/+1
* libertas: remove "struct cmd_ds_gen"Holger Schurig2009-10-271-2/+2
* libertas: move scan/assoc related stuffHolger Schurig2009-10-271-0/+184
* libertas: change IW_ESSID_MAX_SIZE -> IEEE80211_MAX_SSID_LENHolger Schurig2009-10-271-3/+3
* libertas: remove unused 11d.h as well, priv->countryinfoHolger Schurig2009-10-271-21/+0
* libertas: remove unused 11d codeHolger Schurig2009-10-271-19/+3
* libertas: Check return status of command functionsAmitkumar Karwar2009-10-271-4/+7
* libertas: Read outside array boundsRoel Kluin2009-07-291-1/+2
* wireless: libertas: fix unaligned accessesCliff Cai2009-06-031-1/+1
* libertas: restyle Marvell & IEEE TLV structure namesDan Williams2009-06-031-13/+16
* libertas: simplify and clean up association/start/join setupDan Williams2009-06-031-18/+14
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-03-011-2/+2
|\
| * libertas: fix misuse of netdev_priv() and dev->ml_privKiran Divekar2009-02-261-2/+2
* | libertas: pos[4] tested twice, 2nd should be pos[5]Roel Kluin2009-02-091-1/+1
|/
* netdevice: safe convert to netdev_priv() #part-3Wang Chen2008-11-121-2/+2
* don't use net/ieee80211.hJohannes Berg2008-11-101-38/+39
* wireless: use individual buffers for printing ssid valuesJohn W. Linville2008-10-311-4/+8
* wireless: consolidate on a single escape_essid implementationJohn W. Linville2008-10-311-4/+7
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-10-311-2/+2
|\
| * libertas: fix buffer overrunJohannes Berg2008-10-291-2/+2
* | net: convert print_mac to %pMJohannes Berg2008-10-271-7/+4
|/
* libertas: convert CMD_802_11_RADIO_CONTROL to a direct commandDan Williams2008-08-291-0/+5
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-07-141-2/+2
|\
| * libertas: fix memory alignment problems on the blackfinIhar Hrachyshka2008-07-091-2/+2
* | wext: Emit event stream entries correctly when compat.David S. Miller2008-06-161-17/+19
|/
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller2008-05-011-1/+2
|\
| * libertas: fix use-before-check violationHolger Schurig2008-04-301-1/+2
* | wireless: use get/put_unaligned_* helpersHarvey Harrison2008-04-291-1/+1
|/
* libertas: move association code from scan.c into assoc.cHolger Schurig2008-04-081-363/+1
* libertas: move association code from join.c into scan.cHolger Schurig2008-04-081-1/+1
* libertas: store rssi as an u32Holger Schurig2008-03-251-2/+2
* libertas: implement SSID scanning for SIOCSIWSCANHolger Schurig2008-03-131-78/+67
* libertas: clean up scan.c, remove zeromac and bcastmacDavid Woodhouse2008-03-061-234/+181
* libertas: convert 802_11_SCAN to a direct commandDavid Woodhouse2008-03-061-81/+41
* libertas: rename/document scan_channelHolger Schurig2008-02-291-11/+11
* libertas: make lbs_unset_basic_rate_flags() staticHolger Schurig2008-02-291-0/+17
* Spelling fixes: lenght->lengthPaulius Zaleckas2008-02-031-1/+1
* libertas: slight cleanup of netif queue stop/wakeDavid Woodhouse2008-01-281-5/+7
* libertas: fix sparse endianness warnings in scan.cDavid Woodhouse2008-01-281-6/+5
* libertas: kill struct lbs_adapterDavid Woodhouse2008-01-281-98/+90
* libertas: implement new scanning logicHolger Schurig2008-01-281-511/+360
* libertas: remove user-specified channel listHolger Schurig2008-01-281-57/+2
* libertas: remove numprobesHolger Schurig2008-01-281-19/+1
* libertas: remove arbitrary typedefsHolger Schurig2008-01-281-38/+41