So in following the Open Mesh documentation (found here) on setting up a "simple mesh network", I'm running into some issues setting my wireless device to ad-hoc mode.
root@OpenWrt:~# ifconfig wlan0 down
root@OpenWrt:~# iwconfig wlan0 mode ad-hoc essid my-mesh-network ap 02:12:34:56:78:9A channel 1
Error for wireless request "Set Mode" (8B06) :
SET failed on device wlan0 ; Device or resource busy.
Given that I just brought the device down, I'm a little confused as to why it would be busy. Anyone have any insight as to what's going on here?