#!/bin/sh
#

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

iwpriv wlan0 read_rf $1,$2

