commit | 14db74bcc3f7a779cf395a47e26b06a28207571a | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Tue Jul 29 13:22:52 2008 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Jul 29 16:55:08 2008 -0400 |
tree | 8cda1c7f894bfedecf06fd42621248dad9dbf45d | |
parent | bba95fefb8e31f4799652666d05a4a9aad56e492 [diff] |
mac80211: fix cfg80211 hooks for master interface The master interface is a virtual interface that is registered to mac80211, changing that does not seem like a good idea at the moment. However, since it has no sdata, we cannot accept any configuration for it. This patch makes the cfg80211 hooks reject any such attempt. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>