Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a72eea3b authored by Ana Rey's avatar Ana Rey Committed by Peter P Waskiewicz Jr
Browse files

staging: rtl8192u: Deleted 'alloc_tx_beacon_desc_ring' function in r8192U_core.c



This patch delete the 'alloc_tx_beacon_desc_ring' function that is not
used in anywhere in the driver.

Fix the following sparse warning in r8192U_core.c

drivers/staging/rtl8192u/r8192U_core.c:883:5: warning: symbol 'alloc_tx_beacon_desc_ring' was not declared. Should it be static?

Signed-off-by: default avatarAna Rey <anarey@gmail.com>
Signed-off-by: default avatarPeter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
parent 1633dc5e
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -903,12 +903,6 @@ void rtl8192_rtx_disable(struct net_device *dev)
	return;
}


int alloc_tx_beacon_desc_ring(struct net_device *dev, int count)
{
	return 0;
}

inline u16 ieeerate2rtlrate(int rate)
{
	switch (rate) {