From owner-svn-src-head@FreeBSD.ORG Wed Jun 26 05:02:31 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 7E41746A; Wed, 26 Jun 2013 05:02:31 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 70B121DF3; Wed, 26 Jun 2013 05:02:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5Q52V2m092598; Wed, 26 Jun 2013 05:02:31 GMT (envelope-from adrian@svn.freebsd.org) Received: (from adrian@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5Q52VQH092597; Wed, 26 Jun 2013 05:02:31 GMT (envelope-from adrian@svn.freebsd.org) Message-Id: <201306260502.r5Q52VQH092597@svn.freebsd.org> From: Adrian Chadd Date: Wed, 26 Jun 2013 05:02:31 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r252241 - head/sys/mips/conf X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jun 2013 05:02:31 -0000 Author: adrian Date: Wed Jun 26 05:02:30 2013 New Revision: 252241 URL: http://svnweb.freebsd.org/changeset/base/252241 Log: Add the wireless support to the AR933x base kernel, as the support actually works now. Modified: head/sys/mips/conf/AR933X_BASE Modified: head/sys/mips/conf/AR933X_BASE ============================================================================== --- head/sys/mips/conf/AR933X_BASE Wed Jun 26 05:01:50 2013 (r252240) +++ head/sys/mips/conf/AR933X_BASE Wed Jun 26 05:02:30 2013 (r252241) @@ -70,26 +70,27 @@ options IEEE80211_SUPPORT_MESH options IEEE80211_SUPPORT_TDMA options IEEE80211_SUPPORT_SUPERG options IEEE80211_ALQ # 802.11 ALQ logging support -#device wlan # 802.11 support -#device wlan_wep # 802.11 WEP support -#device wlan_ccmp # 802.11 CCMP support -#device wlan_tkip # 802.11 TKIP support -#device wlan_xauth # 802.11 hostap support +device wlan # 802.11 support +device wlan_wep # 802.11 WEP support +device wlan_ccmp # 802.11 CCMP support +device wlan_tkip # 802.11 TKIP support +device wlan_xauth # 802.11 hostap support # ath(4) -#device ath # Atheros network device -#device ath_rate_sample -#device ath_ahb # Atheros host bus glue +device ath # Atheros network device +device ath_rate_sample +device ath_ahb # Atheros host bus glue options ATH_DEBUG options ATH_DIAGAPI option ATH_ENABLE_11N option AH_DEBUG_ALQ -# device ath_hal -options AH_DEBUG -option AH_SUPPORT_AR5416 -option AH_SUPPORT_AR9130 # Makes other chipsets not function! -option AH_DEBUG_ALQ +#device ath_hal +device ath_ar9300 # AR9330 HAL; no need for the others +option AH_DEBUG +option AH_SUPPORT_AR5416 # 11n HAL support +option AH_SUPPORT_AR9330 # Chipset support +option AH_DEBUG_ALQ option AH_AR5416_INTERRUPT_MITIGATION device mii