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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 187 milliseconds