| Commit message (Expand) | Author | Age | Files | Lines |
* | mac80211: implement wds sta support (wds ap support work in progress, needs h... | Felix Fietkau | 2009-11-10 | 3 | -1/+333 |
* | mac80211: fix wpa in client mode | Felix Fietkau | 2009-11-10 | 1 | -1/+2 |
* | mac80211: fix wifi detect with 11n cards that have multiple bands | Felix Fietkau | 2009-11-09 | 1 | -2/+5 |
* | b43: work around a locking issue, might fix #5996 | Felix Fietkau | 2009-11-07 | 1 | -0/+23 |
* | fix up the download location for the updated mac80211 version (thx, swalker) | Felix Fietkau | 2009-11-05 | 1 | -1/+1 |
* | mac80211: update to 2009-11-03 | Felix Fietkau | 2009-11-04 | 10 | -5577/+6 |
* | mac80211: fill some important capabilities into ht_capab in the hostapd config | Felix Fietkau | 2009-11-04 | 1 | -1/+12 |
* | fix hostapd frame injection in mac80211, backport 9b1ce526eb917c8b5c8497c3277... | Florian Fainelli | 2009-11-01 | 1 | -0/+44 |
* | kmod-libertas needs kmod-lib80211 to load | Florian Fainelli | 2009-10-31 | 1 | -2/+1 |
* | remove references to 2_6_27 | Florian Fainelli | 2009-10-29 | 1 | -1/+1 |
* | mac80211: fix ath5k compile on 2.6.28 and earlier | Felix Fietkau | 2009-10-19 | 1 | -0/+22 |
* | mac80211: fix download url (#5980) | Felix Fietkau | 2009-10-11 | 1 | -1/+1 |
* | mac80211: fix a warning during interface bringup when using autochannel | Felix Fietkau | 2009-10-11 | 1 | -1/+1 |
* | mac80211: fix rt2800pci, tx ack timeout is now hardcoded | Nicolas Thill | 2009-10-11 | 1 | -3/+2 |
* | mac80211: fix ibss join/create | Felix Fietkau | 2009-10-11 | 1 | -0/+11 |
* | mac80211: fix encryption fallback for sta mode, add frequency/bssid selection... | Felix Fietkau | 2009-10-11 | 1 | -4/+5 |
* | mac80211: fix autochannel / fixed channel selection, add commands for unencry... | Felix Fietkau | 2009-10-11 | 1 | -7/+14 |
* | mac80211: upgrade to latest compat-wireless, fix ad-hoc interface setup | Felix Fietkau | 2009-10-11 | 14 | -291/+82 |
* | fix typos in KernelPackage/libertas | Florian Fainelli | 2009-10-07 | 1 | -1/+1 |
* | libertas: use driver from compat-wireless instead of our own (deprecated) one | Nicolas Thill | 2009-10-07 | 1 | -1/+30 |
* | ath: add a compile time option that gives the user full control over regulato... | Felix Fietkau | 2009-10-02 | 2 | -0/+82 |
* | mac80211: autodetect the default phy mode based on 11n and freq capabilities | Felix Fietkau | 2009-10-02 | 1 | -0/+5 |
* | mac80211: fix typo in ifname setup, suppress error messages of interface enum... | Felix Fietkau | 2009-10-02 | 1 | -3/+3 |
* | mac80211: merge Pat Erley's mac80211.sh from openwrt-devel@ with many cleanup... | Felix Fietkau | 2009-10-02 | 2 | -100/+186 |
* | Add ar9170usb driver. | Hauke Mehrtens | 2009-09-27 | 1 | -2/+31 |
* | Do not build some modules as they are not needed | Hauke Mehrtens | 2009-09-26 | 1 | -0/+3 |
* | Do not depend on rfkill | Hauke Mehrtens | 2009-09-26 | 1 | -0/+33 |
* | package/mac80211: add menuconfig option for enabling debug support via debugfs | Gabor Juhos | 2009-09-08 | 4 | -83/+115 |
* | fix module loading with kernel 2.6.27 | Hauke Mehrtens | 2009-09-01 | 2 | -89/+451 |
* | mac80211: fix a race condition in the cfg80211 scanning code (thx, johill) | Felix Fietkau | 2009-08-20 | 1 | -0/+98 |
* | b43: disable pio and pcmcia support | Felix Fietkau | 2009-08-20 | 3 | -11/+30 |
* | mac80211: reorganize compat code to make cfg80211 load without usb | Felix Fietkau | 2009-08-20 | 1 | -0/+72 |
* | fix a typo in the compat-wireless build speedup patch | Felix Fietkau | 2009-08-20 | 1 | -3/+3 |
* | mac80211: disable b43 lp-phy support for now | Felix Fietkau | 2009-08-20 | 1 | -0/+11 |
* | mac80211: speed up build by reducing the makefile shell calls, fix forced dis... | Felix Fietkau | 2009-08-20 | 4 | -6/+223 |
* | mac80211: add missing config override | Felix Fietkau | 2009-08-20 | 1 | -0/+1 |
* | mac80211: fix ath5k dma size workaround for ar71xx Atheros legacy hardware do... | Felix Fietkau | 2009-08-20 | 1 | -4/+10 |
* | remove support for compat-wireless-old | Felix Fietkau | 2009-08-20 | 5 | -504/+10 |
* | upgrade mac80211 to 2008-08-20 and clean up some unnecessary patching to conf... | Felix Fietkau | 2009-08-20 | 6 | -555/+63 |
* | mac80211: add deadlock fix patch | Gabor Juhos | 2009-08-16 | 2 | -1/+109 |
* | use KERNEL_CROSS instead of TARGET_CROSS to build kernel modules | Nicolas Thill | 2009-08-16 | 1 | -1/+1 |
* | increase release number | Hauke Mehrtens | 2009-08-15 | 1 | -1/+1 |
* | Do not build the mac80211 module in the kernel. The attributes skb->do_not_en... | Hauke Mehrtens | 2009-08-15 | 2 | -1/+25 |
* | also exclude usb_unpoison_urb | Hauke Mehrtens | 2009-08-15 | 1 | -7/+7 |
* | Build modules only if realy needed. | Hauke Mehrtens | 2009-08-15 | 3 | -20/+95 |
* | update openfw to 5.2 | Hauke Mehrtens | 2009-08-15 | 1 | -5/+5 |
* | Update to compat-wireless-2009-08-15 | Hauke Mehrtens | 2009-08-15 | 18 | -647/+184 |
* | Correct bool expressions in dependencies. This fixes #5627 | Hauke Mehrtens | 2009-08-10 | 1 | -4/+4 |
* | we removed 2.6.23/24 and 26 support, simplify conditions in packages | Florian Fainelli | 2009-07-26 | 1 | -6/+6 |
* | mac80211: add more ath9k patches | Gabor Juhos | 2009-07-24 | 3 | -1/+155 |