fix AC compilation
This commit is contained in:
@ -10,7 +10,7 @@ static void* ac_json_80211_statistics_createmessageelement(struct json_object* j
|
||||
static int ac_json_80211_statistics_addmessageelement(struct ac_json_ieee80211_wtpradio* wtpradio, void* data, int overwrite) {
|
||||
struct capwap_80211_statistics_element* statistics = (struct capwap_80211_statistics_element*)data;
|
||||
struct ac_json_ieee80211_item* item = &wtpradio->items[statistics->radioid - 1];
|
||||
struct capwap_message_elements_ops* ops = capwap_get_message_element_ops(CAPWAP_ELEMENT_80211_STATISTICS);
|
||||
const struct capwap_message_elements_ops *ops = capwap_get_message_element_ops(CAPWAP_ELEMENT_80211_STATISTICS);
|
||||
|
||||
if (item->statistics) {
|
||||
if (!overwrite) {
|
||||
|
Reference in New Issue
Block a user