Home
last modified time | relevance | path

Searched refs:max_stations (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/wireless/rsi/
H A Drsi_91x_mac80211.c513 for (i = 0; i < common->max_stations; i++) in rsi_mac80211_add_interface()
1425 if (common->num_stations >= common->max_stations) { in rsi_mac80211_sta_add()
1430 for (cnt = 0; cnt < common->max_stations; cnt++) { in rsi_mac80211_sta_add()
1539 for (sta_idx = 0; sta_idx < common->max_stations; sta_idx++) { in rsi_mac80211_sta_remove()
1558 if (sta_idx >= common->max_stations) in rsi_mac80211_sta_remove()
2076 common->max_stations = wiphy->max_ap_assoc_sta; in rsi_mac80211_attach()
2077 rsi_dbg(ERR_ZONE, "Max Stations Allowed = %d\n", common->max_stations); in rsi_mac80211_attach()
H A Drsi_main.h321 int max_stations; member
H A Drsi_91x_core.c342 for (i = 0; i < common->max_stations; i++) { in rsi_find_sta()
/linux/drivers/net/wireless/intel/iwlegacy/
H A Ddebug.c394 int max_sta = il->hw_params.max_stations; in il_dbgfs_stations_read()
H A D3945.c2402 il->hw_params.max_stations = IL3945_STATION_COUNT; in il3945_hw_set_hw_params()
H A D4965-mac.c2578 for (i = start; i < il->hw_params.max_stations; i++) in il4965_find_station()
6453 il->hw_params.max_stations = IL4965_STATION_COUNT; in il4965_set_hw_params()