Fix common misspellings
Fixes generated by 'codespell' and manually reviewed. Signed-off-by: Lucas De Marchi <lucas.demarchi@profusion.mobi>
This commit is contained in:
@@ -97,7 +97,7 @@ struct ieee80211_bss {
|
||||
size_t supp_rates_len;
|
||||
|
||||
/*
|
||||
* During assocation, we save an ERP value from a probe response so
|
||||
* During association, we save an ERP value from a probe response so
|
||||
* that we can feed ERP info to the driver when handling the
|
||||
* association completes. these fields probably won't be up-to-date
|
||||
* otherwise, you probably don't want to use them.
|
||||
|
@@ -628,7 +628,7 @@ void mesh_path_discard_frame(struct sk_buff *skb,
|
||||
*
|
||||
* @mpath: mesh path whose queue has to be freed
|
||||
*
|
||||
* Locking: the function must me called withing a rcu_read_lock region
|
||||
* Locking: the function must me called within a rcu_read_lock region
|
||||
*/
|
||||
void mesh_path_flush_pending(struct mesh_path *mpath)
|
||||
{
|
||||
|
@@ -259,7 +259,7 @@ minstrel_ht_update_stats(struct minstrel_priv *mp, struct minstrel_ht_sta *mi)
|
||||
}
|
||||
}
|
||||
|
||||
/* try to sample up to half of the availble rates during each interval */
|
||||
/* try to sample up to half of the available rates during each interval */
|
||||
mi->sample_count *= 4;
|
||||
|
||||
cur_prob = 0;
|
||||
|
@@ -77,7 +77,7 @@ union rc_pid_event_data {
|
||||
};
|
||||
|
||||
struct rc_pid_event {
|
||||
/* The time when the event occured */
|
||||
/* The time when the event occurred */
|
||||
unsigned long timestamp;
|
||||
|
||||
/* Event ID number */
|
||||
|
@@ -381,7 +381,7 @@ static void ieee80211_parse_qos(struct ieee80211_rx_data *rx)
|
||||
* specs were sane enough this time around to require padding each A-MSDU
|
||||
* subframe to a length that is a multiple of four.
|
||||
*
|
||||
* Padding like Atheros hardware adds which is inbetween the 802.11 header and
|
||||
* Padding like Atheros hardware adds which is between the 802.11 header and
|
||||
* the payload is not supported, the driver is required to move the 802.11
|
||||
* header to be directly in front of the payload in that case.
|
||||
*/
|
||||
|
@@ -47,9 +47,9 @@
|
||||
* Station entries are added by mac80211 when you establish a link with a
|
||||
* peer. This means different things for the different type of interfaces
|
||||
* we support. For a regular station this mean we add the AP sta when we
|
||||
* receive an assocation response from the AP. For IBSS this occurs when
|
||||
* receive an association response from the AP. For IBSS this occurs when
|
||||
* get to know about a peer on the same IBSS. For WDS we add the sta for
|
||||
* the peer imediately upon device open. When using AP mode we add stations
|
||||
* the peer immediately upon device open. When using AP mode we add stations
|
||||
* for each respective station upon request from userspace through nl80211.
|
||||
*
|
||||
* In order to remove a STA info structure, various sta_info_destroy_*()
|
||||
|
@@ -173,7 +173,7 @@ struct sta_ampdu_mlme {
|
||||
/**
|
||||
* enum plink_state - state of a mesh peer link finite state machine
|
||||
*
|
||||
* @PLINK_LISTEN: initial state, considered the implicit state of non existant
|
||||
* @PLINK_LISTEN: initial state, considered the implicit state of non existent
|
||||
* mesh peer links
|
||||
* @PLINK_OPN_SNT: mesh plink open frame has been sent to this mesh peer
|
||||
* @PLINK_OPN_RCVD: mesh plink open frame has been received from this mesh peer
|
||||
|
مرجع در شماره جدید
Block a user