summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/libertas/scan.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-23Libertas: cfg80211 supportKiran Divekar1-1354/+0
2010-06-02wireless: fix several minor description typosWalter Goldens1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-14/+8
2009-12-28libertas: Remove carrier signaling from the scan codeSamuel Ortiz1-14/+8
2009-12-22libertas: add access functions for mesh open/connect statusHolger Schurig1-1/+1
2009-10-27libertas: sort and categorize entries in decl.hHolger Schurig1-1/+1
2009-10-27libertas: remove "struct cmd_ds_gen"Holger Schurig1-2/+2
2009-10-27libertas: move scan/assoc related stuffHolger Schurig1-0/+184
2009-10-27libertas: change IW_ESSID_MAX_SIZE -> IEEE80211_MAX_SSID_LENHolger Schurig1-3/+3
2009-10-27libertas: remove unused 11d.h as well, priv->countryinfoHolger Schurig1-21/+0
2009-10-27libertas: remove unused 11d codeHolger Schurig1-19/+3
2009-10-27libertas: Check return status of command functionsAmitkumar Karwar1-4/+7
2009-07-29libertas: Read outside array boundsRoel Kluin1-1/+2
2009-06-03wireless: libertas: fix unaligned accessesCliff Cai1-1/+1
2009-06-03libertas: restyle Marvell & IEEE TLV structure namesDan Williams1-13/+16
2009-06-03libertas: simplify and clean up association/start/join setupDan Williams1-18/+14
2009-03-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+2
2009-02-26libertas: fix misuse of netdev_priv() and dev->ml_privKiran Divekar1-2/+2
2009-02-09libertas: pos[4] tested twice, 2nd should be pos[5]Roel Kluin1-1/+1
2008-11-12netdevice: safe convert to netdev_priv() #part-3Wang Chen1-2/+2
2008-11-10don't use net/ieee80211.hJohannes Berg1-38/+39
2008-10-31wireless: use individual buffers for printing ssid valuesJohn W. Linville1-4/+8
2008-10-31wireless: consolidate on a single escape_essid implementationJohn W. Linville1-4/+7
2008-10-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+2
2008-10-29libertas: fix buffer overrunJohannes Berg1-2/+2
2008-10-27net: convert print_mac to %pMJohannes Berg1-7/+4
2008-08-29libertas: convert CMD_802_11_RADIO_CONTROL to a direct commandDan Williams1-0/+5
2008-07-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+2
2008-07-09libertas: fix memory alignment problems on the blackfinIhar Hrachyshka1-2/+2
2008-06-16wext: Emit event stream entries correctly when compat.David S. Miller1-17/+19
2008-05-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller1-1/+2
2008-04-30libertas: fix use-before-check violationHolger Schurig1-1/+2
2008-04-29wireless: use get/put_unaligned_* helpersHarvey Harrison1-1/+1
2008-04-08libertas: move association code from scan.c into assoc.cHolger Schurig1-363/+1
2008-04-08libertas: move association code from join.c into scan.cHolger Schurig1-1/+1
2008-03-25libertas: store rssi as an u32Holger Schurig1-2/+2
2008-03-13libertas: implement SSID scanning for SIOCSIWSCANHolger Schurig1-78/+67
2008-03-06libertas: clean up scan.c, remove zeromac and bcastmacDavid Woodhouse1-234/+181
2008-03-06libertas: convert 802_11_SCAN to a direct commandDavid Woodhouse1-81/+41
2008-02-29libertas: rename/document scan_channelHolger Schurig1-11/+11
2008-02-29libertas: make lbs_unset_basic_rate_flags() staticHolger Schurig1-0/+17
2008-02-03Spelling fixes: lenght->lengthPaulius Zaleckas1-1/+1
2008-01-28libertas: slight cleanup of netif queue stop/wakeDavid Woodhouse1-5/+7
2008-01-28libertas: fix sparse endianness warnings in scan.cDavid Woodhouse1-6/+5
2008-01-28libertas: kill struct lbs_adapterDavid Woodhouse1-98/+90
2008-01-28libertas: implement new scanning logicHolger Schurig1-511/+360
2008-01-28libertas: remove user-specified channel listHolger Schurig1-57/+2
2008-01-28libertas: remove numprobesHolger Schurig1-19/+1
2008-01-28libertas: remove arbitrary typedefsHolger Schurig1-38/+41