linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] staging: wlan-ng: make use of GENMASK macro
@ 2016-11-10 18:16 Sergio Paracuellos
  2016-11-10 18:16 ` [PATCH 1/4] staging: wlan-ng: use GENMASK macro in different defines of hfa384x.h Sergio Paracuellos
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Sergio Paracuellos @ 2016-11-10 18:16 UTC (permalink / raw)
  To: gregkh; +Cc: devel, linux-kernel

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-11-15 12:35 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-10 18:16 [PATCH 0/4] staging: wlan-ng: make use of GENMASK macro Sergio Paracuellos
2016-11-10 18:16 ` [PATCH 1/4] staging: wlan-ng: use GENMASK macro in different defines of hfa384x.h Sergio Paracuellos
2016-11-15 12:21   ` Dan Carpenter
2016-11-10 18:16 ` [PATCH 2/4] staging: wlan-ng: use GENMASK macro in different defines of p80211hdr.h Sergio Paracuellos
2016-11-15 12:25   ` Dan Carpenter
2016-11-10 18:16 ` [PATCH 3/4] staging: wlan-ng: use GENMASK macro in define of p80211netdev.h Sergio Paracuellos
2016-11-10 18:16 ` [PATCH 4/4] staging: wlan-ng: use GENMASK macro in two bitwise operations in prism2sta.c Sergio Paracuellos
2016-11-15 12:34   ` Dan Carpenter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).