summaryrefslogtreecommitdiffstats
path: root/drivers/net/wimax/i2400m/fw.c
Commit message (Expand)AuthorAgeFilesLines
* wimax/i2400m: remove redundant variables ack_status, bcf and protocolColin Ian King2018-07-121-2/+1Star
* wimax/i2400m: Remove VLAISBehan Webster2017-10-101-1/+1
* remove init of dev->perm_addr in driversJiri Pirko2013-01-091-1/+0Star
* drivers/net/wimax/i2400m/fw.c: fix error return codeJulia Lawall2012-08-201-1/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-07-121-2/+1Star
|\
| * i2400m: remove SDIO device supportJohn W. Linville2012-07-111-2/+1Star
* | drivers: net: Remove casts to same typeJoe Perches2012-06-061-1/+1
|/
* drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-11-011-0/+1
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-06-111-1/+1
|\
| * wimax/i2400m: fix missing endian correction read in fw loaderInaky Perez-Gonzalez2010-06-111-1/+1
* | drivers/net: use __packed annotationEric Dumazet2010-06-031-4/+4
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-1/+1
|\
| * tree-wide: Assorted spelling fixesDaniel Mack2010-02-091-1/+1
* | drivers/net/wimax/i2400m/fw.c: use %pM to show MAC addresshartleys2010-01-071-9/+2Star
|/
* wimax/i2400m: introduce i2400m_reset(), stopping TX and carrierInaky Perez-Gonzalez2009-11-031-2/+2
* wimax/i2400m: change the bcf_len to exclude the extended header sizeCindy H Kao2009-10-191-4/+11
* wimax/i2400m: use JUMP cmd for last FW chunk indicationCindy H Kao2009-10-191-6/+9
* wimax/i2400m: don't overwrite error codes when failing to load firmwareInaky Perez-Gonzalez2009-10-191-1/+0Star
* wimax/i2400m: cache firmware on system suspendInaky Perez-Gonzalez2009-10-191-13/+146
* wimax/i6x50: add Intel WiFi/WiMAX Link 6050 Series supportDirk Brandewie2009-10-191-0/+3
* wimax/i2400m: on firmware upload, select BCF header that matches device's req...Inaky Perez-Gonzalez2009-10-191-19/+92
* wimax/i2400m: support extended firmware formatInaky Perez-Gonzalez2009-10-191-59/+130
* wimax/i2400m: verify firmware format version is knownInaky Perez-Gonzalez2009-10-191-1/+7
* wimax/i2400m: fix reboot echo/ack barker deadlockInaky Perez-Gonzalez2009-10-191-12/+51
* wimax/i2400m: retry loading firmware files in sequenceInaky Perez-Gonzalez2009-10-191-18/+17Star
* wimax/i2400m: rework bootrom initialization to be more flexibleInaky Perez-Gonzalez2009-10-191-42/+271
* wimax/i2400m: decide properly if using signed vs non-signed firmware loadingInaky Perez-Gonzalez2009-10-191-14/+21
* wimax/i2400m: don't write to memory allocated by request_firmware()Cindy H Kao2009-10-191-0/+4
* wimax/i2400m: be smarter about copying command buffer to bm_cmd_bufInaky Perez-Gonzalez2009-10-191-1/+0Star
* wimax/i2400m: Make boot retries a BUS-specific parameterDirk Brandewie2009-10-191-1/+1
* wimax/i2400m: don't reset device when bootrom init retries are exceededInaky Perez-Gonzalez2009-06-111-2/+1Star
* wimax/i2400m: move boot time poke table out of common driverDirk Brandewie2009-06-111-32/+13Star
* wimax/i2400m: Allow bus-specific driver to specify retry countInaky Perez-Gonzalez2009-06-111-1/+1
* wimax/i2400m: if a device reboot happens during probe, handle itInaky Perez-Gonzalez2009-06-111-0/+2
* wimax/i2400m: rename misleading I2400M_PL_PAD to I2400M_PL_ALIGNInaky Perez-Gonzalez2009-06-111-1/+1
* wimax/i2400m: Change d_printf() level for secure boot messagesDirk Brandewie2009-06-111-2/+2
* wimax/i2400m: add the ability to fallback to other firmware files if the defa...Inaky Perez-Gonzalez2009-03-021-20/+33
* wimax: replace uses of __constant_{endian}Harvey Harrison2009-02-011-6/+6
* i2400m: firmware loading and bootrom initializationInaky Perez-Gonzalez2009-01-071-0/+1095