Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Ilan Peer and committed by
Johannes Berg
ec06bdb2 e7182c4e

+1 -1
+1 -1
include/net/cfg80211.h
··· 2661 2661 * or no match (RSSI only) 2662 2662 * @rssi_thold: don't report scan results below this threshold (in s32 dBm) 2663 2663 * @per_band_rssi_thold: Minimum rssi threshold for each band to be applied 2664 - * for filtering out scan results received. Drivers advertize this support 2664 + * for filtering out scan results received. Drivers advertise this support 2665 2665 * of band specific rssi based filtering through the feature capability 2666 2666 * %NL80211_EXT_FEATURE_SCHED_SCAN_BAND_SPECIFIC_RSSI_THOLD. These band 2667 2667 * specific rssi thresholds take precedence over rssi_thold, if specified.