summaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches
Commit message (Collapse)AuthorAgeFilesLines
...
* ath9k: split up and adjust rc cleanup patch according to upstream feedback, ↵Felix Fietkau2009-11-182-516/+539
| | | | | | also fix tx status reporting for minstrel compatibility SVN-Revision: 18444
* package/mac80211: use platform_data on PCI devices in ath9kGabor Juhos2009-11-163-4/+105
| | | | SVN-Revision: 18436
* ath: use GFP_DMA for rx buffer allocations to fix allocation errors on ↵Felix Fietkau2009-11-161-0/+11
| | | | | | ixp4xx devices with more than 64 MB RAM SVN-Revision: 18433
* mac80211: adjust patches based on upstream feedbackFelix Fietkau2009-11-152-32/+15
| | | | SVN-Revision: 18431
* mac80211: add some missing patch chunks that were accidentally left out in ↵Felix Fietkau2009-11-151-0/+59
| | | | | | the previous commit SVN-Revision: 18430
* ath9k: work-in-progress patch to adapt ath9k to the mac80211 rate control apiFelix Fietkau2009-11-151-0/+1199
| | | | SVN-Revision: 18429
* ath9k: fix massive packet loss issue introduced by upstream cleanupsFelix Fietkau2009-11-151-0/+10
| | | | SVN-Revision: 18428
* mac80211: sync with changes to patches submitted upstreamFelix Fietkau2009-11-152-10/+26
| | | | SVN-Revision: 18427
* mac80211: update to 2009-11-13 and add some of my new performance ↵Felix Fietkau2009-11-1412-381/+523
| | | | | | improvement patches. fixes excessive cpu usage of hostapd in ap mode, should also fix the ath9k memleak SVN-Revision: 18415
* mac80211: fix a race condition when bringing up wds sta interfaces on the apFelix Fietkau2009-11-111-0/+20
| | | | SVN-Revision: 18377
* mac80211: fix a bug in broadcast handling of wds sta interfacesFelix Fietkau2009-11-111-0/+9
| | | | SVN-Revision: 18363
* mac80211: implement wds sta support (wds ap support work in progress, needs ↵Felix Fietkau2009-11-102-0/+329
| | | | | | hostapd changes) SVN-Revision: 18356
* b43: work around a locking issue, might fix #5996Felix Fietkau2009-11-071-0/+23
| | | | SVN-Revision: 18338
* mac80211: update to 2009-11-03Felix Fietkau2009-11-049-5575/+4
| | | | SVN-Revision: 18294
* fix hostapd frame injection in mac80211, backport ↵Florian Fainelli2009-11-011-0/+44
| | | | | | 9b1ce526eb917c8b5c8497c327768130ee683392 (#6070) SVN-Revision: 18258
* mac80211: fix ath5k compile on 2.6.28 and earlierFelix Fietkau2009-10-191-0/+22
| | | | SVN-Revision: 18065
* mac80211: fix rt2800pci, tx ack timeout is now hardcodedNicolas Thill2009-10-111-3/+2
| | | | SVN-Revision: 18031
* mac80211: fix ibss join/createFelix Fietkau2009-10-111-0/+11
| | | | SVN-Revision: 18030
* mac80211: upgrade to latest compat-wireless, fix ad-hoc interface setupFelix Fietkau2009-10-1112-281/+57
| | | | SVN-Revision: 18023
* ath: add a compile time option that gives the user full control over ↵Felix Fietkau2009-10-021-0/+68
| | | | | | regulatory settings (disabled by default for now) SVN-Revision: 17828
* Do not depend on rfkillHauke Mehrtens2009-09-261-0/+33
| | | | | | With kernel 2.6.31 cfg80211 is build with rfkill if it was build. SVN-Revision: 17754
* fix module loading with kernel 2.6.27Hauke Mehrtens2009-09-012-89/+451
| | | | SVN-Revision: 17457
* mac80211: fix a race condition in the cfg80211 scanning code (thx, johill)Felix Fietkau2009-08-201-0/+98
| | | | SVN-Revision: 17341
* b43: disable pio and pcmcia supportFelix Fietkau2009-08-202-11/+29
| | | | SVN-Revision: 17340
* mac80211: reorganize compat code to make cfg80211 load without usbFelix Fietkau2009-08-201-0/+72
| | | | SVN-Revision: 17339
* fix a typo in the compat-wireless build speedup patchFelix Fietkau2009-08-201-3/+3
| | | | SVN-Revision: 17337
* mac80211: disable b43 lp-phy support for nowFelix Fietkau2009-08-201-0/+11
| | | | SVN-Revision: 17336
* mac80211: speed up build by reducing the makefile shell calls, fix forced ↵Felix Fietkau2009-08-203-1/+214
| | | | | | disable of rfkill SVN-Revision: 17335
* mac80211: fix ath5k dma size workaround for ar71xx Atheros legacy hardware ↵Felix Fietkau2009-08-201-4/+10
| | | | | | 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
* upgrade mac80211 to 2008-08-20 and clean up some unnecessary patching to ↵Felix Fietkau2009-08-205-521/+6
| | | | | | config.mk, which frequently causes rejects on new versions SVN-Revision: 17326
* mac80211: add deadlock fix patchGabor Juhos2009-08-161-0/+108
| | | | SVN-Revision: 17290
* Do not build the mac80211 module in the kernel. The attributes ↵Hauke Mehrtens2009-08-152-1/+25
| | | | | | skb->do_not_encrypt and skb->requeue in include/linux/skbuff.h are not used my mac80211 any more. SVN-Revision: 17276
* also exclude usb_unpoison_urbHauke Mehrtens2009-08-151-7/+7
| | | | SVN-Revision: 17275
* Build modules only if realy needed.Hauke Mehrtens2009-08-152-20/+75
| | | | SVN-Revision: 17267
* Update to compat-wireless-2009-08-15Hauke Mehrtens2009-08-1517-640/+180
| | | | SVN-Revision: 17265
* mac80211: add more ath9k patchesGabor Juhos2009-07-242-0/+154
| | | | SVN-Revision: 16967
* mac80211: add more ath9k patchesGabor Juhos2009-06-256-0/+427
| | | | SVN-Revision: 16562
* Update compat-wireless to 2009-06-25Hauke Mehrtens2009-06-257-271/+64
| | | | SVN-Revision: 16561
* mac80211/ath5k: add workaround for the AR71xx PCI bugGabor Juhos2009-06-211-0/+32
| | | | SVN-Revision: 16535
* fix unaligned accesses in b43/xmit.c (#5169)Florian Fainelli2009-06-151-0/+52
| | | | SVN-Revision: 16474
* Update to compat-wireless-2009-06-02Hauke Mehrtens2009-06-026-113/+28
| | | | SVN-Revision: 16300
* Add rtl8180 and rtl8187 support. Based on patch from #5138.Hauke Mehrtens2009-05-241-4/+2
| | | | SVN-Revision: 16022
* update compat-wireless to 2009-05-21Andy Boyett2009-05-223-24/+57
| | | | SVN-Revision: 15976
* mac80211: update compat-wireless to 2009-05-08Gabor Juhos2009-05-091-16/+0
| | | | SVN-Revision: 15738
* Update to compat-wireless-2009-05-01Hauke Mehrtens2009-05-0123-6459/+373
| | | | SVN-Revision: 15536
* mac80211: backport ath9k uninline patchGabor Juhos2009-04-291-0/+104
| | | | SVN-Revision: 15490
* mac80211: cleanup patchesGabor Juhos2009-04-244-31/+17
| | | | SVN-Revision: 15392
* b43: Remove unnecessary MMIO accesses in the interrupt hotpath.Michael Büsch2009-04-081-0/+177
| | | | SVN-Revision: 15160
* Remove 500-b43-disable_qos_when_openfw.patchMichael Büsch2009-04-071-11/+0
| | | | | | | | | | | | | 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
* b43: Add DMA poisoning patchesMichael Büsch2009-04-063-7/+186
| | | | SVN-Revision: 15121