diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-11-14 23:35:03 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-11-14 23:35:03 +0000 |
commit | 9baac9c54bbefc2195260c4d1108f9fa30ccd4bc (patch) | |
tree | a25dc17ce126e0677bc3ac023392760edc8b2de5 /package/madwifi/patches/401-changeset_r3602.patch | |
parent | 3637d97ccb531e450f7692b8977f9884dbd321eb (diff) | |
download | mtk-20170518-9baac9c54bbefc2195260c4d1108f9fa30ccd4bc.zip mtk-20170518-9baac9c54bbefc2195260c4d1108f9fa30ccd4bc.tar.gz mtk-20170518-9baac9c54bbefc2195260c4d1108f9fa30ccd4bc.tar.bz2 |
madwifi: add iwpriv for setting the maximum number of associated clients (ap mode)
SVN-Revision: 13207
Diffstat (limited to 'package/madwifi/patches/401-changeset_r3602.patch')
-rw-r--r-- | package/madwifi/patches/401-changeset_r3602.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/madwifi/patches/401-changeset_r3602.patch b/package/madwifi/patches/401-changeset_r3602.patch index 0b31d6e..2a235e0 100644 --- a/package/madwifi/patches/401-changeset_r3602.patch +++ b/package/madwifi/patches/401-changeset_r3602.patch @@ -1,6 +1,6 @@ --- a/net80211/ieee80211_linux.h +++ b/net80211/ieee80211_linux.h -@@ -341,6 +341,8 @@ typedef spinlock_t acl_lock_t; +@@ -340,6 +340,8 @@ typedef spinlock_t acl_lock_t; /* __skb_append got a third parameter in 2.6.14 */ #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,14) #define __skb_append(a,b,c) __skb_append(a, b) |