#!/bin/sh

if [ $# -lt 1 ]; then echo "Usage: $0 <dat parameter>";  exit 1 ; fi

datconf -f /etc/wireless/mediatek/mt7915.1.dat get $1

