create_ap

create a nat-ed wifi ap
git clone git://git.2f30.org/create_ap
Log | Files | Refs | README | LICENSE

commit 6252e6fd8818520667397b7e0db08d2dc5d668ab
parent fd75f5663507a2331c9471fa4bf1e6a045c5bee3
Author: oblique <psyberbits@gmail.com>
Date:   Thu, 28 Aug 2014 09:01:00 +0300

minor change

Diffstat:
Mcreate_ap | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/create_ap b/create_ap @@ -466,7 +466,7 @@ else [[ "$WIFI_IFACE" == "$INTERNET_IFACE" ]] && die "You can not share your connection from the same interface if you are using --no-virt option." fi -can_transmit_to_channel ${WIFI_IFACE} ${CHANNEL} || die "Your adapter can not transmit to channel $CHANNEL." +can_transmit_to_channel ${WIFI_IFACE} ${CHANNEL} || die "Your adapter can not transmit to channel ${CHANNEL}." networkmanager_add_unmanaged ${WIFI_IFACE}