Diff for /elwix/config/etc/uboot/sysctl.wlan0 between versions 1.1 and 1.2

version 1.1, 2014/01/23 09:24:04 version 1.2, 2014/09/15 19:06:48
Line 0 Line 1
   #!/bin/sh
   #
   # Sysctl variables for wifi interfaces ;)
   #
   # $Id$
   
   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

Removed from v.1.1  
changed lines
  Added in v.1.2


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