From: Luis R. Rodriguez Date: Fri, 29 Aug 2008 23:26:43 +0000 (-0700) Subject: cfg80211: keep track of supported interface modes X-Git-Tag: v2.6.28-rc1~717^2~310^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f59ac0481660e66cec67f1d6b024e78b9dc715fe;p=pandora-kernel.git cfg80211: keep track of supported interface modes It is obviously good for userspace to know up front which interface modes a given piece of hardware might support (even if adding such an interface might fail later because of concurrency issues), so let's make cfg80211 aware of that. For good measure, disallow adding interfaces in all other modes so drivers don't forget to announce support for one mode when they add it. Signed-off-by: Johannes Berg Signed-off-by: Stephen Blackheath Signed-off-by: Ivo van Doorn Signed-off-by: Luis R. Rodriguez Signed-off-by: John W. Linville --- Reading git-diff-tree failed