From: Philipp Hortmann <philipp.g.hortmann@gmail.com>
To: Michael Straube <straube.linux@gmail.com>, gregkh@linuxfoundation.org
Cc: Larry.Finger@lwfinger.net, phil@philpotter.co.uk,
linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] staging: r8188eu: remove unused macros from wifi.h
Date: Tue, 25 Oct 2022 20:17:21 +0200 [thread overview]
Message-ID: <d9909c60-e76b-c48b-ff0e-fa0b6e6322cf@gmail.com> (raw)
In-Reply-To: <20221025152722.14926-1-straube.linux@gmail.com>
On 10/25/22 17:27, Michael Straube wrote:
> There are some unused macros in wifi.h. Remove them.
>
> Signed-off-by: Michael Straube <straube.linux@gmail.com>
> ---
> drivers/staging/r8188eu/include/wifi.h | 27 --------------------------
> 1 file changed, 27 deletions(-)
>
> diff --git a/drivers/staging/r8188eu/include/wifi.h b/drivers/staging/r8188eu/include/wifi.h
> index 381385a7e118..05f8b7e3ecb0 100644
> --- a/drivers/staging/r8188eu/include/wifi.h
> +++ b/drivers/staging/r8188eu/include/wifi.h
> @@ -140,7 +140,6 @@ enum WIFI_REG_DOMAIN {
> #define _PWRMGT_ BIT(12)
> #define _MORE_DATA_ BIT(13)
> #define _PRIVACY_ BIT(14)
> -#define _ORDER_ BIT(15)
>
> #define SetToDs(pbuf) \
> *(__le16 *)(pbuf) |= cpu_to_le16(_TO_DS_)
> @@ -187,17 +186,6 @@ enum WIFI_REG_DOMAIN {
> *(__le16 *)(pbuf) |= cpu_to_le16(type); \
> } while (0)
>
> -#define GetTupleCache(pbuf) \
> - (cpu_to_le16(*(unsigned short *)((size_t)(pbuf) + 22)))
> -
> -#define SetFragNum(pbuf, num) \
> - do { \
> - *(unsigned short *)((size_t)(pbuf) + 22) = \
> - ((*(unsigned short *)((size_t)(pbuf) + 22)) & \
> - le16_to_cpu(~(0x000f))) | \
> - cpu_to_le16(0x0f & (num)); \
> - } while (0)
> -
> #define SetSeqNum(pbuf, num) \
> do { \
> *(__le16 *)((size_t)(pbuf) + 22) = \
> @@ -221,13 +209,6 @@ enum WIFI_REG_DOMAIN {
>
> #define GetAMsdu(pbuf) (((le16_to_cpu(*(__le16 *)pbuf)) >> 7) & 0x1)
>
> -#define SetAMsdu(pbuf, amsdu) \
> - *(__le16 *)(pbuf) |= cpu_to_le16((amsdu & 1) << 7)
> -
> -#define GetTid(pbuf) (le16_to_cpu(*(__le16 *)((size_t)(pbuf) + \
> - (((GetToDs(pbuf)<<1) | GetFrDs(pbuf)) == 3 ? \
> - 30 : 24))) & 0x000f)
> -
> #define GetAddr1Ptr(pbuf) ((unsigned char *)((size_t)(pbuf) + 4))
>
> #define GetAddr2Ptr(pbuf) ((unsigned char *)((size_t)(pbuf) + 10))
> @@ -415,14 +396,6 @@ static inline unsigned char *get_hdr_bssid(unsigned char *pframe)
> Below is the definition for 802.11n
> ------------------------------------------------------------------------------*/
>
> -#define SetOrderBit(pbuf) \
> - do { \
> - *(unsigned short *)(pbuf) |= cpu_to_le16(_ORDER_); \
> - } while (0)
> -
> -#define GetOrderBit(pbuf) \
> - (((*(unsigned short *)(pbuf)) & le16_to_cpu(_ORDER_)) != 0)
> -
> /**
> * struct rtw_ieee80211_bar - HT Block Ack Request
> *
Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com> # Edimax N150
prev parent reply other threads:[~2022-10-25 18:17 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-25 15:27 [PATCH] staging: r8188eu: remove unused macros from wifi.h Michael Straube
2022-10-25 18:17 ` Philipp Hortmann [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=d9909c60-e76b-c48b-ff0e-fa0b6e6322cf@gmail.com \
--to=philipp.g.hortmann@gmail.com \
--cc=Larry.Finger@lwfinger.net \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-staging@lists.linux.dev \
--cc=phil@philpotter.co.uk \
--cc=straube.linux@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.