]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: don't indicate probe resp change in IBSS mode
authorArik Nemtsov <arik@wizery.com>
Tue, 22 Nov 2011 17:33:18 +0000 (19:33 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 28 Nov 2011 19:43:25 +0000 (14:43 -0500)
commitb4e00a69611d98b9a1f535d90b77e7ca608346d4
tree5b6c46e39cc966f00fabb46a0bd5788294ed76ee
parent675d42044def04206a80cb99c7bd7bb64c0aa38f
mac80211: don't indicate probe resp change in IBSS mode

Due the a fall-through in the switch statement, the IBSS mode got a
report for AP_RPOBE_RESPONSE change on reconfig. Change this to an AP
only notification.

Signed-off-by: Arik Nemtsov <arik@wizery.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/util.c