linux_dsm_epyc7002/drivers/net/wireless/iwlwifi/dvm
Johannes Berg 32c93a7057 iwlwifi: correctly size command string arrays
The command string array is assumed to be indexable by a full u8, so it
must have 256 entries (0-255), not just 255. A recent firmware change
(apparently) started using the command 0xff for a notification to the
host, causing the driver to crash in debug message/tracing code.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
2015-08-23 09:36:02 +03:00
..
agn.h iwlwifi: correctly size command string arrays 2015-08-23 09:36:02 +03:00
calib.c iwlwifi: remove CMD_SYNC 2014-05-13 13:52:19 +03:00
calib.h iwlwifi: Update Copyright to 2014 2013-12-31 19:03:53 +02:00
commands.h iwlwifi: dvm: fix flush support for old firmware 2014-12-02 12:36:37 +02:00
debugfs.c iwlwifi: convert hex_dump_to_buffer() to %*ph 2015-08-16 10:22:10 +03:00
dev.h Another pull request for the next cycle, this time with quite 2015-08-16 10:20:58 +03:00
devices.c iwlwifi: remove CMD_SYNC 2014-05-13 13:52:19 +03:00
led.c wireless: delete non-required instances of include <linux/init.h> 2014-01-03 15:37:01 -05:00
led.h iwlwifi: make LED support optional 2014-05-06 20:40:05 +03:00
lib.c iwlwifi: dvm: remove command/return value from RX handlers 2015-08-04 10:11:41 +03:00
mac80211.c iwlwifi: add wide firmware command support for notifications 2015-08-04 21:29:35 +03:00
main.c iwlwifi: pass NAPI struct from transport layer 2015-08-16 10:21:21 +03:00
Makefile iwlwifi: make LED support optional 2014-05-06 20:40:05 +03:00
power.c iwlwifi: dvm: disable power save by default 2014-09-08 09:18:47 +03:00
power.h iwlwifi: Update Copyright to 2014 2013-12-31 19:03:53 +02:00
rs.c iwlwifi: make various functions void in the file rs.c 2015-08-04 21:29:35 +03:00
rs.h iwlwifi: rs: use const u16 for throughput tables 2014-02-03 22:23:37 +02:00
rx.c iwlwifi: correctly size command string arrays 2015-08-23 09:36:02 +03:00
rxon.c iwlwifi: add wide firmware command support for notifications 2015-08-04 21:29:35 +03:00
scan.c iwlwifi: dvm: remove command/return value from RX handlers 2015-08-04 10:11:41 +03:00
sta.c iwlwifi: remove command header flags field 2015-08-04 10:11:44 +03:00
tt.c iwlwifi: dvm: tt: Use setup_timer 2014-12-28 20:00:22 +02:00
tt.h iwlwifi: Update Copyright to 2014 2013-12-31 19:03:53 +02:00
tx.c iwlwifi: dvm: remove command/return value from RX handlers 2015-08-04 10:11:41 +03:00
ucode.c iwlwifi: add wide firmware command support for notifications 2015-08-04 21:29:35 +03:00