Commit f7eb18a7 authored by David S. Miller's avatar David S. Miller

[AIRO]: Fix build error.

parent 1828dda1
......@@ -3105,7 +3105,7 @@ static irqreturn_t airo_interrupt ( int irq, void* dev_id, struct pt_regs *regs)
u16 *buffer;
if (test_bit(FLAG_MPI,&apriv->flags)) {
if test_bit(FLAG_802_11, &apriv->flags)
if (test_bit(FLAG_802_11, &apriv->flags))
mpi_receive_802_11(apriv);
else
mpi_receive_802_3(apriv);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment