equal
deleted
inserted
replaced
74 WIFI_CODE_RATE_1_2 |
74 WIFI_CODE_RATE_1_2 |
75 }; |
75 }; |
76 |
76 |
77 /** |
77 /** |
78 * \brief represent a single transmission mode |
78 * \brief represent a single transmission mode |
|
79 * \ingroup wifi |
79 * |
80 * |
80 * A WifiMode is implemented by a single integer which is used |
81 * A WifiMode is implemented by a single integer which is used |
81 * to lookup in a global array the characteristics of the |
82 * to lookup in a global array the characteristics of the |
82 * associated transmission mode. It is thus extremely cheap to |
83 * associated transmission mode. It is thus extremely cheap to |
83 * keep a WifiMode variable around. |
84 * keep a WifiMode variable around. |