wifi: cfg80211: Fix typo in documentation
authorIlan Peer <ilan.peer@intel.com>
Thu, 28 Sep 2023 14:35:32 +0000 (17:35 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 23 Oct 2023 09:43:28 +0000 (11:43 +0200)
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>
include/net/cfg80211.h

index a9ef43b337486cbab98441e5a23ee6bd82627718..ebc0d733f87623508ab3d8b6673ab2071cac2191 100644 (file)
@@ -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.