Removed a lot of old stuff, compiles almost w/o warnings
This commit is contained in:
@ -18,7 +18,7 @@ static int init()
|
||||
}
|
||||
|
||||
|
||||
static int detect(struct conn *conn, const uint8_t * rawmsg, int rawlen, int elems_len,
|
||||
static int detect(struct cw_Conn *conn, const uint8_t * rawmsg, int rawlen, int elems_len,
|
||||
struct sockaddr *from, int mode)
|
||||
{
|
||||
int wbid;
|
||||
@ -68,4 +68,4 @@ struct cw_Mod *mod_capwap80211_ac()
|
||||
{
|
||||
return &capwap80211_ac;
|
||||
}
|
||||
*/
|
||||
*/
|
||||
|
Reference in New Issue
Block a user