Searched refs:acx_aid (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/wl12xx/
H A Dwl1251_acx.c723 struct acx_aid *acx_aid; local
728 acx_aid = kzalloc(sizeof(*acx_aid), GFP_KERNEL);
729 if (!acx_aid) {
734 acx_aid->aid = aid;
736 ret = wl1251_cmd_configure(wl, ACX_AID, acx_aid, sizeof(*acx_aid));
743 kfree(acx_aid);
H A Dwl1271_acx.c666 struct acx_aid *acx_aid; local
671 acx_aid = kzalloc(sizeof(*acx_aid), GFP_KERNEL);
672 if (!acx_aid) {
677 acx_aid->aid = cpu_to_le16(aid);
679 ret = wl1271_cmd_configure(wl, ACX_AID, acx_aid, sizeof(*acx_aid));
686 kfree(acx_aid);
H A Dwl1251_acx.h790 struct acx_aid { struct
H A Dwl1271_acx.h508 struct acx_aid { struct

Completed in 68 milliseconds