]> Pileus Git - ~andy/linux/commitdiff
brcmfmac: use CFG80211_TESTMODE_CMD
authorJohannes Berg <johannes.berg@intel.com>
Tue, 6 Aug 2013 09:13:19 +0000 (11:13 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 9 Aug 2013 19:57:58 +0000 (15:57 -0400)
This is essentially the same, but written shorter.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Acked-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/brcm80211/brcmfmac/wl_cfg80211.c

index 7fa71f73cfe89c5bfb5f2fca8e1e83c4d7124045..c3dfea3f307d931c7b8dadfe48d4891d24a2724f 100644 (file)
@@ -4164,9 +4164,7 @@ static struct cfg80211_ops wl_cfg80211_ops = {
        .stop_p2p_device = brcmf_p2p_stop_device,
        .crit_proto_start = brcmf_cfg80211_crit_proto_start,
        .crit_proto_stop = brcmf_cfg80211_crit_proto_stop,
-#ifdef CONFIG_NL80211_TESTMODE
-       .testmode_cmd = brcmf_cfg80211_testmode
-#endif
+       CFG80211_TESTMODE_CMD(brcmf_cfg80211_testmode)
 };
 
 static s32 brcmf_nl80211_iftype_to_mode(enum nl80211_iftype type)