Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/wireless/wl12xx/
Dcmd.h70 int wl1271_cmd_remove_sta(struct wl1271 *wl, u8 hlid);
535 struct wl1271_cmd_remove_sta { struct
Dcmd.c1102 int wl1271_cmd_remove_sta(struct wl1271 *wl, u8 hlid) in wl1271_cmd_remove_sta() function
1104 struct wl1271_cmd_remove_sta *cmd; in wl1271_cmd_remove_sta()
Dmain.c2836 ret = wl1271_cmd_remove_sta(wl, wl_sta->hlid); in wl1271_op_sta_remove()