commit | 658358cec93a7130615cfc1d6843ab07e49625e6 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Mon May 11 19:12:09 2015 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Mon May 11 19:16:04 2015 +0200 |
tree | b0d26db2560c15a72c256e076b5e41433c440922 | |
parent | 890b7878e4435518c45d80c5e33c335aab39d4e2 [diff] |
mac80211: fix throughput LED trigger As I was testing with hwsim, I missed that my previous commit to make LED work depend on activation broke the code because I missed removing the old trigger struct and some code was still using it, now erroneously, causing crashes. Fix this by always using the correct struct. Reported-by: Felix Fietkau <nbd@openwrt.org> Tested-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: Johannes Berg <johannes.berg@intel.com>