Searched refs:wl12xx_allocate_link (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/net/wireless/ti/wlcore/ |
H A D | cmd.c | 310 int wl12xx_allocate_link(struct wl1271 *wl, struct wl12xx_vif *wlvif, u8 *hlid) in wl12xx_allocate_link() function 449 ret = wl12xx_allocate_link(wl, wlvif, &wlvif->dev_hlid); in wl12xx_cmd_role_start_dev() 550 ret = wl12xx_allocate_link(wl, wlvif, &wlvif->sta.hlid); in wl12xx_cmd_role_start_sta() 651 ret = wl12xx_allocate_link(wl, wlvif, &wlvif->ap.global_hlid); in wl12xx_cmd_role_start_ap() 655 ret = wl12xx_allocate_link(wl, wlvif, &wlvif->ap.bcast_hlid); in wl12xx_cmd_role_start_ap() 795 ret = wl12xx_allocate_link(wl, wlvif, &wlvif->sta.hlid); in wl12xx_cmd_role_start_ibss()
|
H A D | cmd.h | 91 int wl12xx_allocate_link(struct wl1271 *wl, struct wl12xx_vif *wlvif,
|