Skip to content
Snippets Groups Projects
Commit ab0f5c16 authored by Janusz Dziedzic's avatar Janusz Dziedzic
Browse files

rename opclass into wifi_opclass

parent 440ad399
No related branches found
No related tags found
1 merge request!121refactor opclass structure
Pipeline #52624 passed
...@@ -7,7 +7,7 @@ OBJS = \ ...@@ -7,7 +7,7 @@ OBJS = \
utils/liblist.o \ utils/liblist.o \
utils/utils.o \ utils/utils.o \
utils/alloctrace.o \ utils/alloctrace.o \
utils/opclass.o \ utils/wifi_opclass.o \
allsta.o \ allsta.o \
cntlr_ubus.o \ cntlr_ubus.o \
cntlr.o \ cntlr.o \
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#include <map_module.h> #include <map_module.h>
#include "wifi_dataelements.h" #include "wifi_dataelements.h"
#include "utils/opclass.h" #include "utils/wifi_opclass.h"
extern const char *ubus_socket; extern const char *ubus_socket;
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
#include "utils.h" #include "utils.h"
#include "debug.h" #include "debug.h"
#include "../wifi_dataelements.h" #include "../wifi_dataelements.h"
#include "opclass.h" #include "wifi_opclass.h"
static const struct wifi_opclass e4 = { static const struct wifi_opclass e4 = {
.entry_num = 1, .entry_num = 1,
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment