aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wimax (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-11wimax/i2400m: increase the maximum number of payloads per message to 60 [v1]Prasanna S. Panchamukhi1-1/+7
2010-05-11wimax/i2400m: Reset the TX FIFO indices when allocating the TX FIFO in tx_setup()Cindy H Kao1-8/+21
2010-05-11wimax/i2400m: Correct the error path handlers order in i2400m_post_reset()Cindy H Kao1-1/+1
2010-05-11wimax/i2400m: add the error recovery mechanism on TX pathCindy H Kao3-0/+92
2010-05-11wimax/i2400m: fix for missed reset events if triggered by dev_reset_handle()Cindy H Kao2-16/+86
2010-05-11wimax/i2400m: correct the error path handlers in dev_start()Cindy H Kao1-1/+1
2010-05-11wimax/i2400m: fix the race condition for accessing TX queueCindy H Kao2-8/+28
2010-05-11wimax/i2400m: fix insufficient size of Tx buffer for 12 payload of 1400 MTU.Prasanna S. Panchamukhi1-1/+18
2010-05-11wimax/i2400m: move I2400M_MAX_MTU enum from netdev.c to i2400m.hPrasanna S. Panchamukhi2-6/+10
2010-05-11wimax/i2400m: fix incorrect return -ESHUTDOWN when there is no Tx buffer availablePrasanna S.Panchamukhi1-2/+4
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller13-0/+13
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo13-0/+13
2010-03-24net/various: remove trailing space in messagesFrans Pop1-1/+1
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina4-6/+6
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack4-6/+6
2010-01-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-1/+13
2010-01-21wimax/i2400m: Add support for more i6x50 SKUsInaky Perez-Gonzalez2-1/+13
2010-01-07drivers/net/wimax/i2400m/driver.c: use %pM to show MAC addresshartleys1-13/+4
2010-01-07drivers/net/wimax/i2400m/fw.c: use %pM to show MAC addresshartleys1-9/+2
2009-12-11USB: remove the auto_pm flagAlan Stern1-5/+2
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-11-06Merge branch 'linux-2.6.33.y' of git://git.kernel.org/pub/scm/linux/kernel/git/inaky/wimaxDavid S. Miller19-606/+2001
2009-11-03wimax/i2400m: fix inverted value in i2400ms_bus_setup()Inaky Perez-Gonzalez1-2/+2
2009-11-03wimax/i2400m: fix SDIO debugfs dentry nameInaky Perez-Gonzalez1-1/+1
2009-11-03wimax/i2400m: fix bad assignment of return value in i2400mu_tx_bulk_outInaky Perez-Gonzalez1-1/+0
2009-11-03wimax/i2400m: handle USB stallsInaky Perez-Gonzalez4-6/+116
2009-11-03wimax/i2400m: don't retry SDIO enable in probe() pathsInaky Perez-Gonzalez2-1/+20
2009-11-03wimax/i2400m: correctly identify all iwmc3200-based SKUsInaky Perez-Gonzalez2-3/+16
2009-11-03wimax/i2400m: Fix USB timeout specifications (to ms from HZ)Inaky Perez-Gonzalez4-4/+4
2009-11-03wimax/i2400m: fix device getting stuck in IDLE modeInaky Perez-Gonzalez1-3/+14
2009-11-03wimax/i2400m: introduce i2400m_reset(), stopping TX and carrierInaky Perez-Gonzalez9-21/+35
2009-11-03wimax/i2400m: implement passive mode as a module optionInaky Perez-Gonzalez1-0/+10
2009-10-19i2400m-sdio: select IWMC3200TOP in KconfigTomas Winkler1-0/+8
2009-10-19wimax/i2400m: SDIO: fix oops on reset when TXing on uninitialized dataInaky Perez-Gonzalez1-34/+9
2009-10-19wimax/i2400m: make i2400m->bus_dev_{stop,start}() optionalInaky Perez-Gonzalez2-12/+16
2009-10-19wimax/i2400m: fix oops caused by race condition when exiting USB kthreadsInaky Perez-Gonzalez2-11/+59
2009-10-19wimax/i2400m: Let device's status reports change the device stateInaky Perez-Gonzalez1-1/+0
2009-10-19wimax/i2400m: fix oops in TX when tearing down the deviceInaky Perez-Gonzalez2-2/+21
2009-10-19wimax/i2400m: queue device's report until the driver is ready for themInaky Perez-Gonzalez3-102/+128
2009-10-19wimax/i2400m: move i2400m_init() out of i2400m.hInaky Perez-Gonzalez2-30/+31
2009-10-19wimax/i2400m: fix deadlock: don't do BUS reset under i2400m->init_mutexInaky Perez-Gonzalez3-7/+20
2009-10-19wimax/i2400m: when stopping the device, cancel any pending messageInaky Perez-Gonzalez1-0/+2
2009-10-19wimax/i2400m: change the bcf_len to exclude the extended header sizeCindy H Kao1-4/+11
2009-10-19wimax/i2400m: use JUMP cmd for last FW chunk indicationCindy H Kao1-6/+9
2009-10-19wimax/i2400m: fix race condition with tcpdump et alInaky Perez-Gonzalez1-3/+18
2009-10-19wimax/i2400m: reduce verbosity of debug messages in boot modeInaky Perez-Gonzalez1-1/+1
2009-10-19wimax/i2400m: Implement pre/post reset support in the USB driverInaky Perez-Gonzalez3-0/+116
2009-10-19wimax/i2400m: do bootmode buffer management in i2400m_setup/release()Inaky Perez-Gonzalez4-35/+17
2009-10-19wimax/i2400m: introduce i2400m->bus_setup/releaseInaky Perez-Gonzalez4-38/+111