Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | compat should not depend on pcmcia or usb remove pcmcia and usb backport ↵ | Hauke Mehrtens | 2010-01-29 | |
| | | | | | | | | form compat.ko If an with usb or pcmcia module not directly included into the image is build all wireless packages depend on usb and pcmcia. This hopefully fixes #6586 SVN-Revision: 19389 | |||
* | mac80211: update to wireless-testing 2010-01-25, includes fixes for crypto ↵ | Felix Fietkau | 2010-01-26 | |
| | | | | | | and retransmissions SVN-Revision: 19337 | |||
* | mac80211: fix a WARN_ON in client mode | Felix Fietkau | 2010-01-24 | |
| | | | | SVN-Revision: 19315 | |||
* | ath9k: improve max rate retry handling | Felix Fietkau | 2010-01-24 | |
| | | | | SVN-Revision: 19308 | |||
* | ath9k: fix an initialization error on 2GHz-only cards (based on discussion ↵ | Felix Fietkau | 2010-01-23 | |
| | | | | | | on ath9k-devel@) SVN-Revision: 19296 | |||
* | mac80211: fix multi-bss related rx handling bug | Felix Fietkau | 2010-01-21 | |
| | | | | SVN-Revision: 19260 | |||
* | ath9k: fix a beacon buffer leak on interface up/down | Felix Fietkau | 2010-01-20 | |
| | | | | SVN-Revision: 19233 | |||
* | mac80211: fix firmware compat stuff for 2.6.32 | Felix Fietkau | 2010-01-18 | |
| | | | | SVN-Revision: 19222 | |||
* | mac80211: remove an obsolete patch | Felix Fietkau | 2010-01-17 | |
| | | | | SVN-Revision: 19195 | |||
* | iw, mac80211: get the frequency info per-netdev instead of per-phy | Felix Fietkau | 2010-01-17 | |
| | | | | SVN-Revision: 19194 | |||
* | mac80211: allow user space to query the current operating frequency | Felix Fietkau | 2010-01-17 | |
| | | | | SVN-Revision: 19178 | |||
* | mac80211: upgrade to compat-wireless 2010-01-15 | Felix Fietkau | 2010-01-17 | |
| | | | | SVN-Revision: 19176 | |||
* | ath9k: add a workaround for the tx ack time issue triggered by the timing ↵ | Felix Fietkau | 2010-01-15 | |
| | | | | | | handling cleanups in 2.4 ghz, calculating the ack timeout the way it is described in 802.11-2007 currently leads to tx timeouts set it to a minimum of what the initvals set (64 usec) until we know what is causing this SVN-Revision: 19156 | |||
* | ath9k: fix rts/cts handling | Felix Fietkau | 2010-01-15 | |
| | | | | SVN-Revision: 19147 | |||
* | ath9k: tweak rx interrupt mitigation settings for better performance | Felix Fietkau | 2010-01-15 | |
| | | | | SVN-Revision: 19146 | |||
* | mac80211: add some ibss related fixes from linux-wireless@ | Felix Fietkau | 2010-01-15 | |
| | | | | SVN-Revision: 19145 | |||
* | mac80211: add a missing chunk of the short slot patch | Felix Fietkau | 2010-01-15 | |
| | | | | SVN-Revision: 19143 | |||
* | ath9k: fix short slot vs long slot handling, implement support for setting ↵ | Felix Fietkau | 2010-01-15 | |
| | | | | | | the coverage class SVN-Revision: 19141 | |||
* | mac80211: update to wireless-testing+wireless-2.6 from 2010-01-13 | Felix Fietkau | 2010-01-15 | |
| | | | | SVN-Revision: 19139 | |||
* | mac80211: another minor fix to monitor mode queue selection | Felix Fietkau | 2010-01-12 | |
| | | | | SVN-Revision: 19111 | |||
* | mac80211: upgrade to a new unofficial snapshot based on ↵ | Felix Fietkau | 2010-01-12 | |
| | | | | | | wireless-testing+wireless-2.6 SVN-Revision: 19110 | |||
* | mac80211: fix some monitor mode queue selection bugs | Felix Fietkau | 2010-01-11 | |
| | | | | SVN-Revision: 19099 | |||
* | mac80211: fix patch naming | Felix Fietkau | 2010-01-08 | |
| | | | | SVN-Revision: 19078 | |||
* | mac80211: various wds related fixes | Felix Fietkau | 2010-01-08 | |
| | | | | SVN-Revision: 19076 | |||
* | mac80211: fix spurious client reconnects triggered by rejected action frames ↵ | Felix Fietkau | 2010-01-07 | |
| | | | | | | being interpreted as chan switch announcements SVN-Revision: 19064 | |||
* | mac80211: update to compat-wireless 2010-01-07 (unoffical snapshot, official ↵ | Felix Fietkau | 2010-01-07 | |
| | | | | | | ones are not working yet) SVN-Revision: 19063 | |||
* | mac80211: merge some further fixes to the queue stop patch | Felix Fietkau | 2010-01-06 | |
| | | | | SVN-Revision: 19056 | |||
* | ixp4xx: allocate all skbs using GFP_DMA this ensures that dma bounce buffers ↵ | Felix Fietkau | 2010-01-06 | |
| | | | | | | will not be used frequently when bridging or routing frames between ethernet and wifi. significantly improves ath9k performance and obsoletes an ath specific patch SVN-Revision: 19051 | |||
* | mac80211: merge johill's tx queue stop fix patch from the linux-wireless ↵ | Felix Fietkau | 2010-01-05 | |
| | | | | | | list - fixes serious latency spike and tcp throughput drop issues SVN-Revision: 19045 | |||
* | mac80211: update ath9k tx fix with changes from upstream | Felix Fietkau | 2010-01-05 | |
| | | | | SVN-Revision: 19043 | |||
* | mac80211: fix a race condition in ad-hoc bringup with fixed bssid | Felix Fietkau | 2009-12-20 | |
| | | | | SVN-Revision: 18859 | |||
* | mac80211: update to compat-wireless 2009-12-05 and fix a critical bug in ↵ | Felix Fietkau | 2009-12-05 | |
| | | | | | | ath9k tx status reporting SVN-Revision: 18666 | |||
* | ath9k: disable interrupt mitigation - it hurts performance on embedded systems | Felix Fietkau | 2009-12-03 | |
| | | | | SVN-Revision: 18626 | |||
* | mac80211: use mac address from platform data if present on ath9k | Gabor Juhos | 2009-11-28 | |
| | | | | SVN-Revision: 18584 | |||
* | mac80211: update ath9k patch | Gabor Juhos | 2009-11-27 | |
| | | | | SVN-Revision: 18563 | |||
* | package/mac80211: disable 2GHz band for 5GHz only devices | Gabor Juhos | 2009-11-25 | |
| | | | | SVN-Revision: 18537 | |||
* | ath: only use GFP_DMA on ixp4xx | Felix Fietkau | 2009-11-24 | |
| | | | | SVN-Revision: 18525 | |||
* | separate ath9k debugfs support from ath9k debugging, use the mac80211 ↵ | Felix Fietkau | 2009-11-23 | |
| | | | | | | debugfs config option to enable it SVN-Revision: 18505 | |||
* | mac80211: do not build b44 | Felix Fietkau | 2009-11-23 | |
| | | | | SVN-Revision: 18504 | |||
* | ath9k: add a few debugfs files to access the chainmasks and registers | Felix Fietkau | 2009-11-23 | |
| | | | | SVN-Revision: 18503 | |||
* | mac80211: update to compat-wireless 2009-11-21 | Felix Fietkau | 2009-11-22 | |
| | | | | SVN-Revision: 18465 | |||
* | ath9k: fix compiler warning without debug enabled | Felix Fietkau | 2009-11-18 | |
| | | | | SVN-Revision: 18452 | |||
* | ath9k: fix bisectability of rc patches | Felix Fietkau | 2009-11-18 | |
| | | | | SVN-Revision: 18445 | |||
* | ath9k: split up and adjust rc cleanup patch according to upstream feedback, ↵ | Felix Fietkau | 2009-11-18 | |
| | | | | | | also fix tx status reporting for minstrel compatibility SVN-Revision: 18444 | |||
* | package/mac80211: use platform_data on PCI devices in ath9k | Gabor Juhos | 2009-11-16 | |
| | | | | SVN-Revision: 18436 | |||
* | ath: use GFP_DMA for rx buffer allocations to fix allocation errors on ↵ | Felix Fietkau | 2009-11-16 | |
| | | | | | | ixp4xx devices with more than 64 MB RAM SVN-Revision: 18433 | |||
* | mac80211: adjust patches based on upstream feedback | Felix Fietkau | 2009-11-15 | |
| | | | | SVN-Revision: 18431 | |||
* | mac80211: add some missing patch chunks that were accidentally left out in ↵ | Felix Fietkau | 2009-11-15 | |
| | | | | | | the previous commit SVN-Revision: 18430 | |||
* | ath9k: work-in-progress patch to adapt ath9k to the mac80211 rate control api | Felix Fietkau | 2009-11-15 | |
| | | | | SVN-Revision: 18429 | |||
* | ath9k: fix massive packet loss issue introduced by upstream cleanups | Felix Fietkau | 2009-11-15 | |
| | | | | SVN-Revision: 18428 |