Searched refs:qosnull (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/drivers/net/wireless/wl12xx/ |
D | init.c | 157 struct ieee80211_qos_hdr *qosnull; in wl1271_ap_init_qos_null_template() local 160 qosnull = kzalloc(sizeof(*qosnull), GFP_KERNEL); in wl1271_ap_init_qos_null_template() 161 if (!qosnull) { in wl1271_ap_init_qos_null_template() 166 qosnull->frame_control = cpu_to_le16(IEEE80211_FTYPE_DATA | in wl1271_ap_init_qos_null_template() 172 memcpy(qosnull->addr2, wl->mac_addr, ETH_ALEN); in wl1271_ap_init_qos_null_template() 173 memcpy(qosnull->addr3, wl->mac_addr, ETH_ALEN); in wl1271_ap_init_qos_null_template() 175 ret = wl1271_cmd_template_set(wl, CMD_TEMPL_QOS_NULL_DATA, qosnull, in wl1271_ap_init_qos_null_template() 176 sizeof(*qosnull), 0, in wl1271_ap_init_qos_null_template() 180 kfree(qosnull); in wl1271_ap_init_qos_null_template()
|