Staging: agnx: fix build warnings
Fix some minor build warnins in the agnx driver Cc: Li YanBo <dreamfly281@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
aa0d6c34b6
commit
e543c24141
|
@ -207,7 +207,7 @@ static void rings_free(struct agnx_priv *priv)
|
|||
spin_unlock_irqrestore(&priv->lock, flags);
|
||||
}
|
||||
|
||||
|
||||
#if 0
|
||||
static void agnx_periodic_work_handler(struct work_struct *work)
|
||||
{
|
||||
struct agnx_priv *priv = container_of(work, struct agnx_priv,
|
||||
|
@ -233,12 +233,12 @@ static void agnx_periodic_work_handler(struct work_struct *work)
|
|||
|
||||
// spin_unlock_irqrestore(&priv->lock, flags);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
static int agnx_start(struct ieee80211_hw *dev)
|
||||
{
|
||||
struct agnx_priv *priv = dev->priv;
|
||||
unsigned long delay;
|
||||
/* unsigned long delay; */
|
||||
int err = 0;
|
||||
AGNX_TRACE;
|
||||
|
||||
|
|
|
@ -723,6 +723,7 @@ static inline void set_adhoc_mode(struct agnx_priv *priv)
|
|||
agnx_write32(ctl, AGNX_SYSITF_SYSMODE, 0x0);
|
||||
}
|
||||
|
||||
#if 0
|
||||
static void unknow_register_write(struct agnx_priv *priv)
|
||||
{
|
||||
void __iomem *ctl = priv->ctl;
|
||||
|
@ -752,6 +753,7 @@ static void unknow_register_write(struct agnx_priv *priv)
|
|||
agnx_write32(ctl, AGNX_UNKNOWN_BASE + 0x58, 0x1F);
|
||||
agnx_write32(ctl, AGNX_UNKNOWN_BASE + 0x5c, 0x1a);
|
||||
}
|
||||
#endif
|
||||
|
||||
static void card_interface_init(struct agnx_priv *priv)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue