]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mac80211: make ieee80211_check_concurrent_iface netdev-independent
authorJohannes Berg <johannes.berg@intel.com>
Tue, 19 Jun 2012 13:54:05 +0000 (15:54 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 26 Jun 2012 07:37:25 +0000 (09:37 +0200)
commit371a255e863857f988a91a3850d6feeaa4f3c536
tree77022654c1686dcdbb9753d097a3c3ea1aa396e0
parent171243612f1612402fbf83f3f034a1beefcdea61
mac80211: make ieee80211_check_concurrent_iface netdev-independent

ieee80211_check_concurrent_iface() need not use the
netdev. Remove the use of the netdev here to prepare
the function for P2P device addition.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/iface.c