Date: Sun, 29 Nov 2015 05:42:19 +0000 (UTC) From: Adrian Chadd <adrian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r291435 - head/sys/contrib/dev/ath/ath_hal/ar9300 Message-ID: <201511290542.tAT5gJ7I053800@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adrian Date: Sun Nov 29 05:42:18 2015 New Revision: 291435 URL: https://svnweb.freebsd.org/changeset/base/291435 Log: u32 -> uint32_t. Modified: head/sys/contrib/dev/ath/ath_hal/ar9300/ar9462_2p1_initvals.h Modified: head/sys/contrib/dev/ath/ath_hal/ar9300/ar9462_2p1_initvals.h ============================================================================== --- head/sys/contrib/dev/ath/ath_hal/ar9300/ar9462_2p1_initvals.h Sun Nov 29 05:38:40 2015 (r291434) +++ head/sys/contrib/dev/ath/ath_hal/ar9300/ar9462_2p1_initvals.h Sun Nov 29 05:42:18 2015 (r291435) @@ -58,7 +58,7 @@ #define ar9462_2p1_pciephy_clkreq_disable_L1 ar9462_2p0_pciephy_clkreq_disable_L1 -static const u32 ar9462_2p1_mac_core[][2] = { +static const uint32_t ar9462_2p1_mac_core[][2] = { /* Addr allmodes */ {0x00000008, 0x00000000}, {0x00000030, 0x000e0085}, @@ -221,7 +221,7 @@ static const u32 ar9462_2p1_mac_core[][2 {0x000083d0, 0x000301ff}, }; -static const u32 ar9462_2p1_baseband_postamble[][5] = { +static const uint32_t ar9462_2p1_baseband_postamble[][5] = { /* Addr 5G_HT20 5G_HT40 2G_HT40 2G_HT20 */ {0x00009810, 0xd00a8005, 0xd00a8005, 0xd00a8011, 0xd00a800d}, {0x00009820, 0x206a022e, 0x206a022e, 0x206a012e, 0x206a01ae}, @@ -280,7 +280,7 @@ static const u32 ar9462_2p1_baseband_pos {0x0000b284, 0x00000000, 0x00000000, 0x00000550, 0x00000550}, }; -static const u32 ar9462_2p1_soc_preamble[][2] = { +static const uint32_t ar9462_2p1_soc_preamble[][2] = { /* Addr allmodes */ {0x000040a4, 0x00a0c9c9}, {0x00007020, 0x00000000},
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511290542.tAT5gJ7I053800>