#!/bin/sh
#

if [ $# -lt 2 ]; then echo "Usage: $0 <offset> <data>";  exit 1 ; fi

iwpriv wlan0 write_reg dw,$1,$2

