Lines Matching defs:station

1740 		IL_ERR("ACTIVATE a non DRIVER active station id %u addr %pM\n",
1767 D_INFO("Processing response for adding station %u\n", sta_id);
1778 IL_ERR("Adding station %d failed, no room in table.\n", sta_id);
1781 IL_ERR("Adding station %d failed, no block ack resource.\n",
1785 IL_ERR("Attempting to modify non-existing station %d\n",
1793 D_INFO("%s station id %u addr %pM\n",
1806 D_INFO("%s station according to cmd buffer %pM\n",
1914 * il_prep_station - Prepare station information for addition
1922 struct il_station_entry *station;
1953 * station. Keep track if one is in progress so that we do not send
1969 station = &il->stations[sta_id];
1970 station->used = IL_STA_DRIVER_ACTIVE;
1975 memset(&station->sta, 0, sizeof(struct il_addsta_cmd));
1976 memcpy(station->sta.sta.addr, addr, ETH_ALEN);
1977 station->sta.mode = 0;
1978 station->sta.sta.sta_id = sta_id;
1979 station->sta.station_flags = 0;
1990 /* Turn on both antennas for the station... */
1991 station->sta.rate_n_flags = cpu_to_le16(rate | RATE_MCS_ANT_AB_MSK);
2016 IL_ERR("Unable to prepare station %pM for addition\n", addr);
2023 * station. Keep track if one is in progress so that we do not send
2045 /* Add station to device's station table */
2049 IL_ERR("Adding station %pM failed.\n",
2061 * il_sta_ucode_deactivate - deactivate ucode status for a station
2137 * il_remove_station - Remove driver's knowledge of station.
2145 D_INFO("Unable to remove station %pM, device not ready.\n",
2193 * il_clear_ucode_stations - clear ucode station table bits
2197 * other than explicit station management would cause this in
2212 D_INFO("Clearing ucode active for station %d\n", i);
2275 IL_ERR("Adding station %pM failed.\n",
2342 D_RATE("lq station id 0x%x\n", lq->sta_id);
2361 * current channel is not HT anymore before removing the station. In such a
2387 * @init: This command is sent as part of station initialization right
2388 * after station has been added.
2390 * The link quality command is sent as the last step of station creation.
2392 * this case to clear the state indicating that station creation is in
2451 D_MAC80211("enter station %pM\n", sta->addr);
2455 IL_ERR("Error removing station %pM\n", sta->addr);
5465 IL_ERR("failed to %s IBSS station %pM\n",