diff options
Diffstat (limited to 'drivers/net/wimax/i2400m/fw.c')
| -rw-r--r-- | drivers/net/wimax/i2400m/fw.c | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wimax/i2400m/fw.c b/drivers/net/wimax/i2400m/fw.c index e803a7dc650..3f283bff0ff 100644 --- a/drivers/net/wimax/i2400m/fw.c +++ b/drivers/net/wimax/i2400m/fw.c @@ -156,6 +156,7 @@   */  #include <linux/firmware.h>  #include <linux/sched.h> +#include <linux/slab.h>  #include <linux/usb.h>  #include "i2400m.h" @@ -612,7 +613,7 @@ ssize_t i2400m_bm_cmd(struct i2400m *i2400m,  		goto error_wait_for_ack;  	}  	rx_bytes = result; -	/* verify the ack and read more if neccessary [result is the +	/* verify the ack and read more if necessary [result is the  	 * final amount of bytes we get in the ack]  */  	result = __i2400m_bm_ack_verify(i2400m, opcode, ack, ack_size, flags);  	if (result < 0)  |