mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 22:52:19 +02:00
staging: rtl8192e: Remove unused macro RT_SET_PS_LEVEL
Remove unused macro RT_SET_PS_LEVEL to shorten code. Signed-off-by: Philipp Hortmann <philipp.g.hortmann@gmail.com> Link: https://lore.kernel.org/r/0d397210830f77ad3231c3b4a0465ae89aacb962.1681627603.git.philipp.g.hortmann@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
88b81bddf1
commit
b0e60e96af
|
|
@ -100,7 +100,6 @@ static inline void *netdev_priv_rsl(struct net_device *dev)
|
|||
((psc->CurPsLevel & _PS_FLAG) ? true : false)
|
||||
#define RT_CLEAR_PS_LEVEL(psc, _PS_FLAG) \
|
||||
(psc->CurPsLevel &= (~(_PS_FLAG)))
|
||||
#define RT_SET_PS_LEVEL(psc, _PS_FLAG) (psc->CurPsLevel |= _PS_FLAG)
|
||||
|
||||
/* defined for skb cb field */
|
||||
/* At most 28 byte */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user