diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-08 17:38:22 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-08 17:38:22 +0000 |
commit | a8821e352513b4b7564d86935b6df852c8b017a2 (patch) | |
tree | 6591cf1b1d4f0e217dcf0bb97a51236f7e04afcd /package/openwrt | |
parent | b9cb3d1ffb90e252be1aea19ca850a0573567a8b (diff) |
fix SIOCSIWFREQ
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@588 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/openwrt')
-rw-r--r-- | package/openwrt/wlcompat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/openwrt/wlcompat.c b/package/openwrt/wlcompat.c index 53cedd8ba1..0c57d99f69 100644 --- a/package/openwrt/wlcompat.c +++ b/package/openwrt/wlcompat.c @@ -129,6 +129,7 @@ static int wlcompat_ioctl(struct net_device *dev, } else { return -EINVAL; } + break; } case SIOCGIWAP: { |