summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/broadcom/b43/phy_ht.c
diff options
context:
space:
mode:
authorAlexander A. Klimov <grandmaster@al2klimov.de>2020-07-19 14:01:15 +0300
committerKalle Valo <kvalo@codeaurora.org>2020-08-02 18:16:35 +0300
commit2d96c1ed4bab52e2dced98746ecc978a1ac0eeb7 (patch)
treee33383f226c8cd324324607579f2dc7a396e1554 /drivers/net/wireless/broadcom/b43/phy_ht.c
parent348cb5dc4d702e071efb4f70c4dacfe2473c815d (diff)
downloadlinux-2d96c1ed4bab52e2dced98746ecc978a1ac0eeb7.tar.xz
b43: Replace HTTP links with HTTPS ones
Rationale: Reduces attack surface on kernel devs opening the links for MITM as HTTPS traffic is much harder to manipulate. Deterministic algorithm: For each file: If not .svg: For each line: If doesn't contain `\bxmlns\b`: For each link, `\bhttp://[^# \t\r\n]*(?:\w|/)`: If neither `\bgnu\.org/license`, nor `\bmozilla\.org/MPL\b`: If both the HTTP and HTTPS versions return 200 OK and serve the same content: Replace HTTP with HTTPS. Signed-off-by: Alexander A. Klimov <grandmaster@al2klimov.de> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Link: https://lore.kernel.org/r/20200719110115.58085-1-grandmaster@al2klimov.de
Diffstat (limited to 'drivers/net/wireless/broadcom/b43/phy_ht.c')
-rw-r--r--drivers/net/wireless/broadcom/b43/phy_ht.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/broadcom/b43/phy_ht.c b/drivers/net/wireless/broadcom/b43/phy_ht.c
index 6033df1c3053..c685b4bb5ed6 100644
--- a/drivers/net/wireless/broadcom/b43/phy_ht.c
+++ b/drivers/net/wireless/broadcom/b43/phy_ht.c
@@ -1018,7 +1018,7 @@ static void b43_phy_ht_op_free(struct b43_wldev *dev)
phy->ht = NULL;
}
-/* http://bcm-v4.sipsolutions.net/802.11/Radio/Switch%20Radio */
+/* https://bcm-v4.sipsolutions.net/802.11/Radio/Switch%20Radio */
static void b43_phy_ht_op_software_rfkill(struct b43_wldev *dev,
bool blocked)
{