#!/bin/sh
#

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

iwpriv wlan0 read_bb ofdm,$1

