Home
last modified time | relevance | path

Searched refs:sleep_cfm_tmp (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/net/wireless/mwifiex/
Dcmdevt.c272 struct sk_buff *sleep_cfm_tmp; in mwifiex_dnld_sleep_confirm_cmd() local
291 sleep_cfm_tmp = in mwifiex_dnld_sleep_confirm_cmd()
294 skb_put(sleep_cfm_tmp, sizeof(struct mwifiex_opt_sleep_confirm) in mwifiex_dnld_sleep_confirm_cmd()
297 memcpy(sleep_cfm_tmp->data, &tmp, MWIFIEX_TYPE_LEN); in mwifiex_dnld_sleep_confirm_cmd()
298 memcpy(sleep_cfm_tmp->data + MWIFIEX_TYPE_LEN, in mwifiex_dnld_sleep_confirm_cmd()
303 sleep_cfm_tmp, NULL); in mwifiex_dnld_sleep_confirm_cmd()
305 dev_kfree_skb_any(sleep_cfm_tmp); in mwifiex_dnld_sleep_confirm_cmd()