From: Malcolm Priestley Date: Sat, 30 Aug 2014 21:25:49 +0000 (+0100) Subject: staging: vt6655: Replace typedef enum _CARD_OP_MODE eOPMode with enum nl80211_iftype... X-Git-Tag: fixes-for-v3.18-merge-window~15^2~900 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9873673484b5aa4346111d021c83a2f11d62eb5;p=pandora-kernel.git staging: vt6655: Replace typedef enum _CARD_OP_MODE eOPMode with enum nl80211_iftype op_mode. Using the nl80211 header. Using enum changes OP_MODE_ADHOC -> NL80211_IFTYPE_ADHOC OP_MODE_AP -> NL80211_IFTYPE_AP OP_MODE_INFRASTRUCTURE -> NL80211_IFTYPE_STATION OP_MODE_UNKNOWN -> NL80211_IFTYPE_UNSPECIFIED Signed-off-by: Malcolm Priestley Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed