Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
mesh_sync.c File Reference
#include "ieee80211_i.h"
#include "mesh.h"
#include "driver-ops.h"

Go to the source code of this file.

Data Structures

struct  sync_method
 

Macros

#define TOFFSET_MINIMUM_ADJUSTMENT   10
 
#define TOFFSET_SET_MARGIN   20
 
#define TOFFSET_MAXIMUM_ADJUSTMENT   30000 /* 30 ms */
 

Functions

void mesh_sync_adjust_tbtt (struct ieee80211_sub_if_data *sdata)
 
struct ieee80211_mesh_sync_opsieee80211_mesh_sync_ops_get (u8 method)
 

Macro Definition Documentation

#define TOFFSET_MAXIMUM_ADJUSTMENT   30000 /* 30 ms */

Definition at line 31 of file mesh_sync.c.

#define TOFFSET_MINIMUM_ADJUSTMENT   10

Definition at line 18 of file mesh_sync.c.

#define TOFFSET_SET_MARGIN   20

Definition at line 24 of file mesh_sync.c.

Function Documentation

struct ieee80211_mesh_sync_ops* ieee80211_mesh_sync_ops_get ( u8  method)
read

Definition at line 296 of file mesh_sync.c.

void mesh_sync_adjust_tbtt ( struct ieee80211_sub_if_data sdata)

Definition at line 49 of file mesh_sync.c.