rt2x00.h (5022efb50f625d11fdf18b1fee0f64ebb1863664) rt2x00.h (adf26a356f132e35093585521ea3e36cd185af83)
1/*
2 Copyright (C) 2010 Willow Garage <http://www.willowgarage.com>
3 Copyright (C) 2004 - 2010 Ivo van Doorn <IvDoorn@gmail.com>
4 Copyright (C) 2004 - 2009 Gertjan van Wingerde <gwingerde@gmail.com>
5 <http://rt2x00.serialmonkey.com>
6
7 This program is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by

--- 651 unchanged lines hidden (view full) ---

660 * Device flags
661 */
662 DEVICE_STATE_PRESENT,
663 DEVICE_STATE_REGISTERED_HW,
664 DEVICE_STATE_INITIALIZED,
665 DEVICE_STATE_STARTED,
666 DEVICE_STATE_ENABLED_RADIO,
667 DEVICE_STATE_SCANNING,
1/*
2 Copyright (C) 2010 Willow Garage <http://www.willowgarage.com>
3 Copyright (C) 2004 - 2010 Ivo van Doorn <IvDoorn@gmail.com>
4 Copyright (C) 2004 - 2009 Gertjan van Wingerde <gwingerde@gmail.com>
5 <http://rt2x00.serialmonkey.com>
6
7 This program is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by

--- 651 unchanged lines hidden (view full) ---

660 * Device flags
661 */
662 DEVICE_STATE_PRESENT,
663 DEVICE_STATE_REGISTERED_HW,
664 DEVICE_STATE_INITIALIZED,
665 DEVICE_STATE_STARTED,
666 DEVICE_STATE_ENABLED_RADIO,
667 DEVICE_STATE_SCANNING,
668 DEVICE_STATE_FLUSHING,
668
669 /*
670 * Driver configuration
671 */
672 CONFIG_CHANNEL_HT40,
673 CONFIG_POWERSAVING,
674 CONFIG_HT_DISABLED,
675 CONFIG_QOS_DISABLED,

--- 820 unchanged lines hidden ---
669
670 /*
671 * Driver configuration
672 */
673 CONFIG_CHANNEL_HT40,
674 CONFIG_POWERSAVING,
675 CONFIG_HT_DISABLED,
676 CONFIG_QOS_DISABLED,

--- 820 unchanged lines hidden ---