[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210227222236.581490-1-insafonov@gmail.com>
Date: Sun, 28 Feb 2021 01:22:33 +0300
From: Ivan Safonov <insafonov@...il.com>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc: Florian Schilhabel <florian.c.schilhabel@...glemail.com>,
Larry Finger <Larry.Finger@...inger.net>,
Michael Straube <straube.linux@...il.com>,
Pascal Terjan <pterjan@...gle.com>, devel@...verdev.osuosl.org,
linux-kernel@...r.kernel.org, Ivan Safonov <insafonov@...il.com>
Subject: [PATCH 0/4] staging:rtl8712: avoid unnecessary definitions in wifi.h
wifi.h contains unnecessary definitions. Some of them are not used
at all, some can be replaced with native definitions.
Ivan Safonov (4):
staging:rtl8712: replace get_(d|s)a with ieee80211_get_(D|S)A
staging:rtl8712: remove unused definitions from wifi.h
staging:rtl8712: use IEEE80211_FCTL_* kernel definitions
staging:rtl8712: replace cap_* definitions with native kernel
WLAN_CAPABILITY_*
drivers/staging/rtl8712/ieee80211.c | 6 +-
drivers/staging/rtl8712/rtl871x_recv.c | 4 +-
drivers/staging/rtl8712/wifi.h | 178 +++----------------------
3 files changed, 27 insertions(+), 161 deletions(-)
--
2.26.2
Powered by blists - more mailing lists