Commit Graph

54 Commits (f33a8240f226ceac19381382910740e260db8b14)

Author SHA1 Message Date
Felix Fietkau bd45d860a9 refresh a patch that is causing problems on certain systems
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7857 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-07-02 21:52:32 +00:00
Felix Fietkau 551ed8e7b0 fix a horrible memleak in madwifi
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7850 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-07-02 10:59:51 +00:00
Felix Fietkau 7da0006733 fix a crash related to wep and mic handling (#1973)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7813 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-30 22:30:36 +00:00
Felix Fietkau 28696b037a add madwifi changeset 2484 (node refcounting patch) - i will resync with madwifi svn after the 7.07 release
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7807 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-30 19:47:24 +00:00
Felix Fietkau 3bb8361553 clean up the madwifi SoC support patch - remove some breakage that went unnoticed because it only applies to kernelversions before 2.6.19
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7746 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-28 00:01:11 +00:00
Felix Fietkau 12a81e859f refresh all package patches in the buildroot using quilt
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7490 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-04 11:25:53 +00:00
Felix Fietkau 304696e31d madwifi: fix an unhandle cryptoapi change (wpa2)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7470 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-03 02:28:45 +00:00
Felix Fietkau 802b43511e fixes for wpa/wpa2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7453 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-02 17:04:43 +00:00
Felix Fietkau fabf8d6cfe madwifi update: include upstream fixes for ff handling, disable ff by default (not reliable enough), wpa in ap mode should be working now
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7440 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-02 02:22:01 +00:00
Felix Fietkau d507266605 optimize the performance of the minstrel rate algorithm - don't sample lower rates if the rate with the higest probability is high
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7437 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-01 20:04:47 +00:00
Felix Fietkau 2bf6b22457 minor locking change
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7436 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-01 18:25:33 +00:00
Felix Fietkau 6807ed16ee madwifi: fix a crash in ff handling
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7435 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-01 18:25:18 +00:00
Felix Fietkau 7c60834086 disable tpc in madwifi by default (seems to be hurting performance in long-distance links)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7434 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-01 18:24:56 +00:00
Felix Fietkau 499b312466 forgot a small change
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7426 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-01 10:30:35 +00:00
Felix Fietkau b21f9823c4 clean up madwifi and sync with trunk
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7425 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-01 10:29:49 +00:00
Felix Fietkau be17aedd15 madwifi: fix a few locking mistakes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7410 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-31 04:51:43 +00:00
Felix Fietkau 5a0fd0833f madwifi: add patch for doing ad-hoc and master mode at the same (including beacon handling)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7409 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-31 03:41:01 +00:00
Felix Fietkau 68d4892473 update madwifi to latest trunk - performance enhancements
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7341 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-26 16:52:05 +00:00
Felix Fietkau a06786d6ea update madwifi to latest trunk (refcount and hal-0.9.30.13 got merged) and include a security fix that was merged in 0.9.3.1
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7309 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-23 14:54:18 +00:00
Felix Fietkau 48744dd266 seems like the upstream fix for the minstrel crash wasn't enough. add an extra check
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7303 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-21 07:47:51 +00:00
Felix Fietkau ec7bfb90b5 madwifi: switch to latest madwifi-hal-0.9.30.13 snapshot as reference
merge in refcount branch as well and clean up openwrt patches (a few fixes got merged upstream)


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7300 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-21 06:25:34 +00:00
Felix Fietkau 929850fe05 oops... wrong patch (unfixed typo)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7299 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-21 03:53:26 +00:00
Felix Fietkau 563b6f298e more cleanup
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7298 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-21 03:50:55 +00:00
Felix Fietkau 476e273e81 cleanup
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7297 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-21 03:36:08 +00:00
Felix Fietkau 2a756cdce6 make txstop workaround safe with napi polling
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7258 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-16 13:44:06 +00:00
Felix Fietkau e7d7f7e2d8 madwifi: enable txstop workaround for ap and ibss mode only
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7223 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-14 11:11:42 +00:00
Felix Fietkau 78b487f942 oops. some code accidentally slipped into the wrong patch file :)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7217 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-13 23:03:34 +00:00
Felix Fietkau b48e9f9d72 madwifi: fix xscale build
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7213 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-13 19:19:27 +00:00
Felix Fietkau eebac21d22 huge madwifi update - use a madwifi-ng-refcount snapshot as base, includes lots of bugfixes and performance enhancements
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7211 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-13 16:24:11 +00:00
Felix Fietkau 3efafd390f remove led fix again - seems like gpio handling is really broken in the original madwifi hal
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7057 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-04-26 16:53:58 +00:00
Felix Fietkau e59680d6c7 fix for the wifi led on atheros SoC
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7053 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-04-26 11:34:56 +00:00
Florian Fainelli 2c9f0e14e6 Add bssid fix from #1281
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6601 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-03-18 12:59:44 +00:00
Imre Kaloz aec06de3db add preliminary IOP32x support, mark it broken for now
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6557 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-03-11 19:49:50 +00:00
Felix Fietkau 5ae4ff8844 nuke even more debug stuff
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6333 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-20 22:35:12 +00:00
Felix Fietkau b659eaa3fc sorry, last commit had a bug
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6332 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-20 22:04:49 +00:00
Felix Fietkau a4fe64450e fix debug patch for ahb
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6331 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-20 22:00:29 +00:00
Imre Kaloz 1f4c37cfeb disable debugging stuff in madwifi - saves precious flash space :)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6329 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-20 13:16:51 +00:00
Felix Fietkau f764bcfdf9 get rid of the get_system_type() dependency for atheros 2.6
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6259 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-04 03:27:41 +00:00
Felix Fietkau 55cde828d3 fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6049 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-09 17:40:25 +00:00
Felix Fietkau 7d9e204f3d remove problematic change that probably broke SoC support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5891 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-12-22 11:58:24 +00:00
Felix Fietkau 055290f33c update madwifi SoC support patch, add device ids for 2317 (will be functional after a hal upgrade)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5887 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-12-22 03:52:48 +00:00
Felix Fietkau 09987790ae add two patches from madwifi trac ticket 914 - should fix multiple wlanconfig create/destroy runs and a few wds related crashes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5865 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-12-19 22:52:16 +00:00
Felix Fietkau 717b57173d add SoC support to madwifi
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5804 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-12-16 00:39:57 +00:00
Felix Fietkau ccd6e6d87b prepare madwifi for the kernel upgrade to 2.6.19
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5780 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-12-14 04:54:59 +00:00
Felix Fietkau 070350b0d9 fix file encoding of madwifi security patch (trac gave me CRLF)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5744 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-12-09 21:38:50 +00:00
Felix Fietkau d6b8219de1 add an update for the not-entirely-correct security fix of madwifi (see [5720], madwifi changeset 1847)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5726 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-12-08 16:48:43 +00:00
Felix Fietkau fc8658be6d make kernel module packaging code reusable and use it in madwifi
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5189 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-17 16:13:10 +00:00
Felix Fietkau 491afa06d6 add no_werror patch again, fix xscale cflags
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4704 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-08-30 03:21:23 +00:00
Felix Fietkau a8d058988a remove -mapcs-32 from madwifi xscale build
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4703 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-08-30 02:58:26 +00:00
Felix Fietkau 697a5b1a51 update madwifi to 0.9.2
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4701 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-08-29 16:20:00 +00:00