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]
Date:   Thu, 09 Dec 2021 04:44:26 +0000 (UTC)
From:   David Mosberger-Tang <davidm@...uge.net>
To:     Ajay Singh <ajay.kathat@...rochip.com>
Cc:     Claudiu Beznea <claudiu.beznea@...rochip.com>,
        Kalle Valo <kvalo@...eaurora.org>,
        "David S. Miller" <davem@...emloft.net>,
        Jakub Kicinski <kuba@...nel.org>,
        linux-wireless@...r.kernel.org, netdev@...r.kernel.org,
        linux-kernel@...r.kernel.org,
        David Mosberger-Tang <davidm@...uge.net>
Subject: [PATCH 0/4] wilc1000: use Linux-style for system-visible names

This set of patches brings system-visible names in line with normal
Linux conventions: lower-case names that include the net-device name
where that makes sense.  The first three patches are trivial.  The
fourth one required rearranging some code to delay work-queue creation
until the net-device name is known.

David Mosberger-Tang (4):
  wilc1000: Rename SPI driver from "WILC_SPI" to "wilc1000_spi"
  wilc1000: Rename irq handler from "WILC_IRQ" to netdev name
  wilc1000: Rename tx task from "K_TXQ_TASK" to NETDEV-tx
  wilc1000: Rename workqueue from "WILC_wq" to "NETDEV-wq"

 .../wireless/microchip/wilc1000/cfg80211.c    | 10 +---------
 .../net/wireless/microchip/wilc1000/netdev.c  | 19 +++++++++++++++----
 drivers/net/wireless/microchip/wilc1000/spi.c |  4 +++-
 .../net/wireless/microchip/wilc1000/wlan.h    |  2 --
 4 files changed, 19 insertions(+), 16 deletions(-)

-- 
2.25.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ