Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1475981

[PATCH 0/5] Keep one macro instead of 4 for wep keys

From Claudiu Beznea <claudiu.beznea@gmail.com>
Newsgroups linux.kernel
Subject [PATCH 0/5] Keep one macro instead of 4 for wep keys
Date 2016-09-04 20:00 +0200
Message-ID <sdJS1-wR-11@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


This patchset removes
DIDmib_dot11smt_dot11WEPDefaultKeysTable_dot11WEPDefaultKey<#>
and uses the new macro DIDmib_dot11smt_dot11WEPDefaultKeysTable_key()
instead.

Claudiu Beznea (5):
  Staging: wlan-ng: uses DIDmib_dot11smt_dot11WEPDefaultKeysTable_key() 
       macro instead of
    DIDmib_dot11smt_dot11WEPDefaultKeysTable_dot11WEPDefaultKey0
  Staging: wlan-ng: uses DIDmib_dot11smt_dot11WEPDefaultKeysTable_key() 
       macro instead of
    DIDmib_dot11smt_dot11WEPDefaultKeysTable_dot11WEPDefaultKey1
  Staging: wlan-ng: uses DIDmib_dot11smt_dot11WEPDefaultKeysTable_key() 
       macro instead of
    DIDmib_dot11smt_dot11WEPDefaultKeysTable_dot11WEPDefaultKey2
  Staging: wlan-ng: uses DIDmib_dot11smt_dot11WEPDefaultKeysTable_key() 
       macro instead of
    DIDmib_dot11smt_dot11WEPDefaultKeysTable_dot11WEPDefaultKey3
  Staging: wlan-ng: changed definition of    
    DIDmib_dot11smt_dot11WEPDefaultKeysTable_key() macro

 drivers/staging/wlan-ng/p80211metadef.h | 19 +------------------
 drivers/staging/wlan-ng/p80211req.c     |  8 ++++----
 drivers/staging/wlan-ng/prism2mib.c     |  8 ++++----
 3 files changed, 9 insertions(+), 26 deletions(-)

-- 
1.9.1

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/5] Keep one macro instead of 4 for wep keys Claudiu Beznea <claudiu.beznea@gmail.com> - 2016-09-04 20:00 +0200
  [PATCH 4/5] Staging: wlan-ng: uses DIDmib_dot11smt_dot11WEPDefaultKeysTable_key() macro instead of DIDmib_dot11smt_dot11WEPDefaultKeysTable_dot11WEPDefaultKey3 Claudiu Beznea <claudiu.beznea@gmail.com> - 2016-09-04 20:00 +0200

csiph-web