commit | e5f2e0671e7ffb0723c5d96684d8fa1ea2403074 | [log] [tgz] |
---|---|---|
author | Luca Coelho <luciano.coelho@intel.com> | Wed Apr 26 10:58:54 2017 +0300 |
committer | Johannes Berg <johannes.berg@intel.com> | Wed Apr 26 23:17:44 2017 +0200 |
tree | 9a9938382a208880bde2c6ce63b82aae099d96dd | |
parent | 4a199068230bd8074f2e39025a2216390ea5b829 [diff] |
mac80211: make multicast variable a bool in ieee80211_accept_frame() The multicast variable in the ieee80211_accept_frame() function is treated as a boolean, but defined as int. Fix that. Signed-off-by: Luca Coelho <luciano.coelho@intel.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>