File:  [ELWIX - Embedded LightWeight unIX -] / elwix / config / etc / default / sysctl.wlan0
Revision 1.1.1.1.20.1: download - view: text, annotated - select for diffs - revision graph
Fri Jan 24 10:14:01 2014 UTC (10 years, 6 months ago) by misho
Branches: elwix2_2
Diff to: branchpoint 1.1.1.1: preferred, unified
add optimizations

    1: #!/bin/sh
    2: #
    3: # Sysctl variables for wifi interfaces ;)
    4: #
    5: # $Id: sysctl.wlan0,v 1.1.1.1.20.1 2014/01/24 10:14:01 misho Exp $
    6: 
    7: sysctl -w dev.ath.0.txantenna=1
    8: sysctl -w dev.ath.0.rxantenna=1
    9: 
   10: sysctl -w dev.ath.0.slottime=9
   11: sysctl -w dev.ath.0.acktimeout=48
   12: sysctl -w dev.ath.0.ctstimeout=48
   13: 
   14: # disable ANI
   15: sysctl -w dev.ath.0.intmit=0

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