diff options
author | Ilan Peer <ilan.peer@intel.com> | 2023-09-28 17:35:32 +0300 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2023-10-23 11:43:28 +0200 |
commit | ec06bdb22500c8f10f17326d6db3f8ad3e2347b1 (patch) | |
tree | 5bbdda94d1324d9ff40d899eab9c78e874b7d6a9 /include/net/cfg80211.h | |
parent | e7182c4e6bbeafa272612e6c06fa92b42ad107ad (diff) | |
download | linux-ec06bdb22500c8f10f17326d6db3f8ad3e2347b1.tar.gz linux-ec06bdb22500c8f10f17326d6db3f8ad3e2347b1.tar.bz2 linux-ec06bdb22500c8f10f17326d6db3f8ad3e2347b1.zip |
wifi: cfg80211: Fix typo in documentation
Fix a small typo in a comment.
Signed-off-by: Ilan Peer <ilan.peer@intel.com>
Signed-off-by: Gregory Greenman <gregory.greenman@intel.com>
Link: https://lore.kernel.org/r/20230928172905.9dce226e393f.I929bfb9371e31c9e8d2bb1c1a96e9b1f3d02f2d0@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'include/net/cfg80211.h')
-rw-r--r-- | include/net/cfg80211.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index a9ef43b33748..ebc0d733f876 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h @@ -2661,7 +2661,7 @@ static inline void get_random_mask_addr(u8 *buf, const u8 *addr, const u8 *mask) * or no match (RSSI only) * @rssi_thold: don't report scan results below this threshold (in s32 dBm) * @per_band_rssi_thold: Minimum rssi threshold for each band to be applied - * for filtering out scan results received. Drivers advertize this support + * for filtering out scan results received. Drivers advertise this support * of band specific rssi based filtering through the feature capability * %NL80211_EXT_FEATURE_SCHED_SCAN_BAND_SPECIFIC_RSSI_THOLD. These band * specific rssi thresholds take precedence over rssi_thold, if specified. |