commit | f7917af92024d43bc20bc1afc92de27b0bd0f50b | [log] [tgz] |
---|---|---|
author | Felix Fietkau <nbd@openwrt.org> | Tue Apr 27 00:26:34 2010 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Apr 27 16:09:16 2010 -0400 |
tree | 3b88db453d8297cf44694c176ef7129234573bb9 | |
parent | 4f824719a2729f1a6bb78de20c4d3b3dbdd81a09 [diff] |
mac80211: fix handling of 4-address-mode in ieee80211_change_iface A misplaced interface type check bails out too early if the interface is not in monitor mode. This patch moves it to the right place, so that it only covers changes to the monitor flags. Signed-off-by: Felix Fietkau <nbd@openwrt.org> Cc: stable@kernel.org Signed-off-by: John W. Linville <linville@tuxdriver.com>