Commit bc9efc46 authored by Philipp Hortmann's avatar Philipp Hortmann Committed by Greg Kroah-Hartman
Browse files

staging: rtl8192e: Remove variable card_type

parent a56cbbcc
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -807,8 +807,6 @@ static void _rtl92e_init_priv_variable(struct net_device *dev)

	priv->rtllib->fts = DEFAULT_FRAG_THRESHOLD;

	priv->card_type = PCI;

	priv->fw_info = vzalloc(sizeof(struct rt_firmware));
	if (!priv->fw_info)
		netdev_err(dev,
+0 −6
Original line number Diff line number Diff line
@@ -259,12 +259,6 @@ struct r8192_priv {
	u8		polling_timer_on;

	/**********************************************************/

	enum card_type {
		PCI, MINIPCI,
		CARDBUS, USB
	} card_type;

	struct work_struct qos_activate;

	short	promisc;