]> git.hungrycats.org Git - linux/commit
nl80211: fix mgmt tx status and testmode reporting for netns
authorMichal Kazior <michal.kazior@tieto.com>
Tue, 25 Jun 2013 07:17:17 +0000 (09:17 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 11 Aug 2013 22:38:41 +0000 (15:38 -0700)
commit1053689ef41dd8de992c15425f60ff3ea90262f5
treec8e173ecbe2e3ff57dd15b08c71f5b782b626a4e
parenta73957de8737be6932d1c52a9799cf1eb510b338
nl80211: fix mgmt tx status and testmode reporting for netns

commit a0ec570f4f69c4cb700d743a915096c2c8f56a99 upstream.

These two events were sent to the default network
namespace.

This caused AP mode in a non-default netns to not
work correctly. Mgmt tx status was multicasted to
a different (default) netns instead of the one the
AP was in.

Signed-off-by: Michal Kazior <michal.kazior@tieto.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/wireless/nl80211.c