reg.h (11e4afb49b7fa1fc8e1ffd850c1806dd86a08204) reg.h (a180a13081708b78d42232c6d922ce3de63f12e0)
1/*
2 * Copyright (c) 2006-2008 Nick Kossifidis <mickflemm@gmail.com>
3 * Copyright (c) 2004-2008 Reyk Floeter <reyk@openbsd.org>
4 * Copyright (c) 2007-2008 Michael Taylor <mike.taylor@apprion.com>
5 *
6 * Permission to use, copy, modify, and distribute this software for any
7 * purpose with or without fee is hereby granted, provided that the above
8 * copyright notice and this permission notice appear in all copies.

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

1906 * are common here between 5110 frame control register
1907 * and [5111+] turbo mode register, so this also works as
1908 * a "turbo mode register" for 5110. We treat this one as
1909 * a frame control register for 5110 below.
1910 */
1911#define AR5K_PHY_TURBO 0x9804 /* Register Address */
1912#define AR5K_PHY_TURBO_MODE 0x00000001 /* Enable turbo mode */
1913#define AR5K_PHY_TURBO_SHORT 0x00000002 /* Set short symbols to turbo mode */
1/*
2 * Copyright (c) 2006-2008 Nick Kossifidis <mickflemm@gmail.com>
3 * Copyright (c) 2004-2008 Reyk Floeter <reyk@openbsd.org>
4 * Copyright (c) 2007-2008 Michael Taylor <mike.taylor@apprion.com>
5 *
6 * Permission to use, copy, modify, and distribute this software for any
7 * purpose with or without fee is hereby granted, provided that the above
8 * copyright notice and this permission notice appear in all copies.

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

1906 * are common here between 5110 frame control register
1907 * and [5111+] turbo mode register, so this also works as
1908 * a "turbo mode register" for 5110. We treat this one as
1909 * a frame control register for 5110 below.
1910 */
1911#define AR5K_PHY_TURBO 0x9804 /* Register Address */
1912#define AR5K_PHY_TURBO_MODE 0x00000001 /* Enable turbo mode */
1913#define AR5K_PHY_TURBO_SHORT 0x00000002 /* Set short symbols to turbo mode */
1914#define AR5K_PHY_TURBO_MIMO 0x00000004 /* Set turbo for mimo mimo */
1914#define AR5K_PHY_TURBO_MIMO 0x00000004 /* Set turbo for mimo */
1915
1916/*
1917 * PHY agility command register
1918 * (aka TST_1)
1919 */
1920#define AR5K_PHY_AGC 0x9808 /* Register Address */
1921#define AR5K_PHY_TST1 0x9808
1922#define AR5K_PHY_AGC_DISABLE 0x08000000 /* Disable AGC to A2 (?)*/

--- 682 unchanged lines hidden ---
1915
1916/*
1917 * PHY agility command register
1918 * (aka TST_1)
1919 */
1920#define AR5K_PHY_AGC 0x9808 /* Register Address */
1921#define AR5K_PHY_TST1 0x9808
1922#define AR5K_PHY_AGC_DISABLE 0x08000000 /* Disable AGC to A2 (?)*/

--- 682 unchanged lines hidden ---