1.. Permission is granted to copy, distribute and/or modify this 2.. document under the terms of the GNU Free Documentation License, 3.. Version 1.1 or any later version published by the Free Software 4.. Foundation, with no Invariant Sections, no Front-Cover Texts 5.. and no Back-Cover Texts. A copy of the license is included at 6.. Documentation/userspace-api/media/fdl-appendix.rst. 7.. 8.. TODO: replace it to GFDL-1.1-or-later WITH no-invariant-sections 9 10****************** 11Frontend bandwidth 12****************** 13 14.. c:type:: fe_bandwidth 15 16.. flat-table:: enum fe_bandwidth 17 :header-rows: 1 18 :stub-columns: 0 19 20 21 - .. row 1 22 23 - ID 24 25 - Description 26 27 - .. row 2 28 29 - .. _BANDWIDTH-AUTO: 30 31 ``BANDWIDTH_AUTO`` 32 33 - Autodetect bandwidth (if supported) 34 35 - .. row 3 36 37 - .. _BANDWIDTH-1-712-MHZ: 38 39 ``BANDWIDTH_1_712_MHZ`` 40 41 - 1.712 MHz 42 43 - .. row 4 44 45 - .. _BANDWIDTH-5-MHZ: 46 47 ``BANDWIDTH_5_MHZ`` 48 49 - 5 MHz 50 51 - .. row 5 52 53 - .. _BANDWIDTH-6-MHZ: 54 55 ``BANDWIDTH_6_MHZ`` 56 57 - 6 MHz 58 59 - .. row 6 60 61 - .. _BANDWIDTH-7-MHZ: 62 63 ``BANDWIDTH_7_MHZ`` 64 65 - 7 MHz 66 67 - .. row 7 68 69 - .. _BANDWIDTH-8-MHZ: 70 71 ``BANDWIDTH_8_MHZ`` 72 73 - 8 MHz 74 75 - .. row 8 76 77 - .. _BANDWIDTH-10-MHZ: 78 79 ``BANDWIDTH_10_MHZ`` 80 81 - 10 MHz 82