lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180826211439.14326-1-johnfwhitmore@gmail.com>
Date:   Sun, 26 Aug 2018 22:14:18 +0100
From:   John Whitmore <johnfwhitmore@...il.com>
To:     linux-kernel@...r.kernel.org
Cc:     devel@...verdev.osuosl.org, gregkh@...uxfoundation.org,
        John Whitmore <johnfwhitmore@...il.com>
Subject: [PATCH 00/21] staging:rtl8192u: r8192U_hw.h - Style

This series of patches contain simple coding style changes to the file
r8192U_hw.h, most of the changes are to clear the CamelCase issue in
checkpatch. To minimise the number of CamelCase names which have to be
renamed the unused definitions have been removed from the header file.

John Whitmore (21):
  staging:rtl8192u: Refactor enum VERSION_819xU - Style
  staging:rtl8192u: Refactor RT_RF_TYPE_DEF - Style
  staging:rtl8192u: Make function rtl8192_phyConfigBB static
  staging:rtl8192u: Refactor BaseBand_Config_Type - Style
  staging:rtl8192u: Remove unused definitions - Style
  staging:rtl8192u: Reorder enum _RTL8192Usb_HW members - Style
  staging:rtl8192u: Rename EEPROM_TxPowerDiff - Style
  staging:rtl8192u: Rename EEPROM_ThermalMeter - Style
  staging:rtl8192u: Rename EEPROM_PwDiff - Style
  staging:rtl8192u: Rename EEPROM_CrystalCap - Style
  staging:rtl8192u: Rename EEPROM_TxPwIndex_CCK - Style
  staging:rtl8192u: Rename EEPROM_TxPwIndex_OFDM_24G_V1 - STYLE
  staging:rtl8192u: Rename EEPROM_TxPwIndex_OFDM_24G - Style
  staging:rtl8192u: Rename EEPROM_TxPwIndex_CCK_V1 - Style
  staging:rtl8192u: rename EEPROM_TxPwIndex_Ver - Style
  staging:rtl8192u: Rename EEPROM_Default_ThermalMeter - Style
  staging:rtl8192u: Rename EEPROM_Default_PwDiff - Style
  staging:rtl8192u: Rename EEPROM_Default_CrystalCap - Style
  staging:rtl8192u: Rename EEPROM_Default_TxPower - Style
  staging:rtl8192u: Rename EEPROM_Customer_ID - Style
  staging:rtl8192u: Rename EEPROM_ChannelPlan - Style

 drivers/staging/rtl8192u/r8190_rtl8256.c |   6 +-
 drivers/staging/rtl8192u/r8192U.h        |  16 +-
 drivers/staging/rtl8192u/r8192U_core.c   |  44 ++---
 drivers/staging/rtl8192u/r8192U_hw.h     | 204 +++--------------------
 drivers/staging/rtl8192u/r819xU_phy.c    |  15 +-
 drivers/staging/rtl8192u/r819xU_phy.h    |   6 +-
 6 files changed, 71 insertions(+), 220 deletions(-)

-- 
2.18.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ