[PATCH] libertas: remove unused variables in wlan_dev_t
[deliverable/linux.git] / drivers / net / wireless / libertas / if_bootcmd.c
index c65e9f445c00fda8f7020ba47249fe8e2f52310c..70397a3eec7f0437e9e9d6d7993c551eb4d1d41b 100644 (file)
@@ -22,7 +22,7 @@
  */
 int if_usb_issue_boot_command(wlan_private *priv, int ivalue)
 {
-       struct usb_card_rec     *cardp = priv->wlan_dev.card;
+       struct usb_card_rec     *cardp = priv->card;
        struct bootcmdstr       sbootcmd;
        int i;
 
This page took 0.026266 seconds and 5 git commands to generate.