From: mtaylor Date: Wed, 21 Nov 2007 10:16:48 +0000 (+0000) Subject: Remove duplicate copy of VAP_DEV_NAME X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=6d8bbfe27172f3c85e6505f9f35a92512550927f;p=madwifi%2F.git Remove duplicate copy of VAP_DEV_NAME git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@2883 0192ed92-7a03-0410-a25b-9323aeb14dbd --- diff --git a/net80211/ieee80211_var.h b/net80211/ieee80211_var.h index e20270b..b927bf6 100644 --- a/net80211/ieee80211_var.h +++ b/net80211/ieee80211_var.h @@ -97,10 +97,6 @@ Note: Atheros chips use 7 bits when power is specified in half dBm units, with a ((NULL == _v) ? \ "MadWifi" : \ DEV_NAME(_v->iv_dev)) -#define VAP_DEV_NAME(_v) \ - ((NULL == _v) ? \ - "MadWifi" : \ - DEV_NAME(_v->iv_dev)) #define VAP_IC_DEV_NAME(_v) \ ((NULL == _v || NULL == _v->iv_ic) ? \ "MadWifi" : \