Searched refs:sta_bitmap (Results 1 – 2 of 2) sorted by relevance
259 static void wlcore_disconnect_sta(struct wl1271 *wl, unsigned long sta_bitmap) in wlcore_disconnect_sta() argument268 for_each_set_bit(h, &sta_bitmap, wl->num_links) { in wlcore_disconnect_sta()293 void wlcore_event_max_tx_failure(struct wl1271 *wl, unsigned long sta_bitmap) in wlcore_event_max_tx_failure() argument296 wlcore_disconnect_sta(wl, sta_bitmap); in wlcore_event_max_tx_failure()300 void wlcore_event_inactive_sta(struct wl1271 *wl, unsigned long sta_bitmap) in wlcore_event_inactive_sta() argument303 wlcore_disconnect_sta(wl, sta_bitmap); in wlcore_event_inactive_sta()
91 void wlcore_event_max_tx_failure(struct wl1271 *wl, unsigned long sta_bitmap);92 void wlcore_event_inactive_sta(struct wl1271 *wl, unsigned long sta_bitmap);