aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00/rt2x00.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/rt2x00/rt2x00.h')
-rw-r--r--drivers/net/wireless/rt2x00/rt2x00.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/rt2x00/rt2x00.h b/drivers/net/wireless/rt2x00/rt2x00.h
index c7da3c25237e..938d375027be 100644
--- a/drivers/net/wireless/rt2x00/rt2x00.h
+++ b/drivers/net/wireless/rt2x00/rt2x00.h
@@ -826,7 +826,7 @@ struct rt2x00_dev {
826 * The Beacon array also contains the Atim queue 826 * The Beacon array also contains the Atim queue
827 * if that is supported by the device. 827 * if that is supported by the device.
828 */ 828 */
829 int data_queues; 829 unsigned int data_queues;
830 struct data_queue *rx; 830 struct data_queue *rx;
831 struct data_queue *tx; 831 struct data_queue *tx;
832 struct data_queue *bcn; 832 struct data_queue *bcn;