summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/libertas
Commit message (Expand)AuthorAgeFilesLines
* libertas: Fix problem with broken V4 firmware on CF8381Marek Vasut2009-07-212-1/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-06-181-5/+6
|\
| * net/libertas: don't recursive spin lock in if_spi_e2h()Sebastian Andrzej Siewior2009-06-151-4/+0Star
| * libertas: fix IEEE PS mode in GSPI driverAndrey Yurovsky2009-06-151-1/+6
* | debugfs: Fix terminology inconsistency of dir name to mount debugfs filesystem.GeunSik Lim2009-06-161-6/+6
* | firmware: wireless/libertas: prepare for FIRMWARE_NAME_MAX removalJohn W. Linville2009-06-163-10/+9Star
|/
* net/libertas: remove GPIO-CS handling in SPI interface codeSebastian Andrzej Siewior2009-06-101-48/+44Star
* libertas: improve function init/shutdown handling for SD8688Bing Zhao2009-06-033-51/+47Star
* wireless: libertas: fix unaligned accessesCliff Cai2009-06-032-6/+6
* libertas: fix WPA adhoc network creationDan Williams2009-06-031-3/+5
* libertas: convert CMD_802_11_ASSOCIATE to a direct commandDan Williams2009-06-036-349/+331Star
* libertas: convert CMD_802_11_AUTHENTICATE to a direct commandDan Williams2009-06-035-68/+86
* libertas: restyle Marvell & IEEE TLV structure namesDan Williams2009-06-038-105/+112
* libertas: simplify and clean up association/start/join setupDan Williams2009-06-035-98/+70Star
* net/libertas: make SPI interface big endian awareSebastian Andrzej Siewior2009-06-031-18/+16Star
* libertas: read SD8688 firmware status from new registerBing Zhao2009-05-222-8/+28
* libertas: implement function init/shutdown commands for SD8688Bing Zhao2009-05-224-3/+62
* libertas: get SD8688 rx length with one CMD52Bing Zhao2009-05-222-2/+58
* libertas: define macros for SDIO model numbersBing Zhao2009-05-222-9/+13
* libertas: fix GSPI card event handlingandrey@cozybit.com2009-05-221-0/+7
* libertas: fix format warningJohn W. Linville2009-04-241-1/+1
* Add support for CF8381 WiFi card.Marek Vasut2009-04-221-2/+32
* libertas: fix warning about %zd:John W. Linville2009-04-221-2/+2
* libertas: add support for Marvell SD8688 chipBing Zhao2009-04-223-11/+23
* libertas: increase spi driver thread priorityAnna Neal2009-04-221-0/+4
* libertas: support mesh for various firmware versionsBing Zhao2009-04-229-50/+116
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-04-211-0/+2
|\
| * libertas: don't leak skb on receive errorPhilip Rakity2009-04-161-0/+2
* | drivers/net: replace BUG() with BUG_ON() if possibleAlexander Beregalov2009-04-141-2/+1Star
|/
* trivial: Fix misspelling of firmwareNick Andrew2009-03-301-1/+1
* wireless: radiotap updatesJohannes Berg2009-03-282-20/+2Star
* libertas: convert to net_device_opsStephen Hemminger2009-03-221-16/+29
* libertas: convert to internal net_device_statsStephen Hemminger2009-03-226-41/+16Star
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-03-027-70/+71
|\
| * libertas: fix misuse of netdev_priv() and dev->ml_privKiran Divekar2009-02-267-70/+71
* | libertas: use private SDIO workqueue to avoid scheduling latencyDan Williams2009-02-271-5/+9
* | libertas: fix power save issue in libertas_sdio moduleBing Zhao2009-02-272-0/+7
* | libertas: pos[4] tested twice, 2nd should be pos[5]Roel Kluin2009-02-091-1/+1
* | libertas: if_spi: add ability to call board specific setup/teardown methodsMike Rapoport2009-02-091-0/+15
* | libertas: fix CF firmware loading for some cardsDan Williams2009-01-291-1/+1
* | libertas: if_spi, driver for libertas GSPI devicesColin McCabe2009-01-294-0/+1415
* | libertas: Update libertas core with GSPI constantsColin McCabe2009-01-293-3/+11
* | net: constify VFTsJan Engelhardt2009-01-211-7/+7
|/
* libertas: Fix alignment issues in libertas coreAndrey Yurovsky2009-01-161-46/+45Star
* drivers/net/wireless/libertas: move a dereference below a NULL testJulia Lawall2009-01-111-3/+4
* libertas: use roundup instead of opencodingIlpo Järvinen2008-12-191-1/+2
* libertas: Create sysfs entry for changing the mesh probe response limitAnna Neal2008-12-122-0/+61
* wireless: clean up radiotap a bitJohannes Berg2008-12-051-3/+0Star
* if_usb: Kill directly reference of netdev->privWang Chen2008-12-041-2/+2
* libertas: Fine grained configuration of wake-on-lan.Anna Neal2008-11-217-7/+65