commit | 204a7dbcb27bc4b461f42d7f96fdc875eb677f2f | [log] [tgz] |
---|---|---|
author | Avraham Stern <avraham.stern@intel.com> | Mon Jun 12 10:44:58 2017 +0300 |
committer | Johannes Berg <johannes.berg@intel.com> | Tue Jun 13 10:24:32 2017 +0200 |
tree | 7e39bdd064161cfa8d7ef0bd1304d0da1d61b05e | |
parent | 769dc04db3ed8484798aceb015b94deacc2ba557 [diff] |
mac80211: Fix incorrect condition when checking rx timestamp If the driver reports the rx timestamp at PLCP start, mac80211 can only handle legacy encoding, but the code checks that the encoding is not legacy. Fix this. Fixes: da6a4352e7c8 ("mac80211: separate encoding/bandwidth from flags") Signed-off-by: Avraham Stern <avraham.stern@intel.com> Signed-off-by: Luca Coelho <luciano.coelho@intel.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>