Searched defs:station (Results 1 - 7 of 7) sorted by relevance

/drivers/net/wireless/iwlwifi/
H A Diwl-agn-sta.c46 IWL_ERR(priv, "ACTIVATE a non DRIVER active station id %u "
77 IWL_DEBUG_INFO(priv, "Processing response for adding station %u\n",
88 IWL_ERR(priv, "Adding station %d failed, no room in table.\n",
92 IWL_ERR(priv, "Adding station %d failed, no block ack "
96 IWL_ERR(priv, "Attempting to modify non-existing station %d\n",
105 IWL_DEBUG_INFO(priv, "%s station id %u addr %pM\n",
118 IWL_DEBUG_INFO(priv, "%s station according to cmd buffer %pM\n",
263 * iwl_prep_station - Prepare station information for addition
270 struct iwl_station_entry *station; local
300 * station
[all...]
H A Diwl-debugfs.c348 struct iwl_station_entry *station; local
364 station = &priv->stations[i];
365 if (!station->used)
368 "station %d - addr: %pM, flags: %#x\n",
369 i, station->sta.sta.addr,
370 station->sta.station_flags_msk);
/drivers/net/wireless/iwlegacy/
H A Ddebug.c424 struct il_station_entry *station; local
441 station = &il->stations[i];
442 if (!station->used)
446 "station %d - addr: %pM, flags: %#x\n", i,
447 station->sta.sta.addr,
448 station->sta.station_flags_msk);
460 j, station->tid[j].seq_number,
461 station->tid[j].agg.txq_id,
462 station->tid[j].agg.frame_count,
463 station
[all...]
H A D3945.c724 struct il_station_entry *station; local
730 station = &il->stations[sta_id];
732 station->sta.sta.modify_mask = STA_MODIFY_TX_RATE_MSK;
733 station->sta.rate_n_flags = cpu_to_le16(tx_rate);
734 station->sta.mode = STA_CONTROL_MODIFY_MSK;
735 il_send_add_sta(il, &station->sta, CMD_ASYNC);
738 D_RATE("SCALE sync station %d to rate %d\n", sta_id, tx_rate);
2259 IL_ERR("Unable to add station %pM\n", addr);
H A Dcommon.c1704 IL_ERR("ACTIVATE a non DRIVER active station id %u addr %pM\n",
1731 D_INFO("Processing response for adding station %u\n", sta_id);
1742 IL_ERR("Adding station %d failed, no room in table.\n", sta_id);
1745 IL_ERR("Adding station %d failed, no block ack resource.\n",
1749 IL_ERR("Attempting to modify non-existing station %d\n",
1757 D_INFO("%s station id %u addr %pM\n",
1770 D_INFO("%s station according to cmd buffer %pM\n",
1880 * il_prep_station - Prepare station information for addition
1888 struct il_station_entry *station; local
1919 * station
[all...]
/drivers/ptp/
H A Dptp_pch.c138 u8 station[STATION_ADDR_LEN]; member in struct:pch_params
305 * pch_set_station_address() - This API sets the station address used by
321 /* For all station address bytes */
658 if (strcmp(pch_param.station, "00:00:00:00:00:00") != 0) {
659 if (pch_set_station_address(pch_param.station, pdev) != 0) {
661 "Invalid station address parameter\n"
662 "Module loaded but station address not set correctly\n"
725 module_param_string(station, pch_param.station, sizeof pch_param.station, 044
[all...]
/drivers/staging/wlags49_h2/
H A Dwl_internal.h594 unsigned char station; member in struct:wvlan_lt_rsp

Completed in 570 milliseconds