Commit Graph

115 Commits (174ddb1694596a693572c010972caf492e3fb565)

Author SHA1 Message Date
Felix Fietkau e4489675b5 mac80211: update to compat-wireless 2009-11-21
SVN-Revision: 18465
15 years ago
Felix Fietkau 1f88eb26ac ath9k: fix compiler warning without debug enabled
SVN-Revision: 18452
15 years ago
Felix Fietkau f5c4ff9389 ath9k: fix bisectability of rc patches
SVN-Revision: 18445
15 years ago
Felix Fietkau 57d7f2f99a ath9k: split up and adjust rc cleanup patch according to upstream feedback, also fix tx status reporting for minstrel compatibility
SVN-Revision: 18444
15 years ago
Gabor Juhos 3018b457f9 package/mac80211: use platform_data on PCI devices in ath9k
SVN-Revision: 18436
15 years ago
Felix Fietkau cdce75c5fc ath: use GFP_DMA for rx buffer allocations to fix allocation errors on ixp4xx devices with more than 64 MB RAM
SVN-Revision: 18433
15 years ago
Felix Fietkau b01e1d4916 mac80211: adjust patches based on upstream feedback
SVN-Revision: 18431
15 years ago
Felix Fietkau 46560d64a8 mac80211: add some missing patch chunks that were accidentally left out in the previous commit
SVN-Revision: 18430
15 years ago
Felix Fietkau bc6301de27 ath9k: work-in-progress patch to adapt ath9k to the mac80211 rate control api
SVN-Revision: 18429
15 years ago
Felix Fietkau 0a5fa7b10e ath9k: fix massive packet loss issue introduced by upstream cleanups
SVN-Revision: 18428
15 years ago
Felix Fietkau a7ddfc6e79 mac80211: sync with changes to patches submitted upstream
SVN-Revision: 18427
15 years ago
Felix Fietkau bb572e08f8 mac80211: update to 2009-11-13 and add some of my new performance improvement patches. fixes excessive cpu usage of hostapd in ap mode, should also fix the ath9k memleak
SVN-Revision: 18415
15 years ago
Felix Fietkau c8c6f7ec39 mac80211: fix a race condition when bringing up wds sta interfaces on the ap
SVN-Revision: 18377
15 years ago
Felix Fietkau 20107c752e mac80211: fix a bug in broadcast handling of wds sta interfaces
SVN-Revision: 18363
15 years ago
Felix Fietkau 1dbcfdaf2f mac80211: implement wds sta support (wds ap support work in progress, needs hostapd changes)
SVN-Revision: 18356
15 years ago
Felix Fietkau ae0457f76a b43: work around a locking issue, might fix #5996
SVN-Revision: 18338
15 years ago
Felix Fietkau 91c0fbb06c mac80211: update to 2009-11-03
SVN-Revision: 18294
15 years ago
Florian Fainelli eff68fb14b fix hostapd frame injection in mac80211, backport 9b1ce526eb917c8b5c8497c327768130ee683392 (#6070)
SVN-Revision: 18258
15 years ago
Felix Fietkau 62aa1dc057 mac80211: fix ath5k compile on 2.6.28 and earlier
SVN-Revision: 18065
15 years ago
Nicolas Thill 9da14e1275 mac80211: fix rt2800pci, tx ack timeout is now hardcoded
SVN-Revision: 18031
15 years ago
Felix Fietkau 75d1518a84 mac80211: fix ibss join/create
SVN-Revision: 18030
15 years ago
Felix Fietkau 4cb436429b mac80211: upgrade to latest compat-wireless, fix ad-hoc interface setup
SVN-Revision: 18023
15 years ago
Felix Fietkau 8d9946530e ath: add a compile time option that gives the user full control over regulatory settings (disabled by default for now)
SVN-Revision: 17828
15 years ago
Hauke Mehrtens e37eae828c Do not depend on rfkill
With kernel 2.6.31 cfg80211 is build with rfkill if it was build.

SVN-Revision: 17754
15 years ago
Hauke Mehrtens 291de07cb0 fix module loading with kernel 2.6.27
SVN-Revision: 17457
15 years ago
Felix Fietkau 2015ef16b8 mac80211: fix a race condition in the cfg80211 scanning code (thx, johill)
SVN-Revision: 17341
15 years ago
Felix Fietkau b9451d5542 b43: disable pio and pcmcia support
SVN-Revision: 17340
15 years ago
Felix Fietkau f51eefd344 mac80211: reorganize compat code to make cfg80211 load without usb
SVN-Revision: 17339
15 years ago
Felix Fietkau e06d472f3f fix a typo in the compat-wireless build speedup patch
SVN-Revision: 17337
15 years ago
Felix Fietkau a3349d3795 mac80211: disable b43 lp-phy support for now
SVN-Revision: 17336
15 years ago
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 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 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
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 7dcdcbbc24 Update to compat-wireless-2009-08-15
SVN-Revision: 17265
15 years ago
Gabor Juhos 264ac83490 mac80211: add more ath9k patches
SVN-Revision: 16967
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 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
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
Gabor Juhos 9e87dd54df mac80211: cleanup patches
SVN-Revision: 15392
15 years ago