Commit Graph

232 Commits (174ddb1694596a693572c010972caf492e3fb565)

Author SHA1 Message Date
Felix Fietkau 7435fccb9c mac80211: speed up build by reducing the makefile shell calls, fix forced disable of rfkill
SVN-Revision: 17335
15 years ago
Felix Fietkau f08684ffc0 mac80211: add missing config override
SVN-Revision: 17331
15 years ago
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
15 years ago
Felix Fietkau c5226c3687 remove support for compat-wireless-old
SVN-Revision: 17327
15 years ago
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
15 years ago
Gabor Juhos af0d2abee5 mac80211: add deadlock fix patch
SVN-Revision: 17290
15 years ago
Nicolas Thill 757b8c4adb use KERNEL_CROSS instead of TARGET_CROSS to build kernel modules
SVN-Revision: 17286
15 years ago
Hauke Mehrtens 824c0095c6 increase release number
SVN-Revision: 17277
15 years ago
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
15 years ago
Hauke Mehrtens 620efa556f also exclude usb_unpoison_urb
SVN-Revision: 17275
15 years ago
Hauke Mehrtens b1ae2c2c20 Build modules only if realy needed.
SVN-Revision: 17267
15 years ago
Hauke Mehrtens babf8f5927 update openfw to 5.2
SVN-Revision: 17266
15 years ago
Hauke Mehrtens 7dcdcbbc24 Update to compat-wireless-2009-08-15
SVN-Revision: 17265
15 years ago
Hauke Mehrtens ece3bdcdd6 Correct bool expressions in dependencies. This fixes #5627
SVN-Revision: 17208
15 years ago
Florian Fainelli ed70023f85 we removed 2.6.23/24 and 26 support, simplify conditions in packages
SVN-Revision: 16993
15 years ago
Gabor Juhos 264ac83490 mac80211: add more ath9k patches
SVN-Revision: 16967
15 years ago
Florian Fainelli 8050025e9d download and install rt2870 firmware (#5519)
SVN-Revision: 16893
15 years ago
Vasilis Tsiligiannis 3b1c6c0379 mac80211: Declare some variables as local and remove unused
SVN-Revision: 16627
15 years ago
Gabor Juhos ded8355b49 mac80211: add more ath9k patches
SVN-Revision: 16562
15 years ago
Hauke Mehrtens 098c284c6b Update compat-wireless to 2009-06-25
SVN-Revision: 16561
15 years ago
Gabor Juhos 77bb9494c2 mac80211/ath5k: add workaround for the AR71xx PCI bug
SVN-Revision: 16535
15 years ago
Florian Fainelli 9d35896314 fix unaligned accesses in b43/xmit.c (#5169)
SVN-Revision: 16474
15 years ago
Hauke Mehrtens 81d3b7905b Update to compat-wireless-2009-06-02
SVN-Revision: 16300
15 years ago
Hauke Mehrtens 9c3bf13939 B43 needs CONFIG_RFKILL_INPUT not only CONFIG_RFKILL. Fixes #5245.
SVN-Revision: 16263
15 years ago
Hauke Mehrtens 19b01b4ffe Add rtl8180 and rtl8187 support. Based on patch from #5138.
SVN-Revision: 16022
15 years ago
Andy Boyett b7e3af28b1 update compat-wireless to 2009-05-21
SVN-Revision: 15976
15 years ago
Imre Kaloz 26b42d5807 cardbus != pcmcia -- disable it in b43
SVN-Revision: 15857
15 years ago
Hauke Mehrtens f24c234150 Add support for pcmcia to ssb. b43 will build now with pcmcia support.
SVN-Revision: 15784
15 years ago
Gabor Juhos fe70acc95a mac80211: update compat-wireless to 2009-05-08
SVN-Revision: 15738
15 years ago
Hauke Mehrtens 4fca4229cd Update to compat-wireless-2009-05-01
SVN-Revision: 15536
15 years ago
Gabor Juhos ad66840108 mac80211: backport ath9k uninline patch
SVN-Revision: 15490
15 years ago
Nicolas Thill 7658ef1316 introduce a generic PKG_CONFIG_DEPENDS for packages that need to be reconfigured when certain CONFIG options changed, rename PKG_BUILD_DEPEND to PKG_BUILD_DEPENDS
SVN-Revision: 15451
15 years ago
Gabor Juhos 9e87dd54df mac80211: cleanup patches
SVN-Revision: 15392
15 years ago
Hauke Mehrtens 2da4463edf The b43 needs kmod-ssb. On the brcm47xx and brcm63xx target it is integrated into the kernel all other need the module.
SVN-Revision: 15195
15 years ago
Michael Büsch efceb0938c b43: Remove unnecessary MMIO accesses in the interrupt hotpath.
SVN-Revision: 15160
15 years ago
Felix Fietkau 3f40745aaf remove the b43 dependency on brcm47xx/brcm63xx
SVN-Revision: 15156
15 years ago
Michael Büsch 591312eae7 Add some b43 firmware helptext
SVN-Revision: 15143
15 years ago
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
15 years ago
Michael Büsch cb70a62be3 b43: Add DMA poisoning patches
SVN-Revision: 15121
15 years ago
Michael Büsch 3072d928f8 A patch which works around the issue is included in compat wireless.
SVN-Revision: 15120
15 years ago
Hauke Mehrtens a4891ea4d6 Update to compat-wireless-2009-03-31
SVN-Revision: 15083
15 years ago
Michael Büsch 21028447f2 Make b43 hwrng optional
SVN-Revision: 15070
15 years ago
Felix Fietkau ca749bea97 wifi: fix hostapd + autochannel
SVN-Revision: 15055
16 years ago
Florian Fainelli 95d95a757b add a workaround for devices that only start beaconing after scanning, that is almost every driver except b43
SVN-Revision: 15041
16 years ago
Hauke Mehrtens a76880542b update compat-wireless to 2009-03-24
SVN-Revision: 15019
16 years ago
Michael Büsch 1f1f83a4ec b43legacy: Fix compilation.
We must enable DMA and disable PIO (PIO is not usable anyway).

SVN-Revision: 14954
16 years ago
Michael Büsch e63207019d b43: Mask the PHY TX error interrupt for now.
SVN-Revision: 14951
16 years ago
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
16 years ago
Michael Büsch 18c64a209d b43: More non-PCI fixes
SVN-Revision: 14933
16 years ago
Michael Büsch 06c36d9c5b b43: Fix for non-PCI builds
SVN-Revision: 14932
16 years ago
Michael Büsch 1e239bce4d b43-fwsquash: Fix dependency definitions
SVN-Revision: 14930
16 years ago
Michael Büsch 48a5ed9bb8 b43: Add support for removing unnecessary firmware files to reduce the image size.
SVN-Revision: 14929
16 years ago
Gabor Juhos 24d356bcd1 mac80211: update compat-wireless to 2009-03-13
SVN-Revision: 14871
16 years ago
Gabor Juhos 70acd94cb1 mac80211: update compat-wireless to 2009-03-09
SVN-Revision: 14831
16 years ago
Florian Fainelli 12ae7817d8 fix p54usb firmware md5sum (#4759)
SVN-Revision: 14821
16 years ago
Gabor Juhos 28f3acc031 mac80211: update compat-wireless to 2009-03-07
SVN-Revision: 14795
16 years ago
Hauke Mehrtens 5d57dbaeba turn some of the kernel dependencies the other way around to make it easier to support new kernel.
SVN-Revision: 14783
16 years ago
Hauke Mehrtens 44aa0b5dac extract the rfkill module to an extra package, only build rfkill module if it is not integrated into the kernel.
SVN-Revision: 14780
16 years ago
Gabor Juhos aebd1654e9 mac80211: update compat-wireless to 2009-03-05, add more rt2x00 and ath9k patches
SVN-Revision: 14757
16 years ago
Gabor Juhos fd2ea5846b mac80211: update compat-wireless to 2009-03-04, and refresh patches
SVN-Revision: 14749
16 years ago
Gabor Juhos 552fbe65d4 mac80211: add ath9k init values patch
SVN-Revision: 14745
16 years ago
Gabor Juhos c97f5e9a6b mac80211: update compat-wireless to 2009-03-03, and add a new ath9k patch
SVN-Revision: 14744
16 years ago
Gabor Juhos 86307b4db2 mac80211: update compat-wireless to 2009-02-25
SVN-Revision: 14675
16 years ago
Florian Fainelli 38821210b0 allow mac80211 devices to be configured to do 802.11s, requires iw
SVN-Revision: 14669
16 years ago
Florian Fainelli ba2973b938 Fix ath5k crash on load (#4689)
SVN-Revision: 14652
16 years ago
Felix Fietkau bc6fcb0067 eliminate redundancy by creating the quilt_used stampfile in the right place
SVN-Revision: 14620
16 years ago
Felix Fietkau cc8daa275f add missing dependencies
SVN-Revision: 14607
16 years ago
Felix Fietkau f98d59ddd0 upgrade to latest compat-wireless and rt2800 version
SVN-Revision: 14605
16 years ago
Hauke Mehrtens f2616b6ca4 mac80211: refresh patches for old version
SVN-Revision: 14591
16 years ago
Gabor Juhos bc08f6adf8 mac80211: update compat-wireless to 2009-02-19
SVN-Revision: 14572
16 years ago
Hauke Mehrtens e18a175ec2 mac80211: wrong md5sum of OpenFirmware. Fixes #4664
SVN-Revision: 14571
16 years ago
Hauke Mehrtens 86ef811273 mac80211: extract broadcom firmware out of broadcom-wl-4.178.10.4.tar.bz2
SVN-Revision: 14570
16 years ago
Michael Büsch 8d5d2fa086 Fix typo
SVN-Revision: 14558
16 years ago
Hauke Mehrtens d37ac90b82 mac80211: Add Open FirmWare and Broadcom firmware version 4.178.10.4 support to b43 package.
SVN-Revision: 14555
16 years ago
Gabor Juhos 0a7eafa89e mac80211: add more patches from the rt2x00 git repository
SVN-Revision: 14534
16 years ago
Gabor Juhos b234ca85f1 mac80211: reorder patches
SVN-Revision: 14533
16 years ago
Gabor Juhos e6cd84447f mac80211: update compat-wireless to 2009-02-15
SVN-Revision: 14532
16 years ago
Gabor Juhos 6276c75caf mac80211: remove '$(PKG_BUILD_DIR)/modules' before compilation (closes #4634)
SVN-Revision: 14530
16 years ago
Gabor Juhos 15c5122e64 mac80211: update p54 firmware and fix mac80211 dependancy Signed-off-by: Jan Willies <jan@willies.info>
SVN-Revision: 14516
16 years ago
Florian Fainelli 52dd4b499b make b43/b43legacy selectable again (#4596)
SVN-Revision: 14491
16 years ago
Gabor Juhos 6f1b4b4e43 mac80211: add rt2800 patches from the rt2x00 git rope
SVN-Revision: 14435
16 years ago
Gabor Juhos 64ba52d3a1 mac80211: update compat-wireless to 2009-02-07
SVN-Revision: 14434
16 years ago
Gabor Juhos 518a96682a mac80211: update compat-wireless to 2009-02-02
SVN-Revision: 14385
16 years ago
Gabor Juhos e07cdce207 mac80211/ath9k: fix invalid MAC address handling
SVN-Revision: 14342
16 years ago
Gabor Juhos 5901305e2b mac80211/ath9k: enable debug stuff
SVN-Revision: 14334
16 years ago
Gabor Juhos 4b22e7cece mac80211/ath9k: replace the accidentaly committed patch
SVN-Revision: 14331
16 years ago
Gabor Juhos 24b6dbf7f1 mac80211/ath9k: disable leds on the ar9100 devices
SVN-Revision: 14330
16 years ago
Gabor Juhos a58dd6ed0b mac80211: refresh patches
SVN-Revision: 14329
16 years ago
Andy Boyett 0da13fa8ba mac80211: move txpower to wifi-device section, but remain backwards compatible
SVN-Revision: 14309
16 years ago
Gabor Juhos 3a4b459fbf mac80211: update compat-wireless to 2009-01-29
SVN-Revision: 14279
16 years ago
Felix Fietkau 5846455e82 add some work-in-progress patches for ath5k stability and performance
SVN-Revision: 14277
16 years ago
Gabor Juhos 04bf46b82b mac80211: cleanup mac80211.sh
SVN-Revision: 14246
16 years ago
Gabor Juhos c198a51398 mac80211: update compat-wireless to 2009-01-24 (patch by Hauke Mehrtens <hauke@hauke-m.de>)
SVN-Revision: 14172
16 years ago
Gabor Juhos d210025406 mac80211: update compat-wireless to 2009-01-23
SVN-Revision: 14154
16 years ago
Gabor Juhos a0c3da6d61 mac80211: update compat-wireless to 2009-01-19
SVN-Revision: 14145
16 years ago
Gabor Juhos bdd0df792a mac80211: update ath9k patches
SVN-Revision: 14023
16 years ago
Gabor Juhos 4122e0b8c8 mac80211: update compat-wireless to 2009-01-10
SVN-Revision: 13961
16 years ago
Gabor Juhos b0122ff809 mac80211: update ath9k patches
SVN-Revision: 13948
16 years ago
Nicolas Thill 001fd43841 let all mac80211 subpackages inherit some defaults
SVN-Revision: 13930
16 years ago
Gabor Juhos c5fb8c2c05 mac80211: oops, add missing patches
SVN-Revision: 13926
16 years ago