diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-08-13 19:37:40 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-08-13 19:37:40 +0000 |
commit | 2c6b679ceb76bce4e7192aedb5de7d1d31a4f15f (patch) | |
tree | 311fb47563a36efe9df914e059b6d73b62c272b8 /package/b43/patches/001-porting.patch | |
parent | 1d05e688ab26888b5a685331ab93f9378d26cb34 (diff) | |
download | upstream-2c6b679ceb76bce4e7192aedb5de7d1d31a4f15f.tar.gz upstream-2c6b679ceb76bce4e7192aedb5de7d1d31a4f15f.tar.bz2 upstream-2c6b679ceb76bce4e7192aedb5de7d1d31a4f15f.zip |
Update b43 to work in AP mode
SVN-Revision: 12300
Diffstat (limited to 'package/b43/patches/001-porting.patch')
-rw-r--r-- | package/b43/patches/001-porting.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/package/b43/patches/001-porting.patch b/package/b43/patches/001-porting.patch index bee94a6624..e69de29bb2 100644 --- a/package/b43/patches/001-porting.patch +++ b/package/b43/patches/001-porting.patch @@ -1,26 +0,0 @@ -Index: b43/main.c -=================================================================== ---- b43.orig/main.c 2008-02-15 22:39:48.000000000 +0100 -+++ b43/main.c 2008-02-15 22:45:38.000000000 +0100 -@@ -2939,7 +2942,7 @@ static int b43_op_set_key(struct ieee802 - u8 algorithm; - u8 index; - int err; -- DECLARE_MAC_BUF(mac); -+// DECLARE_MAC_BUF(mac); - - if (modparam_nohwcrypt) - return -ENOSPC; /* User disabled HW-crypto */ -@@ -3019,10 +3022,12 @@ out_unlock: - spin_unlock_irqrestore(&wl->irq_lock, flags); - mutex_unlock(&wl->mutex); - if (!err) { -+#if 0 - b43dbg(wl, "%s hardware based encryption for keyidx: %d, " - "mac: %s\n", - cmd == SET_KEY ? "Using" : "Disabling", key->keyidx, - print_mac(mac, addr)); -+#endif - } - return err; - } |