mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2024-12-28 16:53:49 +00:00
wifi: mac80211, cfg80211: miscellaneous spelling fixes
Correct spelling here and there as suggested by codespell. Signed-off-by: Dmitry Antipov <dmantipov@yandex.ru> Link: https://patch.msgid.link/20240913084919.118862-1-dmantipov@yandex.ru Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
parent
2b73e9ab85
commit
4b482281ee
@ -797,7 +797,7 @@ void ieee80211_start_tx_ba_cb(struct sta_info *sta, int tid,
|
||||
|
||||
if (!test_bit(HT_AGG_STATE_SENT_ADDBA, &tid_tx->state)) {
|
||||
ieee80211_send_addba_with_timeout(sta, tid_tx);
|
||||
/* RESPONSE_RECEIVED state whould trigger the flow again */
|
||||
/* RESPONSE_RECEIVED state would trigger the flow again */
|
||||
return;
|
||||
}
|
||||
|
||||
|
@ -462,7 +462,7 @@ static void ieee80211_chan_bw_change(struct ieee80211_local *local,
|
||||
continue;
|
||||
|
||||
/* vif changed to narrow BW and narrow BW for station wasn't
|
||||
* requested or vise versa */
|
||||
* requested or vice versa */
|
||||
if ((new_sta_bw < link_sta->pub->bandwidth) == !narrowed)
|
||||
continue;
|
||||
|
||||
@ -1118,7 +1118,7 @@ ieee80211_replace_chanctx(struct ieee80211_local *local,
|
||||
*
|
||||
* Consider ctx1..3, link1..6, each ctx has 2 links. link1 and
|
||||
* link2 from ctx1 request new different chandefs starting 2
|
||||
* in-place reserations with ctx4 and ctx5 replacing ctx1 and
|
||||
* in-place reservations with ctx4 and ctx5 replacing ctx1 and
|
||||
* ctx2 respectively. Next link5 and link6 from ctx3 reserve
|
||||
* ctx4. If link3 and link4 remain on ctx2 as they are then this
|
||||
* fails unless `replace_ctx` from ctx5 is replaced with ctx3.
|
||||
|
@ -2452,7 +2452,7 @@ static inline bool ieee80211_can_run_worker(struct ieee80211_local *local)
|
||||
/*
|
||||
* If quiescing is set, we are racing with __ieee80211_suspend.
|
||||
* __ieee80211_suspend flushes the workers after setting quiescing,
|
||||
* and we check quiescing / suspended before enqueing new workers.
|
||||
* and we check quiescing / suspended before enqueuing new workers.
|
||||
* We should abort the worker to avoid the races below.
|
||||
*/
|
||||
if (local->quiescing)
|
||||
|
@ -1482,7 +1482,7 @@ static void ieee80211_mesh_rx_bcn_presp(struct ieee80211_sub_if_data *sdata,
|
||||
if (!elems)
|
||||
return;
|
||||
|
||||
/* ignore non-mesh or secure / unsecure mismatch */
|
||||
/* ignore non-mesh or secure / insecure mismatch */
|
||||
if ((!elems->mesh_id || !elems->mesh_config) ||
|
||||
(elems->rsn && sdata->u.mesh.security == IEEE80211_MESH_SEC_NONE) ||
|
||||
(!elems->rsn && sdata->u.mesh.security != IEEE80211_MESH_SEC_NONE))
|
||||
|
@ -667,7 +667,7 @@ void mesh_plink_timer(struct timer_list *t)
|
||||
/*
|
||||
* This STA is valid because sta_info_destroy() will
|
||||
* del_timer_sync() this timer after having made sure
|
||||
* it cannot be readded (by deleting the plink.)
|
||||
* it cannot be re-added (by deleting the plink.)
|
||||
*/
|
||||
sta = mesh->plink_sta;
|
||||
|
||||
|
@ -175,7 +175,7 @@ static void mesh_sync_offset_adjust_tsf(struct ieee80211_sub_if_data *sdata,
|
||||
spin_lock_bh(&ifmsh->sync_offset_lock);
|
||||
|
||||
if (ifmsh->sync_offset_clockdrift_max > TOFFSET_MINIMUM_ADJUSTMENT) {
|
||||
/* Since ajusting the tsf here would
|
||||
/* Since adjusting the tsf here would
|
||||
* require a possibly blocking call
|
||||
* to the driver tsf setter, we punt
|
||||
* the tsf adjustment to the mesh tasklet
|
||||
|
@ -1053,7 +1053,7 @@ minstrel_ht_refill_sample_rates(struct minstrel_ht_sta *mi)
|
||||
* - max_prob_rate must use only one stream, as a tradeoff between delivery
|
||||
* probability and throughput during strong fluctuations
|
||||
* - as long as the max prob rate has a probability of more than 75%, pick
|
||||
* higher throughput rates, even if the probablity is a bit lower
|
||||
* higher throughput rates, even if the probability is a bit lower
|
||||
*/
|
||||
static void
|
||||
minstrel_ht_update_stats(struct minstrel_priv *mp, struct minstrel_ht_sta *mi)
|
||||
|
@ -169,7 +169,7 @@ struct sta_info;
|
||||
* @buf_size: reorder buffer size at receiver
|
||||
* @failed_bar_ssn: ssn of the last failed BAR tx attempt
|
||||
* @bar_pending: BAR needs to be re-sent
|
||||
* @amsdu: support A-MSDU withing A-MDPU
|
||||
* @amsdu: support A-MSDU within A-MDPU
|
||||
* @ssn: starting sequence number of the session
|
||||
*
|
||||
* This structure's lifetime is managed by RCU, assignments to
|
||||
|
@ -313,7 +313,7 @@ int ieee80211_tkip_decrypt_data(struct arc4_ctx *ctx,
|
||||
* Record previously received IV, will be copied into the
|
||||
* key information after MIC verification. It is possible
|
||||
* that we don't catch replays of fragments but that's ok
|
||||
* because the Michael MIC verication will then fail.
|
||||
* because the Michael MIC verification will then fail.
|
||||
*/
|
||||
*out_iv32 = iv32;
|
||||
*out_iv16 = iv16;
|
||||
|
@ -6214,7 +6214,7 @@ int ieee80211_tx_control_port(struct wiphy *wiphy, struct net_device *dev,
|
||||
goto start_xmit;
|
||||
|
||||
/* update QoS header to prioritize control port frames if possible,
|
||||
* priorization also happens for control port frames send over
|
||||
* prioritization also happens for control port frames send over
|
||||
* AF_PACKET
|
||||
*/
|
||||
rcu_read_lock();
|
||||
|
@ -1010,7 +1010,7 @@ void ieee80211_set_wmm_default(struct ieee80211_link_data *link,
|
||||
else
|
||||
aCWmin = 15;
|
||||
|
||||
/* Confiure old 802.11b/g medium access rules. */
|
||||
/* Configure old 802.11b/g medium access rules. */
|
||||
qparam.cw_max = aCWmax;
|
||||
qparam.cw_min = aCWmin;
|
||||
qparam.txop = 0;
|
||||
|
@ -280,10 +280,10 @@ ieee80211_vht_cap_ie_to_sta_vht_cap(struct ieee80211_sub_if_data *sdata,
|
||||
/*
|
||||
* This is a workaround for VHT-enabled STAs which break the spec
|
||||
* and have the VHT-MCS Rx map filled in with value 3 for all eight
|
||||
* spacial streams, an example is AR9462.
|
||||
* spatial streams, an example is AR9462.
|
||||
*
|
||||
* As per spec, in section 22.1.1 Introduction to the VHT PHY
|
||||
* A VHT STA shall support at least single spactial stream VHT-MCSs
|
||||
* A VHT STA shall support at least single spatial stream VHT-MCSs
|
||||
* 0 to 7 (transmit and receive) in all supported channel widths.
|
||||
*/
|
||||
if (vht_cap->vht_mcs.rx_mcs_map == cpu_to_le16(0xFFFF)) {
|
||||
|
@ -289,7 +289,7 @@ static bool cfg80211_valid_center_freq(u32 center,
|
||||
|
||||
/*
|
||||
* Valid channels are packed from lowest frequency towards higher ones.
|
||||
* So test that the lower frequency alignes with one of these steps.
|
||||
* So test that the lower frequency aligns with one of these steps.
|
||||
*/
|
||||
return (center - bw / 2 - 5945) % step == 0;
|
||||
}
|
||||
|
@ -12446,7 +12446,7 @@ static int nl80211_del_pmksa(struct sk_buff *skb, struct genl_info *info)
|
||||
if (info->attrs[NL80211_ATTR_MAC]) {
|
||||
pmksa.bssid = nla_data(info->attrs[NL80211_ATTR_MAC]);
|
||||
} else if (info->attrs[NL80211_ATTR_SSID]) {
|
||||
/* SSID based pmksa flush suppported only for FILS,
|
||||
/* SSID based pmksa flush supported only for FILS,
|
||||
* OWE/SAE OFFLOAD cases
|
||||
*/
|
||||
if (info->attrs[NL80211_ATTR_FILS_CACHE_ID] &&
|
||||
@ -15498,7 +15498,7 @@ static int nl80211_add_tx_ts(struct sk_buff *skb, struct genl_info *info)
|
||||
if (tsid >= IEEE80211_FIRST_TSPEC_TSID) {
|
||||
/* TODO: handle 802.11 TSPEC/admission control
|
||||
* need more attributes for that (e.g. BA session requirement);
|
||||
* change the WMM adminssion test above to allow both then
|
||||
* change the WMM admission test above to allow both then
|
||||
*/
|
||||
return -EINVAL;
|
||||
}
|
||||
|
@ -200,7 +200,7 @@ static void find_ns(struct ieee80211_radiotap_iterator *iterator,
|
||||
* present fields. @this_arg can be changed by the caller (eg,
|
||||
* incremented to move inside a compound argument like
|
||||
* IEEE80211_RADIOTAP_CHANNEL). The args pointed to are in
|
||||
* little-endian format whatever the endianess of your CPU.
|
||||
* little-endian format whatever the endianness of your CPU.
|
||||
*
|
||||
* Alignment Gotcha:
|
||||
* You must take care when dereferencing iterator.this_arg
|
||||
|
@ -1147,7 +1147,7 @@ static const struct ieee80211_regdomain *reg_get_regdomain(struct wiphy *wiphy)
|
||||
|
||||
/*
|
||||
* Follow the driver's regulatory domain, if present, unless a country
|
||||
* IE has been processed or a user wants to help complaince further
|
||||
* IE has been processed or a user wants to help compliance further
|
||||
*/
|
||||
if (lr->initiator != NL80211_REGDOM_SET_BY_COUNTRY_IE &&
|
||||
lr->initiator != NL80211_REGDOM_SET_BY_USER &&
|
||||
|
@ -743,7 +743,7 @@ __ieee80211_amsdu_copy(struct sk_buff *skb, unsigned int hlen,
|
||||
return NULL;
|
||||
|
||||
/*
|
||||
* When reusing framents, copy some data to the head to simplify
|
||||
* When reusing fragments, copy some data to the head to simplify
|
||||
* ethernet header handling and speed up protocol header processing
|
||||
* in the stack later.
|
||||
*/
|
||||
|
@ -1204,7 +1204,7 @@ static int cfg80211_wext_siwpower(struct net_device *dev,
|
||||
switch (wrq->flags & IW_POWER_MODE) {
|
||||
case IW_POWER_ON: /* If not specified */
|
||||
case IW_POWER_MODE: /* If set all mask */
|
||||
case IW_POWER_ALL_R: /* If explicitely state all */
|
||||
case IW_POWER_ALL_R: /* If explicitly state all */
|
||||
ps = true;
|
||||
break;
|
||||
default: /* Otherwise we ignore */
|
||||
|
@ -1159,7 +1159,7 @@ char *iwe_stream_add_event(struct iw_request_info *info, char *stream,
|
||||
/* Check if it's possible */
|
||||
if (likely((stream + event_len) < ends)) {
|
||||
iwe->len = event_len;
|
||||
/* Beware of alignement issues on 64 bits */
|
||||
/* Beware of alignment issues on 64 bits */
|
||||
memcpy(stream, (char *) iwe, IW_EV_LCP_PK_LEN);
|
||||
memcpy(stream + lcp_len, &iwe->u,
|
||||
event_len - lcp_len);
|
||||
|
Loading…
Reference in New Issue
Block a user