[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1478801802-7731-1-git-send-email-sergio.paracuellos@gmail.com>
Date: Thu, 10 Nov 2016 19:16:38 +0100
From: Sergio Paracuellos <sergio.paracuellos@...il.com>
To: gregkh@...uxfoundation.org
Cc: devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org
Subject: [PATCH 0/4] staging: wlan-ng: make use of GENMASK macro
This patchset replaces mask stuff manipulation which is being used
using BIT macro with or operators with the use of GENMASK macro.
Sergio Paracuellos (4):
staging: wlan-ng: use GENMASK macro in different defines of hfa384x.h
staging: wlan-ng: use GENMASK macro in different defines of
p80211hdr.h
staging: wlan-ng: use GENMASK macro in define of p80211netdev.h
staging: wlan-ng: use GENMASK macro in two bitwise operations in
prism2sta.c
drivers/staging/wlan-ng/hfa384x.h | 29 ++++++++---------------------
drivers/staging/wlan-ng/p80211hdr.h | 5 ++---
drivers/staging/wlan-ng/p80211netdev.h | 2 +-
drivers/staging/wlan-ng/prism2sta.c | 4 ++--
4 files changed, 13 insertions(+), 27 deletions(-)
--
1.9.1
Powered by blists - more mailing lists