Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | mac80211: fix ath5k compile on 2.6.28 and earlier | Felix Fietkau | 2009-10-19 |
| | | | | SVN-Revision: 18065 | ||
* | mac80211: fix download url (#5980) | Felix Fietkau | 2009-10-11 |
| | | | | SVN-Revision: 18040 | ||
* | mac80211: fix a warning during interface bringup when using autochannel | Felix Fietkau | 2009-10-11 |
| | | | | SVN-Revision: 18034 | ||
* | mac80211: fix rt2800pci, tx ack timeout is now hardcoded | Nicolas Thill | 2009-10-11 |
| | | | | SVN-Revision: 18031 | ||
* | mac80211: fix ibss join/create | Felix Fietkau | 2009-10-11 |
| | | | | SVN-Revision: 18030 | ||
* | mac80211: fix encryption fallback for sta mode, add frequency/bssid ↵ | Felix Fietkau | 2009-10-11 |
| | | | | | | selection support SVN-Revision: 18025 | ||
* | mac80211: fix autochannel / fixed channel selection, add commands for ↵ | Felix Fietkau | 2009-10-11 |
| | | | | | | unencrypted sta mode SVN-Revision: 18024 | ||
* | mac80211: upgrade to latest compat-wireless, fix ad-hoc interface setup | Felix Fietkau | 2009-10-11 |
| | | | | SVN-Revision: 18023 | ||
* | fix typos in KernelPackage/libertas | Florian Fainelli | 2009-10-07 |
| | | | | SVN-Revision: 17986 | ||
* | libertas: use driver from compat-wireless instead of our own (deprecated) one | Nicolas Thill | 2009-10-07 |
| | | | | SVN-Revision: 17982 | ||
* | ath: add a compile time option that gives the user full control over ↵ | Felix Fietkau | 2009-10-02 |
| | | | | | | regulatory settings (disabled by default for now) SVN-Revision: 17828 | ||
* | mac80211: autodetect the default phy mode based on 11n and freq capabilities | Felix Fietkau | 2009-10-02 |
| | | | | SVN-Revision: 17825 | ||
* | mac80211: fix typo in ifname setup, suppress error messages of interface ↵ | Felix Fietkau | 2009-10-02 |
| | | | | | | enumeration commands SVN-Revision: 17824 | ||
* | mac80211: merge Pat Erley's mac80211.sh from openwrt-devel@ with many ↵ | Felix Fietkau | 2009-10-02 |
| | | | | | | cleanups and other changes by me. adds support for multiple interfaces, tested with ath9k SVN-Revision: 17821 | ||
* | Add ar9170usb driver. | Hauke Mehrtens | 2009-09-27 |
| | | | | SVN-Revision: 17760 | ||
* | Do not build some modules as they are not needed | Hauke Mehrtens | 2009-09-26 |
| | | | | | | Remove empty directory. SVN-Revision: 17755 | ||
* | Do not depend on rfkill | Hauke Mehrtens | 2009-09-26 |
| | | | | | | With kernel 2.6.31 cfg80211 is build with rfkill if it was build. SVN-Revision: 17754 | ||
* | package/mac80211: add menuconfig option for enabling debug support via debugfs | Gabor Juhos | 2009-09-08 |
| | | | | SVN-Revision: 17541 | ||
* | fix module loading with kernel 2.6.27 | Hauke Mehrtens | 2009-09-01 |
| | | | | SVN-Revision: 17457 | ||
* | mac80211: fix a race condition in the cfg80211 scanning code (thx, johill) | Felix Fietkau | 2009-08-20 |
| | | | | SVN-Revision: 17341 | ||
* | b43: disable pio and pcmcia support | Felix Fietkau | 2009-08-20 |
| | | | | SVN-Revision: 17340 | ||
* | mac80211: reorganize compat code to make cfg80211 load without usb | Felix Fietkau | 2009-08-20 |
| | | | | SVN-Revision: 17339 | ||
* | fix a typo in the compat-wireless build speedup patch | Felix Fietkau | 2009-08-20 |
| | | | | SVN-Revision: 17337 | ||
* | mac80211: disable b43 lp-phy support for now | Felix Fietkau | 2009-08-20 |
| | | | | SVN-Revision: 17336 | ||
* | mac80211: speed up build by reducing the makefile shell calls, fix forced ↵ | Felix Fietkau | 2009-08-20 |
| | | | | | | disable of rfkill SVN-Revision: 17335 | ||
* | mac80211: add missing config override | Felix Fietkau | 2009-08-20 |
| | | | | SVN-Revision: 17331 | ||
* | mac80211: fix ath5k dma size workaround for ar71xx Atheros legacy hardware ↵ | Felix Fietkau | 2009-08-20 |
| | | | | | | 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 | ||
* | remove support for compat-wireless-old | Felix Fietkau | 2009-08-20 |
| | | | | SVN-Revision: 17327 | ||
* | upgrade mac80211 to 2008-08-20 and clean up some unnecessary patching to ↵ | Felix Fietkau | 2009-08-20 |
| | | | | | | config.mk, which frequently causes rejects on new versions SVN-Revision: 17326 | ||
* | mac80211: add deadlock fix patch | Gabor Juhos | 2009-08-16 |
| | | | | SVN-Revision: 17290 | ||
* | use KERNEL_CROSS instead of TARGET_CROSS to build kernel modules | Nicolas Thill | 2009-08-16 |
| | | | | SVN-Revision: 17286 | ||
* | increase release number | Hauke Mehrtens | 2009-08-15 |
| | | | | SVN-Revision: 17277 | ||
* | Do not build the mac80211 module in the kernel. The attributes ↵ | Hauke Mehrtens | 2009-08-15 |
| | | | | | | 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_urb | Hauke Mehrtens | 2009-08-15 |
| | | | | SVN-Revision: 17275 | ||
* | Build modules only if realy needed. | Hauke Mehrtens | 2009-08-15 |
| | | | | SVN-Revision: 17267 | ||
* | update openfw to 5.2 | Hauke Mehrtens | 2009-08-15 |
| | | | | SVN-Revision: 17266 | ||
* | Update to compat-wireless-2009-08-15 | Hauke Mehrtens | 2009-08-15 |
| | | | | SVN-Revision: 17265 | ||
* | Correct bool expressions in dependencies. This fixes #5627 | Hauke Mehrtens | 2009-08-10 |
| | | | | SVN-Revision: 17208 | ||
* | we removed 2.6.23/24 and 26 support, simplify conditions in packages | Florian Fainelli | 2009-07-26 |
| | | | | SVN-Revision: 16993 | ||
* | mac80211: add more ath9k patches | Gabor Juhos | 2009-07-24 |
| | | | | SVN-Revision: 16967 | ||
* | download and install rt2870 firmware (#5519) | Florian Fainelli | 2009-07-18 |
| | | | | SVN-Revision: 16893 | ||
* | mac80211: Declare some variables as local and remove unused | Vasilis Tsiligiannis | 2009-06-29 |
| | | | | SVN-Revision: 16627 | ||
* | mac80211: add more ath9k patches | Gabor Juhos | 2009-06-25 |
| | | | | SVN-Revision: 16562 | ||
* | Update compat-wireless to 2009-06-25 | Hauke Mehrtens | 2009-06-25 |
| | | | | SVN-Revision: 16561 | ||
* | mac80211/ath5k: add workaround for the AR71xx PCI bug | Gabor Juhos | 2009-06-21 |
| | | | | SVN-Revision: 16535 | ||
* | fix unaligned accesses in b43/xmit.c (#5169) | Florian Fainelli | 2009-06-15 |
| | | | | SVN-Revision: 16474 | ||
* | Update to compat-wireless-2009-06-02 | Hauke Mehrtens | 2009-06-02 |
| | | | | SVN-Revision: 16300 | ||
* | B43 needs CONFIG_RFKILL_INPUT not only CONFIG_RFKILL. Fixes #5245. | Hauke Mehrtens | 2009-06-01 |
| | | | | SVN-Revision: 16263 | ||
* | Add rtl8180 and rtl8187 support. Based on patch from #5138. | Hauke Mehrtens | 2009-05-24 |
| | | | | SVN-Revision: 16022 | ||
* | update compat-wireless to 2009-05-21 | Andy Boyett | 2009-05-22 |
| | | | | SVN-Revision: 15976 |