int wilc_remain_on_channel(struct wilc_vif *vif, u32 session_id,
u32 duration, u16 chan,
wilc_remain_on_chan_expired expired,
- wilc_remain_on_chan_ready RemainOnChanReady,
+ wilc_remain_on_chan_ready ready,
void *pvUserArg)
{
int result = 0;
msg.id = HOST_IF_MSG_REMAIN_ON_CHAN;
msg.body.remain_on_ch.ch = chan;
msg.body.remain_on_ch.expired = expired;
- msg.body.remain_on_ch.ready = RemainOnChanReady;
+ msg.body.remain_on_ch.ready = ready;
msg.body.remain_on_ch.arg = pvUserArg;
msg.body.remain_on_ch.duration = duration;
msg.body.remain_on_ch.id = session_id;
int wilc_remain_on_channel(struct wilc_vif *vif, u32 session_id,
u32 duration, u16 chan,
wilc_remain_on_chan_expired expired,
- wilc_remain_on_chan_ready RemainOnChanReady,
+ wilc_remain_on_chan_ready ready,
void *pvUserArg);
int wilc_listen_state_expired(struct wilc_vif *vif, u32 session_id);
int wilc_frame_register(struct wilc_vif *vif, u16 frame_type, bool reg);