Lines Matching defs:station

1742 		IL_ERR("ACTIVATE a non DRIVER active station id %u addr %pM\n",
1769 D_INFO("Processing response for adding station %u\n", sta_id);
1780 IL_ERR("Adding station %d failed, no room in table.\n", sta_id);
1783 IL_ERR("Adding station %d failed, no block ack resource.\n",
1787 IL_ERR("Attempting to modify non-existing station %d\n",
1795 D_INFO("%s station id %u addr %pM\n",
1808 D_INFO("%s station according to cmd buffer %pM\n",
1916 * il_prep_station - Prepare station information for addition
1924 struct il_station_entry *station;
1955 * station. Keep track if one is in progress so that we do not send
1971 station = &il->stations[sta_id];
1972 station->used = IL_STA_DRIVER_ACTIVE;
1977 memset(&station->sta, 0, sizeof(struct il_addsta_cmd));
1978 memcpy(station->sta.sta.addr, addr, ETH_ALEN);
1979 station->sta.mode = 0;
1980 station->sta.sta.sta_id = sta_id;
1981 station->sta.station_flags = 0;
1992 /* Turn on both antennas for the station... */
1993 station->sta.rate_n_flags = cpu_to_le16(rate | RATE_MCS_ANT_AB_MSK);
2018 IL_ERR("Unable to prepare station %pM for addition\n", addr);
2025 * station. Keep track if one is in progress so that we do not send
2047 /* Add station to device's station table */
2051 IL_ERR("Adding station %pM failed.\n",
2063 * il_sta_ucode_deactivate - deactivate ucode status for a station
2139 * il_remove_station - Remove driver's knowledge of station.
2147 D_INFO("Unable to remove station %pM, device not ready.\n",
2195 * il_clear_ucode_stations - clear ucode station table bits
2199 * other than explicit station management would cause this in
2214 D_INFO("Clearing ucode active for station %d\n", i);
2277 IL_ERR("Adding station %pM failed.\n",
2344 D_RATE("lq station id 0x%x\n", lq->sta_id);
2363 * current channel is not HT anymore before removing the station. In such a
2389 * @init: This command is sent as part of station initialization right
2390 * after station has been added.
2392 * The link quality command is sent as the last step of station creation.
2394 * this case to clear the state indicating that station creation is in
2453 D_MAC80211("enter station %pM\n", sta->addr);
2457 IL_ERR("Error removing station %pM\n", sta->addr);
5467 IL_ERR("failed to %s IBSS station %pM\n",