summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/libertas
AgeCommit message (Expand)AuthorFilesLines
2009-06-10net/libertas: remove GPIO-CS handling in SPI interface codeSebastian Andrzej Siewior1-48/+44
2009-06-03libertas: improve function init/shutdown handling for SD8688Bing Zhao3-51/+47
2009-06-03wireless: libertas: fix unaligned accessesCliff Cai2-6/+6
2009-06-03libertas: fix WPA adhoc network creationDan Williams1-3/+5
2009-06-03libertas: convert CMD_802_11_ASSOCIATE to a direct commandDan Williams6-349/+331
2009-06-03libertas: convert CMD_802_11_AUTHENTICATE to a direct commandDan Williams5-68/+86
2009-06-03libertas: restyle Marvell & IEEE TLV structure namesDan Williams8-105/+112
2009-06-03libertas: simplify and clean up association/start/join setupDan Williams5-98/+70
2009-06-03net/libertas: make SPI interface big endian awareSebastian Andrzej Siewior1-18/+16
2009-05-22libertas: read SD8688 firmware status from new registerBing Zhao2-8/+28
2009-05-22libertas: implement function init/shutdown commands for SD8688Bing Zhao4-3/+62
2009-05-22libertas: get SD8688 rx length with one CMD52Bing Zhao2-2/+58
2009-05-22libertas: define macros for SDIO model numbersBing Zhao2-9/+13
2009-05-22libertas: fix GSPI card event handlingandrey@cozybit.com1-0/+7
2009-04-24libertas: fix format warningJohn W. Linville1-1/+1
2009-04-22Add support for CF8381 WiFi card.Marek Vasut1-2/+32
2009-04-22libertas: fix warning about %zd:John W. Linville1-2/+2
2009-04-22libertas: add support for Marvell SD8688 chipBing Zhao3-11/+23
2009-04-22libertas: increase spi driver thread priorityAnna Neal1-0/+4
2009-04-22libertas: support mesh for various firmware versionsBing Zhao9-50/+116
2009-04-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+2
2009-04-16libertas: don't leak skb on receive errorPhilip Rakity1-0/+2
2009-04-13drivers/net: replace BUG() with BUG_ON() if possibleAlexander Beregalov1-2/+1
2009-03-30trivial: Fix misspelling of firmwareNick Andrew1-1/+1
2009-03-27wireless: radiotap updatesJohannes Berg2-20/+2
2009-03-21libertas: convert to net_device_opsStephen Hemminger1-16/+29
2009-03-21libertas: convert to internal net_device_statsStephen Hemminger6-41/+16
2009-03-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller7-70/+71
2009-02-27libertas: use private SDIO workqueue to avoid scheduling latencyDan Williams1-5/+9
2009-02-27libertas: fix power save issue in libertas_sdio moduleBing Zhao2-0/+7
2009-02-26libertas: fix misuse of netdev_priv() and dev->ml_privKiran Divekar7-70/+71
2009-02-09libertas: pos[4] tested twice, 2nd should be pos[5]Roel Kluin1-1/+1
2009-02-09libertas: if_spi: add ability to call board specific setup/teardown methodsMike Rapoport1-0/+15
2009-01-29libertas: fix CF firmware loading for some cardsDan Williams1-1/+1
2009-01-29libertas: if_spi, driver for libertas GSPI devicesColin McCabe4-0/+1415
2009-01-29libertas: Update libertas core with GSPI constantsColin McCabe3-3/+11
2009-01-21net: constify VFTsJan Engelhardt1-7/+7
2009-01-16libertas: Fix alignment issues in libertas coreAndrey Yurovsky1-46/+45
2009-01-11drivers/net/wireless/libertas: move a dereference below a NULL testJulia Lawall1-3/+4
2008-12-19libertas: use roundup instead of opencodingIlpo Järvinen1-1/+2
2008-12-12libertas: Create sysfs entry for changing the mesh probe response limitAnna Neal2-0/+61
2008-12-05wireless: clean up radiotap a bitJohannes Berg1-3/+0
2008-12-03if_usb: Kill directly reference of netdev->privWang Chen1-2/+2
2008-11-21libertas: Fine grained configuration of wake-on-lan.Anna Neal7-7/+65
2008-11-12netdevice: safe convert to netdev_priv() #part-4Wang Chen1-36/+36
2008-11-12netdevice: safe convert to netdev_priv() #part-3Wang Chen4-17/+17
2008-11-10net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2008-11-10don't use net/ieee80211.hJohannes Berg9-57/+65
2008-11-10netdevice libertas: Fix directly reference of netdev->privWang Chen1-18/+18
2008-10-31wireless: use individual buffers for printing ssid valuesJohn W. Linville5-13/+26