From: Jes Sorensen <jes.soren...@redhat.com>

Hi,

Here's a set of patches removing a pile of unused code from the
rtl8723au drivers. It also includes an alignment issue pointed out by
Arend van Spriel.

Note this set goes on top of Chris Ruffin's patch:
staging: rtl8723au: change typecast to match type returned by htons()

Cheers,
Jes

Jes Sorensen (10):
  staging: rtl8723au: Remove unused
    rtw_calculate_wlan_pkt_size_by_attribue23a()
  staging rtl8723au: rtw_put_smap23a(): Use common SNAP header defines
  staging: rtl8723au: rtw_put_snap23a(): Use put_unaligned to set
    protocol
  staging: rtl8723au: rtw_put_snap23a(): Make it static
  staging: rtl8723au: portctrl(): Remove a pile of unnecessary clutter
  staging: rtl8723au: rtw_dump_xframe(): Use proper ETH_P_* types
  staging: rtl8723au: pxmitframe->frame_tag is never set to a value > 8
  staging: rtl8723au: Remove unused rtl8723a_update_txdesc() and child
    functions
  staging: rtl8723au: Remove no-op function Hal_InitChannelPlan23a()
  staging: rtl8723au: Remove sw led handling

 drivers/staging/rtl8723au/Makefile                |    2 -
 drivers/staging/rtl8723au/core/rtw_cmd.c          |    6 -
 drivers/staging/rtl8723au/core/rtw_led.c          | 1865 ---------------------
 drivers/staging/rtl8723au/core/rtw_mlme.c         |    5 -
 drivers/staging/rtl8723au/core/rtw_recv.c         |   43 +-
 drivers/staging/rtl8723au/core/rtw_xmit.c         |   63 +-
 drivers/staging/rtl8723au/hal/rtl8723a_hal_init.c |  252 ---
 drivers/staging/rtl8723au/hal/rtl8723au_led.c     |  124 --
 drivers/staging/rtl8723au/hal/rtl8723au_xmit.c    |   19 +-
 drivers/staging/rtl8723au/hal/usb_halinit.c       |   22 -
 drivers/staging/rtl8723au/include/drv_types.h     |    2 -
 drivers/staging/rtl8723au/include/rtl8723a_hal.h  |    2 -
 drivers/staging/rtl8723au/include/rtl8723a_led.h  |   30 -
 drivers/staging/rtl8723au/include/rtl8723a_xmit.h |    1 -
 drivers/staging/rtl8723au/include/rtw_cmd.h       |    1 -
 drivers/staging/rtl8723au/include/rtw_led.h       |  181 --
 drivers/staging/rtl8723au/include/rtw_xmit.h      |    3 -
 drivers/staging/rtl8723au/os_dep/os_intfs.c       |   11 -
 drivers/staging/rtl8723au/os_dep/usb_intf.c       |    2 -
 19 files changed, 30 insertions(+), 2604 deletions(-)
 delete mode 100644 drivers/staging/rtl8723au/core/rtw_led.c
 delete mode 100644 drivers/staging/rtl8723au/hal/rtl8723au_led.c
 delete mode 100644 drivers/staging/rtl8723au/include/rtl8723a_led.h
 delete mode 100644 drivers/staging/rtl8723au/include/rtw_led.h

-- 
1.9.3

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to