mbox series

[v2,0/4] wireless: Fix -Wcast-function-type

Message ID 20191126175529.10909-1-tranmanphong@gmail.com
Headers show
Series wireless: Fix -Wcast-function-type | expand

Message

Phong Tran Nov. 26, 2019, 5:55 p.m. UTC
Change with v1:
 - align commit subject prefix with review comments.
 - split patch "drivers: net: intel: Fix -Wcast-function-type"
   into "ipw2x00" and "iwlegacy"
 - update tested by as
https://lore.kernel.org/linux-wireless/8eb8d6fd-de20-2d04-8210-ad8304d7da9e@lwfinger.net/

Phong Tran (4):
  b43legacy: Fix -Wcast-function-type
  ipw2x00: Fix -Wcast-function-type
  iwlegacy: Fix -Wcast-function-type
  rtlwifi: rtl_pci: Fix -Wcast-function-type

 drivers/net/wireless/broadcom/b43legacy/main.c |  5 +++--
 drivers/net/wireless/intel/ipw2x00/ipw2100.c   |  7 ++++---
 drivers/net/wireless/intel/ipw2x00/ipw2200.c   |  5 +++--
 drivers/net/wireless/intel/iwlegacy/3945-mac.c |  5 +++--
 drivers/net/wireless/intel/iwlegacy/4965-mac.c |  5 +++--
 drivers/net/wireless/realtek/rtlwifi/pci.c     | 10 ++++++----
 6 files changed, 22 insertions(+), 15 deletions(-)