diff --git a/actube.workspace b/actube.workspace index c63c2d68..361145ca 100644 --- a/actube.workspace +++ b/actube.workspace @@ -4,9 +4,9 @@ - + - + diff --git a/src/mod/capwap80211/capwap80211_messages.c b/src/mod/capwap80211/capwap80211_messages.c index 6c9c00bb..66c72381 100644 --- a/src/mod/capwap80211/capwap80211_messages.c +++ b/src/mod/capwap80211/capwap80211_messages.c @@ -13,7 +13,7 @@ static struct cw_ElemHandler handlers[] = { { - "80211 WTP Radio Information", /* name */ + "IEEE 802.11 WTP Radio Information", /* name */ CAPWAP80211_ELEM_WTP_RADIO_INFORMATION, /* Element ID */ 0, 0, /* Vendor / Proto */ 0, 0, /* min/max length */ diff --git a/src/wtp/discovery.c b/src/wtp/discovery.c index 886a5355..af59b0c7 100644 --- a/src/wtp/discovery.c +++ b/src/wtp/discovery.c @@ -59,6 +59,8 @@ static int run_discovery(struct conn *conn) } + + /* mbag_t discs; discs = mbag_get_mavl(conn->remote, CW_ITEM_DISCOVERIES);