#!/bin/sh

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

cat /etc/wireless/mediatek/mt7915.2.dat | grep -i $1

