We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 432c80a commit e85176fCopy full SHA for e85176f
drivers/staging/r8188eu/include/rtl8188e_recv.h
@@ -35,7 +35,6 @@ enum rx_packet_type {
35
36
s32 rtl8188eu_init_recv_priv(struct adapter *padapter);
37
void rtl8188eu_free_recv_priv(struct adapter * padapter);
38
-void rtl8188eu_recv_hdl(struct adapter * padapter, struct recv_buf *precvbuf);
39
void rtl8188eu_recv_tasklet(unsigned long priv);
40
void rtl8188e_process_phy_info(struct adapter * padapter, void *prframe);
41
void update_recvframe_phyinfo_88e(struct recv_frame *fra, struct phy_stat *phy);
0 commit comments