#!/bin/sh
# Special case for prism3 cards needing firmware upload
# Add more known manfids, if necessary
if [ `cardctl info|grep "d601,0010\|d601,0101"` ]; then
iwpriv "$IFACE" reset 1
hostap_fw_load "$IFACE"
fi
# lets hope that run-parts obeys the order :D