Changed defs/function names from ..IEEE80211.. to ...80211...
Shorter names... FossilOrigin-Name: e494b45b4f03db8638cbcb2c437e2fe168dbdce0d11fd9f8a56db7767ac0aaf7
This commit is contained in:
@ -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){
|
||||
|
Reference in New Issue
Block a user