File:  [ELWIX - Embedded LightWeight unIX -] / elwix / config / etc / uboot / sysctl.wlan0
Revision 1.1.2.2: download - view: text, annotated - select for diffs - revision graph
Fri Jan 24 10:11:38 2014 UTC (10 years, 6 months ago) by misho
Branches: elwix2_2
add some optimization into configs

#!/bin/sh
#
# Sysctl variables for wifi interfaces ;)
#
# $Id: sysctl.wlan0,v 1.1.2.2 2014/01/24 10:11:38 misho Exp $

sysctl -w dev.ath.0.txantenna=1
sysctl -w dev.ath.0.rxantenna=1

sysctl -w dev.ath.0.slottime=9
sysctl -w dev.ath.0.acktimeout=48
sysctl -w dev.ath.0.ctstimeout=48

# disable ANI
sysctl -w dev.ath.0.intmit=0

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>