]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211_hwsim: check ATTR_FREQ for wmediumd (netlink) packets
authorAdam Welle <arwelle@cert.org>
Tue, 1 Dec 2015 22:13:52 +0000 (17:13 -0500)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 4 Dec 2015 13:43:32 +0000 (14:43 +0100)
commit11840d114826dab9038774f0c354785804b2763b
tree4dcbf72edfde53a27f27f0500500d52198631155
parenta650679f1cda026c570332d6d7522ae071baabfc
mac80211_hwsim: check ATTR_FREQ for wmediumd (netlink) packets

If a packet is received from netlink with the frequency value set it is
checked against the current radio's frequency and discarded if different.
The frequency is also checked against data2->tmp_chan to support the "hw"
off-channel/scan case.

Signed-off-by: Adam Welle <arwelle@cert.org>
[allow both simultaneously, add locking]
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/mac80211_hwsim.c