mbx_set_common_ntwk_rx_filter
struct mbx_set_common_ntwk_rx_filter *filter)
struct mbx_set_common_ntwk_rx_filter *fwcmd;
fwcmd = (struct mbx_set_common_ntwk_rx_filter *)&mbx.payload;
bcopy(filter, fwcmd, sizeof (struct mbx_set_common_ntwk_rx_filter));
sizeof (struct mbx_set_common_ntwk_rx_filter));
mbx.payload_length = sizeof (struct mbx_set_common_ntwk_rx_filter);
struct mbx_set_common_ntwk_rx_filter *filter);