1
0
Fork 0
alistair23-linux/drivers/staging/rtl8188eu/include
Nishka Dasgupta 5cace672b9 staging: rtl8188eu: Replace function rtw_alloc_network()
Change external call site of _rtw_alloc_network to rtw_alloc_network.
Remove function rtw_alloc_network as all it does is call
_rtw_alloc_network.
Rename _rtw_alloc_network to rtw_alloc_network to maintain compatibility
with call sites. Keep its type as non-static (even though the old
rtw_alloc_network was static) as this functionality is used in other
files as well.
Issue found with Coccinelle.

Signed-off-by: Nishka Dasgupta <nishkadg.linux@gmail.com>
Link: https://lore.kernel.org/r/20190712071746.2474-6-nishkadg.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2019-07-22 07:34:15 +02:00
..
HalVerDef.h
basic_types.h
drv_types.h staging: rtl8188eu: remove rtw_qos.h 2018-09-25 21:08:43 +02:00
fw.h
hal8188e_phy_cfg.h
hal8188e_phy_reg.h staging: rtl8188eu: remove unused definitions from hal8188e_phy_reg.h 2019-07-22 07:34:13 +02:00
hal8188e_rate_adaptive.h
hal_com.h staging: rtl8188eu: remove hal_init_macaddr() 2019-06-26 09:50:51 +08:00
hal_intf.h staging: rtl8188eu: Replace function beacon_timing_control() 2019-07-22 07:34:14 +02:00
ieee80211.h staging: rtl8188eu: Change type of rtw_get_sec_ie() 2019-06-13 11:55:49 +02:00
mlme_osdep.h staging: rtl8188eu: Remove function rtw_os_indicate_scan_done() 2019-07-22 07:34:14 +02:00
mon.h
odm.h staging: rtl8188eu: remove unused function declarations 2019-02-26 11:52:46 +01:00
odm_debug.h
odm_hwconfig.h staging: rtl8188eu: remove unused function declarations 2019-02-26 11:52:46 +01:00
odm_precomp.h staging: rtl8188eu: hal: Replace function ODM_TXPowerTrackingCheck() 2019-07-01 09:07:03 +02:00
odm_rtl8188e.h
odm_types.h
osdep_intf.h
osdep_service.h staging: rtl8188eu: Remove function rtw_modular64() 2019-07-22 07:34:14 +02:00
phy.h staging: rtl8188eu: remove get_right_chnl_for_iqk() 2018-09-28 14:30:52 +02:00
phydm_reg.h staging: rtlwifi: move remaining phydm .h files 2019-05-01 10:40:10 +02:00
phydm_regdefine11n.h staging: rtlwifi: move remaining phydm .h files 2019-05-01 10:40:10 +02:00
pwrseq.h
pwrseqcmd.h
recv_osdep.h
rf.h
rtl8188e_cmd.h
rtl8188e_dm.h
rtl8188e_hal.h staging: rtl8188eu: reuse Hal_GetChnlGroup88E() 2018-12-12 11:37:58 +01:00
rtl8188e_recv.h
rtl8188e_spec.h
rtl8188e_xmit.h staging: rtl8188eu: change return type of rtl8188eu_xmitframe_complete() 2018-11-07 12:41:00 +01:00
rtw_android.h
rtw_ap.h
rtw_cmd.h
rtw_debug.h
rtw_eeprom.h staging: rtl8188eu: Remove declarations of unused functions 2019-07-01 09:07:03 +02:00
rtw_efuse.h
rtw_event.h
rtw_ht.h
rtw_ioctl.h
rtw_ioctl_set.h
rtw_iol.h
rtw_led.h staging: rtl8188eu: rename SwLed0 to avoid CamelCase 2018-11-22 11:14:59 +01:00
rtw_mlme.h staging: rtl8188eu: Replace function rtw_alloc_network() 2019-07-22 07:34:15 +02:00
rtw_mlme_ext.h staging: rtl8188eu: Replace function beacon_timing_control() 2019-07-22 07:34:14 +02:00
rtw_pwrctrl.h
rtw_recv.h staging: rtl8188eu: change type of a struct field 2018-11-07 12:41:00 +01:00
rtw_rf.h
rtw_security.h
rtw_sreset.h staging: rtl8188eu: rename struct field Wifi_Error_Status 2018-12-06 16:12:19 +01:00
rtw_xmit.h staging: rtl8188eu: Fix potential NULL pointer dereference of kcalloc 2019-03-21 08:32:57 +01:00
sta_info.h
usb_ops_linux.h
wifi.h staging: rtl8188eu: remove unused WFD defines 2019-03-20 10:43:50 +01:00
wlan_bssdef.h staging: rtl8188eu: Refactoring struct ndis_802_11_ssid from CamelCase to correct code style. 2019-01-15 17:31:52 +01:00
xmit_osdep.h