aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/mac80211/patches/rt2x00/604-rt2x00-load-eeprom-on-SoC-from-a-mtd-device-defines-.patch
Commit message (Collapse)AuthorAgeFilesLines
* mac80211: rt2x00: fix crash on release_firmwareStanislaw Gruszka2019-02-261-3/+2
| | | | | | | | | | Fix crash due to passing invalid r2x00dev->eeprom_file pointer to release_firmware(). Since we copy eeprom data with EEPROM_SIZE in rt2800_read_eeprom() we can use eeprom_file->size as marker if the file was crated by request_firmware(). Acked-by: Kristian Evensen <kristian.evensen@gmail.com> Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
* mac80211: rebase ontop of v4.18.5John Crispin2018-09-261-0/+108
Signed-off-by: John Crispin <john@phrozen.org>