Changed defs/function names from ..IEEE80211.. to ...80211...

Shorter names...

FossilOrigin-Name: e494b45b4f03db8638cbcb2c437e2fe168dbdce0d11fd9f8a56db7767ac0aaf7
This commit is contained in:
7u83@mail.ru
2015-03-19 20:51:28 +00:00
parent e40c67a002
commit 60dac37081
13 changed files with 116 additions and 32 deletions

View File

@ -19,14 +19,14 @@
#include <arpa/inet.h>
#include "wtpinfo.h"
#include "capwap_ieee80211.h"
#include "capwap_80211.h"
#include "cw_log.h"
int wtpinfo_readelem_wtp_radio_info(struct wtpinfo * wtpinfo,int type,uint8_t *msgelem, int len)
{
if (type != CWMSGELEM_IEEE80211_WTP_RADIO_INFO)
if (type != CWMSGELEM_80211_WTP_RADIO_INFO)
return 0;
if (len!=5){