[PATCH 0/4] staging: wlan-ng: make use of GENMASK macro

From: Sergio Paracuellos
Date: Thu Nov 10 2016 - 13:16:23 EST


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