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

net/wireless: wireless.h: drop duplicate word in comments

Drop doubled word "threshold" in a comment.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: netdev@vger.kernel.org
Cc: Kalle Valo <kvalo@codeaurora.org>
Cc: linux-wireless@vger.kernel.org
Cc: Johannes Berg <johannes@sipsolutions.net>
Link: https://lore.kernel.org/r/20200715164325.9109-2-rdunlap@infradead.org
Signed-off-by: Johannes Berg <johannes.berg@intel.com>

authored by

Randy Dunlap and committed by
Johannes Berg
0f55c0c5 98702172

+1 -1
+1 -1
include/uapi/linux/wireless.h
··· 914 914 struct iw_param sens; /* signal level threshold */ 915 915 struct iw_param bitrate; /* default bit rate */ 916 916 struct iw_param txpower; /* default transmit power */ 917 - struct iw_param rts; /* RTS threshold threshold */ 917 + struct iw_param rts; /* RTS threshold */ 918 918 struct iw_param frag; /* Fragmentation threshold */ 919 919 __u32 mode; /* Operation mode */ 920 920 struct iw_param retry; /* Retry limits & lifetime */