From owner-svn-src-all@freebsd.org Sun Nov 29 05:42:20 2015 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1A200A3BDAC; Sun, 29 Nov 2015 05:42:20 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D939D1630; Sun, 29 Nov 2015 05:42:19 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAT5gJQb053801; Sun, 29 Nov 2015 05:42:19 GMT (envelope-from adrian@FreeBSD.org) Received: (from adrian@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAT5gJ7I053800; Sun, 29 Nov 2015 05:42:19 GMT (envelope-from adrian@FreeBSD.org) Message-Id: <201511290542.tAT5gJ7I053800@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adrian set sender to adrian@FreeBSD.org using -f From: Adrian Chadd Date: Sun, 29 Nov 2015 05:42:19 +0000 (UTC) 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 X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Nov 2015 05:42:20 -0000 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},