Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: rtl8192e: Remove duplicate declartion

Remove dupilcate declartion of function rtllib_stop_send_beaconsi()
notify_wx_assoc_event() in rtl8192e/rtllib.h file.

Signed-off-by: Saurav Girepunje <saurav.girepunje@gmail.com>
Link: https://lore.kernel.org/r/20210509171427.GA9937@user
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Saurav Girepunje and committed by
Greg Kroah-Hartman
aaa27b88 321f1fb4

-2
-2
drivers/staging/rtl8192e/rtllib.h
··· 1979 1979 void SendDisassociation(struct rtllib_device *ieee, bool deauth, u16 asRsn); 1980 1980 void rtllib_softmac_xmit(struct rtllib_txb *txb, struct rtllib_device *ieee); 1981 1981 1982 - void rtllib_stop_send_beacons(struct rtllib_device *ieee); 1983 - void notify_wx_assoc_event(struct rtllib_device *ieee); 1984 1982 void rtllib_start_ibss(struct rtllib_device *ieee); 1985 1983 void rtllib_softmac_init(struct rtllib_device *ieee); 1986 1984 void rtllib_softmac_free(struct rtllib_device *ieee);