OSDN Git Service

staging: rtl8188eu: remove pfirmware and fwsize of the hal_data_8188e structure
authorIvan Safonov <insafonov@gmail.com>
Thu, 11 Feb 2016 18:24:22 +0000 (01:24 +0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 12 Feb 2016 04:03:56 +0000 (20:03 -0800)
commit29e20dd4c736a1f8a02d542359ba7a4e28440b73
tree721d99a1e2a8dfc5378bbeeb5aa819b9fff54e62
parentf643ba69d12e31053a112ef3bfa9ead45bb71e37
staging: rtl8188eu: remove pfirmware and fwsize of the hal_data_8188e structure

The pfirmware is used only in rtl88eu_download_fw function
(except the kfree(rtlhal->pfirmware) in netdev_close).

The fwsize not used after initialization at all.

The pfirmvare replaced by fw_data and fwsize removed.

Signed-off-by: Ivan Safonov <insafonov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/hal/fw.c
drivers/staging/rtl8188eu/include/rtl8188e_hal.h
drivers/staging/rtl8188eu/os_dep/os_intfs.c