rt2x00.h (34bbea91125cc2c0e25fe1a52a57af3260666718) | rt2x00.h (262c741e0825b29447a9e53b6582afd6b14c3706) |
---|---|
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 --- 655 unchanged lines hidden (view full) --- 664 665 /* 666 * Driver configuration 667 */ 668 CONFIG_CHANNEL_HT40, 669 CONFIG_POWERSAVING, 670 CONFIG_HT_DISABLED, 671 CONFIG_QOS_DISABLED, | 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 --- 655 unchanged lines hidden (view full) --- 664 665 /* 666 * Driver configuration 667 */ 668 CONFIG_CHANNEL_HT40, 669 CONFIG_POWERSAVING, 670 CONFIG_HT_DISABLED, 671 CONFIG_QOS_DISABLED, |
672 CONFIG_MONITORING, |
|
672 673 /* 674 * Mark we currently are sequentially reading TX_STA_FIFO register 675 * FIXME: this is for only rt2800usb, should go to private data 676 */ 677 TX_STATUS_READING, 678}; 679 --- 799 unchanged lines hidden --- | 673 674 /* 675 * Mark we currently are sequentially reading TX_STA_FIFO register 676 * FIXME: this is for only rt2800usb, should go to private data 677 */ 678 TX_STATUS_READING, 679}; 680 --- 799 unchanged lines hidden --- |