From: Johannes Berg Date: Wed, 13 Nov 2013 12:37:47 +0000 (+0100) Subject: nl80211: vendor command support X-Git-Tag: v3.14-rc1~94^2~334^2^2~84 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad7e718c9b4f717823fd920a0103f7b0fb06183f;p=pandora-kernel.git nl80211: vendor command support Add support for vendor-specific commands to nl80211. This is intended to be used for really vendor-specific functionality that can't be implemented in a generic fashion for any reason. It's *NOT* intended to be used for any normal/generic feature or any optimisations that could be implemented across drivers. Currently, only vendor commands (with replies) are supported, no dump operations or vendor-specific notifications. Also add a function wdev_to_ieee80211_vif() to mac80211 which is needed for mac80211-based drivers wanting to implement any vendor commands. Signed-off-by: Johannes Berg --- Reading git-diff-tree failed