aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wimax/i2400m/fw.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-29wimax: move out to stagingArnd Bergmann1-1653/+0
2019-08-30wimax/i2400m: remove debug containing bogus calculation of indexColin Ian King1-7/+2
2019-08-18wimax/i2400m: fix a memory leak bugWenwen Wang1-1/+3
2018-07-11wimax/i2400m: remove redundant variables ack_status, bcf and protocolColin Ian King1-2/+1
2017-10-10wimax/i2400m: Remove VLAISBehan Webster1-1/+1
2013-01-08remove init of dev->perm_addr in driversJiri Pirko1-1/+0
2012-08-20drivers/net/wimax/i2400m/fw.c: fix error return codeJulia Lawall1-1/+3
2012-07-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-2/+1
2012-07-11i2400m: remove SDIO device supportJohn W. Linville1-2/+1
2012-06-06drivers: net: Remove casts to same typeJoe Perches1-1/+1
2011-10-31drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker1-0/+1
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2010-06-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2010-06-11wimax/i2400m: fix missing endian correction read in fw loaderInaky Perez-Gonzalez1-1/+1
2010-06-03drivers/net: use __packed annotationEric Dumazet1-4/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack1-1/+1
2010-01-07drivers/net/wimax/i2400m/fw.c: use %pM to show MAC addresshartleys1-9/+2
2009-11-03wimax/i2400m: introduce i2400m_reset(), stopping TX and carrierInaky Perez-Gonzalez1-2/+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: don't overwrite error codes when failing to load firmwareInaky Perez-Gonzalez1-1/+0
2009-10-19wimax/i2400m: cache firmware on system suspendInaky Perez-Gonzalez1-13/+146
2009-10-19wimax/i6x50: add Intel WiFi/WiMAX Link 6050 Series supportDirk Brandewie1-0/+3
2009-10-19wimax/i2400m: on firmware upload, select BCF header that matches device's requestInaky Perez-Gonzalez1-19/+92
2009-10-19wimax/i2400m: support extended firmware formatInaky Perez-Gonzalez1-59/+130
2009-10-19wimax/i2400m: verify firmware format version is knownInaky Perez-Gonzalez1-1/+7
2009-10-19wimax/i2400m: fix reboot echo/ack barker deadlockInaky Perez-Gonzalez1-12/+51
2009-10-19wimax/i2400m: retry loading firmware files in sequenceInaky Perez-Gonzalez1-18/+17
2009-10-19wimax/i2400m: rework bootrom initialization to be more flexibleInaky Perez-Gonzalez1-42/+271
2009-10-19wimax/i2400m: decide properly if using signed vs non-signed firmware loadingInaky Perez-Gonzalez1-14/+21
2009-10-19wimax/i2400m: don't write to memory allocated by request_firmware()Cindy H Kao1-0/+4
2009-10-19wimax/i2400m: be smarter about copying command buffer to bm_cmd_bufInaky Perez-Gonzalez1-1/+0
2009-10-19wimax/i2400m: Make boot retries a BUS-specific parameterDirk Brandewie1-1/+1
2009-06-11wimax/i2400m: don't reset device when bootrom init retries are exceededInaky Perez-Gonzalez1-2/+1
2009-06-11wimax/i2400m: move boot time poke table out of common driverDirk Brandewie1-32/+13
2009-06-11wimax/i2400m: Allow bus-specific driver to specify retry countInaky Perez-Gonzalez1-1/+1
2009-06-11wimax/i2400m: if a device reboot happens during probe, handle itInaky Perez-Gonzalez1-0/+2
2009-06-11wimax/i2400m: rename misleading I2400M_PL_PAD to I2400M_PL_ALIGNInaky Perez-Gonzalez1-1/+1
2009-06-11wimax/i2400m: Change d_printf() level for secure boot messagesDirk Brandewie1-2/+2
2009-03-02wimax/i2400m: add the ability to fallback to other firmware files if the default is not thereInaky Perez-Gonzalez1-20/+33
2009-02-01wimax: replace uses of __constant_{endian}Harvey Harrison1-6/+6
2009-01-07i2400m: firmware loading and bootrom initializationInaky Perez-Gonzalez1-0/+1095