From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wr1-f47.google.com (mail-wr1-f47.google.com [209.85.221.47]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 4976D71 for ; Tue, 22 Jun 2021 12:29:46 +0000 (UTC) Received: by mail-wr1-f47.google.com with SMTP id f15so7996600wro.8 for ; Tue, 22 Jun 2021 05:29:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=o5ViW9L7DTOJj5z9qhVebpVLgq9tad1v9oBNuUcvwzo=; b=Dub4jveNq5XRXKA1o18pWv8P4mBETg/EfvBPCWSFoG30oPDJi/IxktGCMEJFaaPtny Bm76az3OSwVXkyD7lA87WeG2qkER+O7N88P3UMzsRo0FY/crov+iTdsJ82FhgimgX2JI aRzipesXywrRg8lRYIdCzDluufHoTL1hFR+DBI7WLtksyxV729/dWw5SCwXowA/qf4U6 21A/g+jN3De3CULnNflfcESlXBzE6qgS5DZMhQCLP2PWzmfb6tiDL1bs++R5TYzcJBi+ oyPbnAHPKE8JPdBPES0KDHKdKTm/PsI8/3y8/dgXyHHUKCjw1aJXCTBu2ch07rXDoqyw YfwQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=o5ViW9L7DTOJj5z9qhVebpVLgq9tad1v9oBNuUcvwzo=; b=RNJfaG1rT6acPqGt1uf2hi52IxdvYeWeqhsL70vTTS68gMcxzlrQyDV5xOj5wf5+ON 0rRv6HNtaPToTb0D94KTbbPJO9H7wMN2MzCWB4y78UdSeDeEth/+XqRi4eia9biE8xav 1QRobZKJhVXvZExq94k9Slc3BQiDUF1hwAAdIFcpnToDaLQEhHURUo6mxvA/39Is2oQq pq7OLgd3Zb53yxCvWREE3rA/jYtWGaUUAuqDyF67nqENEDvaJZnXxCL05kUHDzboS9px +3pczG32pHmdOX0wpoJfqDmCJtEvwd4a3O8805SB+Unh2sI/Bs81Njz6NDefNcdfTUM0 0t0Q== X-Gm-Message-State: AOAM531QJ/Lzjx8NEQ0+ZL4Znl9PkOQyeOF4RPTE2L5fsxMvjrctFgiG q3Zdiw1roDbOzXwEdoHqWE0= X-Google-Smtp-Source: ABdhPJxuApZaHtB6uOWVzFt09TmbveXZ5wPZEqVv8F6Z38PMP5O4ifon4WM6RHG+LdBhp7LhaakDVQ== X-Received: by 2002:adf:8061:: with SMTP id 88mr4380195wrk.233.1624364984803; Tue, 22 Jun 2021 05:29:44 -0700 (PDT) Received: from agape ([5.171.73.108]) by smtp.gmail.com with ESMTPSA id n16sm11085603wrx.85.2021.06.22.05.29.44 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 22 Jun 2021 05:29:44 -0700 (PDT) From: Fabio Aiuto To: gregkh@linuxfoundation.org Cc: hdegoede@redhat.com, Larry.Finger@lwfinger.net, linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org, Fabio Auto Subject: [PATCH v2 00/17] staging: rtl8723bs: remove 5Ghz code Date: Tue, 22 Jun 2021 14:29:25 +0200 Message-Id: X-Mailer: git-send-email 2.20.1 X-Mailing-List: linux-staging@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit This patch series removes all occurences of 5Ghz code over the driver as required from driver's TODO list: - find and remove remaining code valid only for 5 GHz. most of the obvious one have been removed, but things like channel > 14 still exist. rtl8723bs work on 2.4Ghz band and supports 802.11bgn standards. So all code related to 802.11a/ac standard is removed, as well as code related to channel numbers above 14. VHT code is deleted as well, for it's related to 802.11ac. Comments are fixed accordingly and many unused variables are deleted. Every single patch of this series has been tested on a Lenovo Ideapad MIIX 300-10IBY except for the last one, for obvious reason (it deletes just the TODO item). So: Tested-by: Fabio Auto ------------------------------------------------ Changes in v2: - drop v1 15/18 patch, for it deliberately does register writes as pointed by Hans. Fabio Aiuto (17): staging: rtl8723bs: remove all 5Ghz network types staging: rtl8723bs: remove code related to unsupported channel bandwidth staging: rtl8723bs: remove unused enum items related to channel bonding staging: rtl8723bs: rename enum items related to channel bonding staging: rtl8723bs: remove 5Ghz field in struct registry_priv staging: rtl8723bs: remove struct rt_channel_plan_5g staging: rtl8723bs: remove all branchings between 2.4Ghz and 5Ghz band types staging: rtl8723bs: beautify prototypes in include/hal_com_phycfg.h staging: rtl8723bs: remove 5Ghz code related to channel plan definition staging: rtl8723bs: remove some unused 5Ghz macro definitions staging: rtl8723bs: remove 5Ghz code related to RF power calibration staging: rtl8723bs: remove VHT dead code staging: rtl8723bs: remove unused ODM_CMNINFO_BOARD_TYPE enum item staging: rtl8723bs: fix macro value for 2.4Ghz only device staging: rtl8723bs: remove obsolete 5Ghz comments staging: rtl8723bs: fix check allowing 5Ghz settings staging: rtl8723bs: remove item from TODO list drivers/staging/rtl8723bs/TODO | 2 - drivers/staging/rtl8723bs/core/rtw_ap.c | 10 +- .../staging/rtl8723bs/core/rtw_ieee80211.c | 22 +- drivers/staging/rtl8723bs/core/rtw_mlme.c | 10 - drivers/staging/rtl8723bs/core/rtw_mlme_ext.c | 328 ++--- .../staging/rtl8723bs/core/rtw_wlan_util.c | 29 +- drivers/staging/rtl8723bs/core/rtw_xmit.c | 5 +- .../staging/rtl8723bs/hal/HalBtc8723b1Ant.c | 4 +- .../staging/rtl8723bs/hal/HalBtc8723b2Ant.c | 5 +- drivers/staging/rtl8723bs/hal/HalBtcOutSrc.h | 1 - .../staging/rtl8723bs/hal/HalHWImg8723B_BB.c | 17 +- .../staging/rtl8723bs/hal/HalHWImg8723B_RF.c | 595 ++++----- .../staging/rtl8723bs/hal/HalPhyRf_8723B.c | 19 +- drivers/staging/rtl8723bs/hal/hal_btcoex.c | 4 - drivers/staging/rtl8723bs/hal/hal_com.c | 241 ---- .../staging/rtl8723bs/hal/hal_com_phycfg.c | 1059 +++-------------- drivers/staging/rtl8723bs/hal/odm.c | 50 - drivers/staging/rtl8723bs/hal/odm.h | 42 +- drivers/staging/rtl8723bs/hal/odm_DIG.c | 2 - .../rtl8723bs/hal/odm_EdcaTurboCheck.c | 4 +- .../rtl8723bs/hal/odm_RegConfig8723B.c | 5 +- .../rtl8723bs/hal/odm_RegConfig8723B.h | 2 - drivers/staging/rtl8723bs/hal/rtl8723b_dm.c | 1 - .../staging/rtl8723bs/hal/rtl8723b_hal_init.c | 41 +- .../staging/rtl8723bs/hal/rtl8723b_phycfg.c | 43 +- drivers/staging/rtl8723bs/hal/sdio_halinit.c | 5 - .../rtl8723bs/include/Hal8192CPhyReg.h | 2 - drivers/staging/rtl8723bs/include/drv_types.h | 10 +- drivers/staging/rtl8723bs/include/hal_com.h | 62 +- .../rtl8723bs/include/hal_com_phycfg.h | 198 +-- .../staging/rtl8723bs/include/hal_com_reg.h | 1 - drivers/staging/rtl8723bs/include/hal_data.h | 40 +- drivers/staging/rtl8723bs/include/hal_pg.h | 2 - drivers/staging/rtl8723bs/include/hal_phy.h | 10 - drivers/staging/rtl8723bs/include/ieee80211.h | 67 +- .../staging/rtl8723bs/include/rtl8723b_xmit.h | 21 - drivers/staging/rtl8723bs/include/rtw_ht.h | 4 - .../staging/rtl8723bs/include/rtw_mlme_ext.h | 52 +- drivers/staging/rtl8723bs/include/rtw_rf.h | 33 +- drivers/staging/rtl8723bs/include/wifi.h | 1 - .../staging/rtl8723bs/os_dep/ioctl_cfg80211.c | 4 - .../staging/rtl8723bs/os_dep/ioctl_linux.c | 8 +- drivers/staging/rtl8723bs/os_dep/os_intfs.c | 13 +- drivers/staging/rtl8723bs/os_dep/wifi_regd.c | 4 - 44 files changed, 640 insertions(+), 2438 deletions(-) -- 2.20.1