• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/

Lines Matching defs:station

44 		IWL_ERR(priv, "ACTIVATE a non DRIVER active station id %u addr %pM\n",
73 IWL_DEBUG_INFO(priv, "Processing response for adding station %u\n",
85 IWL_ERR(priv, "Adding station %d failed, no room in table.\n",
89 IWL_ERR(priv, "Adding station %d failed, no block ack resource.\n",
93 IWL_ERR(priv, "Attempting to modify non-existing station %d\n",
102 IWL_DEBUG_INFO(priv, "%s station id %u addr %pM\n",
107 IWL_DEBUG_INFO(priv, "%s station according to cmd buffer %pM\n",
217 * iwl_prep_station - Prepare station information for addition
225 struct iwl_station_entry *station;
256 * station. Keep track if one is in progress so that we do not send
273 station = &priv->stations[sta_id];
274 station->used = IWL_STA_DRIVER_ACTIVE;
280 memset(&station->sta, 0, sizeof(struct iwl_addsta_cmd));
281 memcpy(station->sta.sta.addr, addr, ETH_ALEN);
282 station->sta.mode = 0;
283 station->sta.sta.sta_id = sta_id;
284 station->sta.station_flags = 0;
296 /* Turn on both antennas for the station... */
297 station->sta.rate_n_flags = cpu_to_le16(rate | RATE_MCS_ANT_AB_MSK);
322 IWL_ERR(priv, "Unable to prepare station %pM for addition\n",
330 * station. Keep track if one is in progress so that we do not send
352 /* Add station to device's station table */
356 IWL_ERR(priv, "Adding station %pM failed.\n",
422 * iwl_add_bssid_station - Add the special IBSS BSSID station
439 IWL_ERR(priv, "Unable to add station %pM\n", addr);
451 /* Set up default rate scaling table in device's station table */
454 IWL_ERR(priv, "Unable to initialize rate scaling for station %pM.\n",
473 * iwl_sta_ucode_deactivate - deactivate ucode status for a station
544 * iwl_remove_station - Remove driver's knowledge of station.
553 "Unable to remove station %pM, device not ready.\n",
604 * iwl_clear_ucode_stations - clear ucode station table bits
608 * other than explicit station management would cause this in
622 IWL_DEBUG_INFO(priv, "Clearing ucode active for station %d\n", i);
684 IWL_ERR(priv, "Adding station %pM failed.\n",
1114 IWL_DEBUG_RATE(priv, "lq station id 0x%x\n", lq->sta_id);
1135 * current channel is not HT anymore before removing the station. In such a
1165 * @init: This command is sent as part of station initialization right
1166 * after station has been added.
1168 * The link quality command is sent as the last step of station creation.
1170 * this case to clear the state indicating that station creation is in
1212 * iwl_alloc_bcast_station - add broadcast station into driver's station table.
1214 * This adds the broadcast station into the driver's station table
1227 IWL_ERR(priv, "Unable to prepare broadcast station\n");
1241 "Unable to initialize rate scaling for bcast station.\n");
1255 * iwl_update_bcast_station - update broadcast station's LQ command
1257 * Only used by iwlagn. Placed here to have all bcast station management
1268 IWL_ERR(priv, "Unable to initialize rate scaling for bcast station.\n");
1276 IWL_DEBUG_INFO(priv, "Bcast station rate scaling has not been initialized yet.\n");
1305 * iwl_sta_tx_modify_enable_tid - Enable Tx for this TID in station table
1363 IWL_ERR(priv, "Invalid station for AGG tid %d\n", tid);
1420 IWL_DEBUG_INFO(priv, "received request to remove station %pM\n",
1423 IWL_DEBUG_INFO(priv, "proceeding to remove station %pM\n",
1427 IWL_ERR(priv, "Error removing station %pM\n",