Dont write operstate

FossilOrigin-Name: 88a8ea1e44246ecb916b48115387f0b88aed71eb6cb17de4e907e8ec20b2ac68
This commit is contained in:
7u83@mail.ru 2016-04-01 05:34:24 +00:00
parent 1801f369f0
commit 8983959f28
1 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@
static cw_action_in_t actions_wtp_in[] = {
/* --------------------------------------------------------
* Discovery Resquest
* Discovery Response
*/
/* 802.11 Radio Inmformation - Discovery Response */
@ -29,7 +29,7 @@ static cw_action_in_t actions_wtp_in[] = {
.msg_id = CW_MSG_DISCOVERY_RESPONSE,
.elem_id = CW_ELEM80211_WTP_RADIO_INFORMATION,
.item_id = CW_ITEM80211_WTP_RADIO_INFORMATION,
.start = cw_in_radio_generic,
// .start = cw_in_radio_generic,
.mand = 1,
.min_len = 5,
.max_len = 5
@ -46,7 +46,7 @@ static cw_action_in_t actions_wtp_in[] = {
.msg_id = CW_MSG_JOIN_RESPONSE,
.elem_id = CW_ELEM80211_WTP_RADIO_INFORMATION,
.item_id = CW_ITEM80211_WTP_RADIO_INFORMATION,
.start = cw_in_radio_generic,
// .start = cw_in_radio_generic,
.mand = 1,
.min_len = 5,
.max_len = 5