summaryrefslogtreecommitdiffstats
path: root/package/mac80211
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-164-5/+106
| | | | 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-1413-385/+528
| | | | | | improvement patches. fixes excessive cpu usage of hostapd in ap mode, should also fix the ath9k memleak SVN-Revision: 18415
* package/mac80211: add config option to enable Atheros wireless debuggingGabor Juhos2009-11-131-2/+11
| | | | SVN-Revision: 18412
* mac80211: disable powersave on the sta by default (for performance reasons)Felix Fietkau2009-11-111-0/+3
| | | | SVN-Revision: 18379
* 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-103-1/+333
| | | | | | hostapd changes) SVN-Revision: 18356
* mac80211: fix wpa in client modeFelix Fietkau2009-11-101-1/+2
| | | | SVN-Revision: 18355
* mac80211: fix wifi detect with 11n cards that have multiple bandsFelix Fietkau2009-11-091-2/+5
| | | | SVN-Revision: 18351
* b43: work around a locking issue, might fix #5996Felix Fietkau2009-11-071-0/+23
| | | | SVN-Revision: 18338
* fix up the download location for the updated mac80211 version (thx, swalker)Felix Fietkau2009-11-051-1/+1
| | | | SVN-Revision: 18317
* mac80211: update to 2009-11-03Felix Fietkau2009-11-0410-5577/+6
| | | | SVN-Revision: 18294
* mac80211: fill some important capabilities into ht_capab in the hostapd configFelix Fietkau2009-11-041-1/+12
| | | | SVN-Revision: 18293
* fix hostapd frame injection in mac80211, backport ↵Florian Fainelli2009-11-011-0/+44
| | | | | | 9b1ce526eb917c8b5c8497c327768130ee683392 (#6070) SVN-Revision: 18258
* kmod-libertas needs kmod-lib80211 to loadFlorian Fainelli2009-10-311-2/+1
| | | | SVN-Revision: 18244
* remove references to 2_6_27Florian Fainelli2009-10-291-1/+1
| | | | SVN-Revision: 18202
* mac80211: fix ath5k compile on 2.6.28 and earlierFelix Fietkau2009-10-191-0/+22
| | | | SVN-Revision: 18065
* mac80211: fix download url (#5980)Felix Fietkau2009-10-111-1/+1
| | | | SVN-Revision: 18040
* mac80211: fix a warning during interface bringup when using autochannelFelix Fietkau2009-10-111-1/+1
| | | | SVN-Revision: 18034
* 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: fix encryption fallback for sta mode, add frequency/bssid ↵Felix Fietkau2009-10-111-4/+5
| | | | | | selection support SVN-Revision: 18025
* mac80211: fix autochannel / fixed channel selection, add commands for ↵Felix Fietkau2009-10-111-7/+14
| | | | | | unencrypted sta mode SVN-Revision: 18024
* mac80211: upgrade to latest compat-wireless, fix ad-hoc interface setupFelix Fietkau2009-10-1114-291/+82
| | | | SVN-Revision: 18023
* fix typos in KernelPackage/libertasFlorian Fainelli2009-10-071-1/+1
| | | | SVN-Revision: 17986
* libertas: use driver from compat-wireless instead of our own (deprecated) oneNicolas Thill2009-10-071-1/+30
| | | | SVN-Revision: 17982
* ath: add a compile time option that gives the user full control over ↵Felix Fietkau2009-10-022-0/+82
| | | | | | regulatory settings (disabled by default for now) SVN-Revision: 17828
* mac80211: autodetect the default phy mode based on 11n and freq capabilitiesFelix Fietkau2009-10-021-0/+5
| | | | SVN-Revision: 17825
* mac80211: fix typo in ifname setup, suppress error messages of interface ↵Felix Fietkau2009-10-021-3/+3
| | | | | | enumeration commands SVN-Revision: 17824
* mac80211: merge Pat Erley's mac80211.sh from openwrt-devel@ with many ↵Felix Fietkau2009-10-022-100/+186
| | | | | | cleanups and other changes by me. adds support for multiple interfaces, tested with ath9k SVN-Revision: 17821
* Add ar9170usb driver.Hauke Mehrtens2009-09-271-2/+31
| | | | SVN-Revision: 17760
* Do not build some modules as they are not neededHauke Mehrtens2009-09-261-0/+3
| | | | | | Remove empty directory. SVN-Revision: 17755
* 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
* package/mac80211: add menuconfig option for enabling debug support via debugfsGabor Juhos2009-09-084-83/+115
| | | | SVN-Revision: 17541
* 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-203-11/+30
| | | | 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-204-6/+223
| | | | | | disable of rfkill SVN-Revision: 17335
* mac80211: add missing config overrideFelix Fietkau2009-08-201-0/+1
| | | | SVN-Revision: 17331
* 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