summaryrefslogtreecommitdiff
path: root/cesar/cp/sta/mgr
diff options
context:
space:
mode:
authorlaranjeiro2009-07-28 08:13:20 +0000
committerlaranjeiro2009-07-28 08:13:20 +0000
commitf5312153e149530e941308976f20f434e4e46c98 (patch)
tree03a163d8ba46fb231de9de8bcf8c738ac15ea2f7 /cesar/cp/sta/mgr
parent99cd8798ab5a99cf809666b15b60bbf0cb311192 (diff)
*cp/beacon, *cp/sta/mgr (Closes #432):
* Removed cp_beacon_hybrid_mode_e to use the mac_coexistence_mode_t. * Replace all the variable type for hm to use mac_coexistence_mode_t. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@5100 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/cp/sta/mgr')
-rw-r--r--cesar/cp/sta/mgr/sta_own_data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cesar/cp/sta/mgr/sta_own_data.h b/cesar/cp/sta/mgr/sta_own_data.h
index 1d97765cb6..031e5ea7b6 100644
--- a/cesar/cp/sta/mgr/sta_own_data.h
+++ b/cesar/cp/sta/mgr/sta_own_data.h
@@ -52,7 +52,7 @@ struct cp_sta_own_data_t
/**
* Current hybrid mode.
*/
- u8 hybrid_mode;
+ mac_coexistence_mode_t hybrid_mode;
/**
* The current NID being track for the NTB synchronization.