Felix Fietkau
2015ef16b8
mac80211: fix a race condition in the cfg80211 scanning code (thx, johill)
...
SVN-Revision: 17341
2009-08-20 18:49:12 +00:00
Felix Fietkau
b9451d5542
b43: disable pio and pcmcia support
...
SVN-Revision: 17340
2009-08-20 17:32:52 +00:00
Felix Fietkau
f51eefd344
mac80211: reorganize compat code to make cfg80211 load without usb
...
SVN-Revision: 17339
2009-08-20 17:25:33 +00:00
Felix Fietkau
e06d472f3f
fix a typo in the compat-wireless build speedup patch
...
SVN-Revision: 17337
2009-08-20 17:06:51 +00:00
Felix Fietkau
a3349d3795
mac80211: disable b43 lp-phy support for now
...
SVN-Revision: 17336
2009-08-20 16:56:36 +00:00
Felix Fietkau
7435fccb9c
mac80211: speed up build by reducing the makefile shell calls, fix forced disable of rfkill
...
SVN-Revision: 17335
2009-08-20 16:52:46 +00:00
Felix Fietkau
d5a641bcdf
mac80211: fix ath5k dma size workaround for ar71xx Atheros legacy hardware does not perform well on ar71xx unless both TXCFG and RXCFG are forced to 4 bytes. The previous patch only changed RXCFG. The OpenWrt Madwifi HAL also sets both RXCFG and TXCFG
...
SVN-Revision: 17328
2009-08-20 15:09:03 +00:00
Felix Fietkau
9b11d6fa98
upgrade mac80211 to 2008-08-20 and clean up some unnecessary patching to config.mk, which frequently causes rejects on new versions
...
SVN-Revision: 17326
2009-08-20 14:59:55 +00:00
Gabor Juhos
af0d2abee5
mac80211: add deadlock fix patch
...
SVN-Revision: 17290
2009-08-16 19:55:10 +00:00
Hauke Mehrtens
f7abb800cf
Do not build the mac80211 module in the kernel. The attributes skb->do_not_encrypt and skb->requeue in include/linux/skbuff.h are not used my mac80211 any more.
...
SVN-Revision: 17276
2009-08-15 16:42:48 +00:00
Hauke Mehrtens
620efa556f
also exclude usb_unpoison_urb
...
SVN-Revision: 17275
2009-08-15 16:29:52 +00:00
Hauke Mehrtens
b1ae2c2c20
Build modules only if realy needed.
...
SVN-Revision: 17267
2009-08-15 08:36:33 +00:00
Hauke Mehrtens
7dcdcbbc24
Update to compat-wireless-2009-08-15
...
SVN-Revision: 17265
2009-08-15 08:26:38 +00:00
Gabor Juhos
264ac83490
mac80211: add more ath9k patches
...
SVN-Revision: 16967
2009-07-24 15:46:36 +00:00
Gabor Juhos
ded8355b49
mac80211: add more ath9k patches
...
SVN-Revision: 16562
2009-06-25 19:45:51 +00:00
Hauke Mehrtens
098c284c6b
Update compat-wireless to 2009-06-25
...
SVN-Revision: 16561
2009-06-25 17:28:36 +00:00
Gabor Juhos
77bb9494c2
mac80211/ath5k: add workaround for the AR71xx PCI bug
...
SVN-Revision: 16535
2009-06-21 14:38:15 +00:00
Florian Fainelli
9d35896314
fix unaligned accesses in b43/xmit.c ( #5169 )
...
SVN-Revision: 16474
2009-06-15 14:34:54 +00:00
Hauke Mehrtens
81d3b7905b
Update to compat-wireless-2009-06-02
...
SVN-Revision: 16300
2009-06-02 18:48:52 +00:00
Hauke Mehrtens
19b01b4ffe
Add rtl8180 and rtl8187 support. Based on patch from #5138 .
...
SVN-Revision: 16022
2009-05-24 11:14:00 +00:00
Andy Boyett
b7e3af28b1
update compat-wireless to 2009-05-21
...
SVN-Revision: 15976
2009-05-22 07:19:58 +00:00
Gabor Juhos
fe70acc95a
mac80211: update compat-wireless to 2009-05-08
...
SVN-Revision: 15738
2009-05-09 06:34:03 +00:00
Hauke Mehrtens
4fca4229cd
Update to compat-wireless-2009-05-01
...
SVN-Revision: 15536
2009-05-01 13:43:12 +00:00
Gabor Juhos
ad66840108
mac80211: backport ath9k uninline patch
...
SVN-Revision: 15490
2009-04-29 20:23:20 +00:00
Gabor Juhos
9e87dd54df
mac80211: cleanup patches
...
SVN-Revision: 15392
2009-04-24 14:59:27 +00:00
Michael Büsch
efceb0938c
b43: Remove unnecessary MMIO accesses in the interrupt hotpath.
...
SVN-Revision: 15160
2009-04-08 19:03:10 +00:00
Michael Büsch
8b5ec31218
Remove 500-b43-disable_qos_when_openfw.patch
...
This patch is incorrect. It leaves mac80211 and b43 in different states.
mac80211's hw->queues will be left at 4 (QoS enabled), while QoS will be disabled
inside of b43's queue handling.
There currently is no way to disable QoS after loading the firmware.
Buildroot should probably statically change the module parameter to QoS=0, if the
opensource firmware is built into the image.
SVN-Revision: 15142
2009-04-07 18:40:10 +00:00
Michael Büsch
cb70a62be3
b43: Add DMA poisoning patches
...
SVN-Revision: 15121
2009-04-06 17:15:19 +00:00
Michael Büsch
3072d928f8
A patch which works around the issue is included in compat wireless.
...
SVN-Revision: 15120
2009-04-06 16:47:17 +00:00
Hauke Mehrtens
a4891ea4d6
Update to compat-wireless-2009-03-31
...
SVN-Revision: 15083
2009-04-02 16:50:20 +00:00
Michael Büsch
21028447f2
Make b43 hwrng optional
...
SVN-Revision: 15070
2009-03-29 16:49:23 +00:00
Hauke Mehrtens
a76880542b
update compat-wireless to 2009-03-24
...
SVN-Revision: 15019
2009-03-24 15:11:16 +00:00
Michael Büsch
1f1f83a4ec
b43legacy: Fix compilation.
...
We must enable DMA and disable PIO (PIO is not usable anyway).
SVN-Revision: 14954
2009-03-20 16:23:56 +00:00
Michael Büsch
e63207019d
b43: Mask the PHY TX error interrupt for now.
...
SVN-Revision: 14951
2009-03-19 14:59:54 +00:00
Hauke Mehrtens
c84390332f
Update compat-wireless to 2009-03-18
...
Removing of include/net/ieee80211_radiotap.h is not needed, because it is only used by this compat-wireless.
There are changes in that file and compat-wireless needs the newest version.
Some more symbols are deactivated in the default config file, this will make building faster.
The rt2800pci patches are up to date now.
SVN-Revision: 14946
2009-03-18 22:22:57 +00:00
Michael Büsch
18c64a209d
b43: More non-PCI fixes
...
SVN-Revision: 14933
2009-03-17 22:46:51 +00:00
Michael Büsch
06c36d9c5b
b43: Fix for non-PCI builds
...
SVN-Revision: 14932
2009-03-17 21:00:44 +00:00
Gabor Juhos
70acd94cb1
mac80211: update compat-wireless to 2009-03-09
...
SVN-Revision: 14831
2009-03-10 08:50:11 +00:00
Gabor Juhos
28f3acc031
mac80211: update compat-wireless to 2009-03-07
...
SVN-Revision: 14795
2009-03-08 19:25:11 +00:00
Gabor Juhos
aebd1654e9
mac80211: update compat-wireless to 2009-03-05, add more rt2x00 and ath9k patches
...
SVN-Revision: 14757
2009-03-06 10:26:18 +00:00
Gabor Juhos
fd2ea5846b
mac80211: update compat-wireless to 2009-03-04, and refresh patches
...
SVN-Revision: 14749
2009-03-05 12:49:25 +00:00
Gabor Juhos
552fbe65d4
mac80211: add ath9k init values patch
...
SVN-Revision: 14745
2009-03-03 18:24:02 +00:00
Gabor Juhos
c97f5e9a6b
mac80211: update compat-wireless to 2009-03-03, and add a new ath9k patch
...
SVN-Revision: 14744
2009-03-03 15:49:02 +00:00
Gabor Juhos
86307b4db2
mac80211: update compat-wireless to 2009-02-25
...
SVN-Revision: 14675
2009-02-26 18:03:20 +00:00
Florian Fainelli
ba2973b938
Fix ath5k crash on load ( #4689 )
...
SVN-Revision: 14652
2009-02-24 09:08:06 +00:00
Felix Fietkau
f98d59ddd0
upgrade to latest compat-wireless and rt2800 version
...
SVN-Revision: 14605
2009-02-21 20:38:07 +00:00
Gabor Juhos
bc08f6adf8
mac80211: update compat-wireless to 2009-02-19
...
SVN-Revision: 14572
2009-02-20 08:55:27 +00:00
Hauke Mehrtens
d37ac90b82
mac80211: Add Open FirmWare and Broadcom firmware version 4.178.10.4 support to b43 package.
...
SVN-Revision: 14555
2009-02-18 18:39:15 +00:00
Gabor Juhos
0a7eafa89e
mac80211: add more patches from the rt2x00 git repository
...
SVN-Revision: 14534
2009-02-16 19:55:09 +00:00
Gabor Juhos
b234ca85f1
mac80211: reorder patches
...
SVN-Revision: 14533
2009-02-16 19:43:55 +00:00