summaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches
Commit message (Collapse)AuthorAgeFilesLines
* mac80211: fix ath5k compile on 2.6.28 and earliernbd2009-10-191-0/+22
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18065 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix rt2800pci, tx ack timeout is now hardcodednico2009-10-111-3/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18031 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix ibss join/createnbd2009-10-111-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18030 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: upgrade to latest compat-wireless, fix ad-hoc interface setupnbd2009-10-1112-281/+57
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18023 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath: add a compile time option that gives the user full control over ↵nbd2009-10-021-0/+68
| | | | | | regulatory settings (disabled by default for now) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17828 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [mac80211] Do not depend on rfkillhauke2009-09-261-0/+33
| | | | | | | With kernel 2.6.31 cfg80211 is build with rfkill if it was build. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17754 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [mac80211] fix module loading with kernel 2.6.27hauke2009-09-012-89/+451
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17457 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix a race condition in the cfg80211 scanning code (thx, johill)nbd2009-08-201-0/+98
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17341 3c298f89-4303-0410-b956-a3cf2f4a3e73
* b43: disable pio and pcmcia supportnbd2009-08-202-11/+29
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17340 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: reorganize compat code to make cfg80211 load without usbnbd2009-08-201-0/+72
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17339 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix a typo in the compat-wireless build speedup patchnbd2009-08-201-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17337 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: disable b43 lp-phy support for nownbd2009-08-201-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17336 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: speed up build by reducing the makefile shell calls, fix forced ↵nbd2009-08-203-1/+214
| | | | | | disable of rfkill git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17335 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix ath5k dma size workaround for ar71xxnbd2009-08-201-4/+10
| | | | | | | 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17328 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade mac80211 to 2008-08-20 and clean up some unnecessary patching to ↵nbd2009-08-205-521/+6
| | | | | | config.mk, which frequently causes rejects on new versions git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17326 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] mac80211: add deadlock fix patchjuhosg2009-08-161-0/+108
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17290 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [mac80211] Do not build the mac80211 module in the kernel.hauke2009-08-152-1/+25
| | | | | | | The attributes skb->do_not_encrypt and skb->requeue in include/linux/skbuff.h are not used my mac80211 any more. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17276 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [mac80211] also exclude usb_unpoison_urbhauke2009-08-151-7/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17275 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [mac80211] Build modules only if realy needed.hauke2009-08-152-20/+75
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17267 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [mac80211] Update to compat-wireless-2009-08-15hauke2009-08-1517-640/+180
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17265 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] mac80211: add more ath9k patchesjuhosg2009-07-242-0/+154
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16967 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [packages] mac80211: add more ath9k patchesjuhosg2009-06-256-0/+427
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16562 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [mac80211] Update compat-wireless to 2009-06-25hauke2009-06-257-271/+64
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16561 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] mac80211/ath5k: add workaround for the AR71xx PCI bugjuhosg2009-06-211-0/+32
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16535 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] fix unaligned accesses in b43/xmit.c (#5169)florian2009-06-151-0/+52
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16474 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [mac80211] Update to compat-wireless-2009-06-02hauke2009-06-026-113/+28
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16300 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [mac80211] Add rtl8180 and rtl8187 support.hauke2009-05-241-4/+2
| | | | | | | Based on patch from #5138. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16022 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [mac80211] update compat-wireless to 2009-05-21agb2009-05-223-24/+57
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15976 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] mac80211: update compat-wireless to 2009-05-08juhosg2009-05-091-16/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15738 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [mac80211] Update to compat-wireless-2009-05-01hauke2009-05-0123-6459/+373
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15536 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] mac80211: backport ath9k uninline patchjuhosg2009-04-291-0/+104
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15490 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] mac80211: cleanup patchesjuhosg2009-04-244-31/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15392 3c298f89-4303-0410-b956-a3cf2f4a3e73
* b43: Remove unnecessary MMIO accesses in the interrupt hotpath.mb2009-04-081-0/+177
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15160 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Remove 500-b43-disable_qos_when_openfw.patchmb2009-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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15142 3c298f89-4303-0410-b956-a3cf2f4a3e73
* b43: Add DMA poisoning patchesmb2009-04-063-7/+186
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15121 3c298f89-4303-0410-b956-a3cf2f4a3e73
* A patch which works around the issue is included in compat wireless.mb2009-04-061-24/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15120 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [mac80211] Update to compat-wireless-2009-03-31hauke2009-04-0217-1027/+862
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15083 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Make b43 hwrng optionalmb2009-03-291-0/+78
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15070 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [mac80211] update compat-wireless to 2009-03-24hauke2009-03-242-11/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15019 3c298f89-4303-0410-b956-a3cf2f4a3e73
* b43legacy: Fix compilation.mb2009-03-201-5/+7
| | | | | | | | We must enable DMA and disable PIO (PIO is not usable anyway). git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14954 3c298f89-4303-0410-b956-a3cf2f4a3e73
* b43: Mask the PHY TX error interrupt for now.mb2009-03-191-0/+26
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14951 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [mac80211] Update compat-wireless to 2009-03-18hauke2009-03-1821-1453/+1422
| | | | | | | | | | | 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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14946 3c298f89-4303-0410-b956-a3cf2f4a3e73
* b43: More non-PCI fixesmb2009-03-171-3/+30
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14933 3c298f89-4303-0410-b956-a3cf2f4a3e73
* b43: Fix for non-PCI buildsmb2009-03-171-7/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14932 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] mac80211: update compat-wireless to 2009-03-09juhosg2009-03-103-88/+21
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14831 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] mac80211: update compat-wireless to 2009-03-07juhosg2009-03-088-771/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14795 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] mac80211: update compat-wireless to 2009-03-05, add more rt2x00 ↵juhosg2009-03-0610-93/+674
| | | | | | and ath9k patches git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14757 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] mac80211: update compat-wireless to 2009-03-04, and refresh patchesjuhosg2009-03-0532-1598/+491
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14749 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] mac80211: add ath9k init values patchjuhosg2009-03-031-0/+282
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14745 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] mac80211: update compat-wireless to 2009-03-03, and add a new ↵juhosg2009-03-032-2/+31
| | | | | | ath9k patch git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14744 3c298f89-4303-0410-b956-a3cf2f4a3e73