mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
treewide: improve maintaince
General revisions to maintain code (no functional changes intended). Removed unnecessary linked-list length checks. Fixed some typos on function names / comments. Changed how test_storage forces SEGV due to new compiler warnings. Signed-off-by: Ian Clowes <clowes_ian@hotmail.com>
This commit is contained in:
parent
6bf9b6df9a
commit
9187665f8e
8 changed files with 50 additions and 69 deletions
|
|
@ -9,16 +9,9 @@
|
|||
#include "mac_utils.h"
|
||||
#include "utils.h"
|
||||
|
||||
// Core data storage array sizes
|
||||
#define ARRAY_AP_LEN 100
|
||||
#define ARRAY_CLIENT_LEN 300
|
||||
#define PROBE_ARRAY_LEN 1000
|
||||
#define DENY_REQ_ARRAY_LEN 100
|
||||
|
||||
/* Mac */
|
||||
|
||||
// ---------------- Defines -------------------
|
||||
#define MAC_LIST_LENGTH 100
|
||||
#define DEFAULT_RRM_MODE_ORDER "pat"
|
||||
#define RRM_MODE_COUNT 3
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ struct network_con_s {
|
|||
* @param port
|
||||
* @return
|
||||
*/
|
||||
int add_tcp_conncection(char *ipv4, int port);
|
||||
int add_tcp_connection(char *ipv4, int port);
|
||||
|
||||
/**
|
||||
* Opens a tcp server and adds it to the uloop.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue