summaryrefslogtreecommitdiffstats
path: root/package/mac80211
Commit message (Collapse)AuthorAgeFilesLines
...
* mac80211: fix rekeying in ap mode with connected powersave stationsnbd2010-01-311-0/+48
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19470 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix aggregation setup on wds ap interfacesnbd2010-01-311-0/+20
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19469 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: i maintain this packagenbd2010-01-311-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19438 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [mac80211] add rt2800lib modulehauke2010-01-291-6/+15
| | | | | | | This module is needed by rt2800pci and rt2800usb git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19390 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [mac80211] compat should not depend on pcmcia or usbhauke2010-01-292-0/+100
| | | | | | | | | | remove pcmcia and usb backport 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19389 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update to wireless-testing 2010-01-25, includes fixes for crypto ↵nbd2010-01-2619-369/+11
| | | | | | and retransmissions git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19337 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: restrict the killing of wpa_supplicant processes to the right ↵nbd2010-01-251-2/+6
| | | | | | interface (#5991) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19334 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix a WARN_ON in client modenbd2010-01-241-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19315 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: improve max rate retry handlingnbd2010-01-241-0/+42
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19308 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] mac80211: make b43-fwsquash.py work with python 3.xjow2010-01-241-14/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19307 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix an initialization error on 2GHz-only cards (based on discussion ↵nbd2010-01-231-0/+26
| | | | | | on ath9k-devel@) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19296 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] add explicit dependency on kmod-crypto-core when required (closes: ↵nico2010-01-231-1/+1
| | | | | | #6557) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19291 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: improve wifi interface cleanupnbd2010-01-231-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19285 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] mac80211: fix spurious error return codes in enable_mac80211()jow2010-01-221-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19265 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix hostapd wmm setting for multiple bss interfacesnbd2010-01-221-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19264 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix multi-bss related rx handling bugnbd2010-01-211-0/+72
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19260 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: restructure /lib/wifi/mac80211.shnbd2010-01-201-31/+164
| | | | | | | | use the new multi-bss single instance hostapd mode move mac80211 specific bits out of /lib/wifi/hostapd.sh add a new option 'htmode' for switching between HT20 and HT40+,HT40- git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19235 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix a beacon buffer leak on interface up/downnbd2010-01-201-0/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19233 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix firmware compat stuff for 2.6.32nbd2010-01-181-0/+103
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19222 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: remove an obsolete patchnbd2010-01-171-12/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19195 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iw, mac80211: get the frequency info per-netdev instead of per-phynbd2010-01-173-76/+34
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19194 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: allow user space to query the current operating frequencynbd2010-01-172-0/+76
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19178 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix mac address handling for multiple phy/vifnbd2010-01-171-2/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19177 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: upgrade to compat-wireless 2010-01-15nbd2010-01-1715-396/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19176 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: add a workaround for the tx ack time issue triggered by the timing ↵nbd2010-01-151-0/+14
| | | | | | | | | 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19156 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix rts/cts handlingnbd2010-01-151-0/+61
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19147 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: tweak rx interrupt mitigation settings for better performancenbd2010-01-151-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19146 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: add some ibss related fixes from linux-wireless@nbd2010-01-152-0/+27
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19145 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix ht capability detection (thx, stintel)nbd2010-01-151-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19144 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: add a missing chunk of the short slot patchnbd2010-01-151-0/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19143 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: implement the distance settingnbd2010-01-151-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19142 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix short slot vs long slot handling, implement support for setting ↵nbd2010-01-153-0/+300
| | | | | | the coverage class git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19141 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update to wireless-testing+wireless-2.6 from 2010-01-13nbd2010-01-1519-265/+83
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19139 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files, mac80211 (#6491)jow2010-01-131-14/+24
| | | | | | | | | - fix wep key handling in iw with mac80211 based drivers - sanitize keys where necessary - put a procedure prepare_key_wep() into /sbin/wifi for use by other driver backends git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19118 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: another minor fix to monitor mode queue selectionnbd2010-01-121-0/+18
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19111 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: upgrade to a new unofficial snapshot based on ↵nbd2010-01-129-142/+6
| | | | | | wireless-testing+wireless-2.6 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19110 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix some monitor mode queue selection bugsnbd2010-01-112-0/+41
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19099 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix patch namingnbd2010-01-083-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19078 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: various wds related fixesnbd2010-01-083-0/+189
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19076 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: export a few ath header filesnbd2010-01-071-1/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19065 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix spurious client reconnects triggered by rejected action frames ↵nbd2010-01-071-0/+26
| | | | | | being interpreted as chan switch announcements git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19064 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update to compat-wireless 2010-01-07 (unoffical snapshot, official ↵nbd2010-01-0723-978/+213
| | | | | | ones are not working yet) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19063 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: merge some further fixes to the queue stop patchnbd2010-01-061-2/+60
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19056 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ixp4xx: allocate all skbs using GFP_DMAnbd2010-01-061-17/+0
| | | | | | | this ensures that dma bounce buffers will not be used frequently when bridging or routing frames between ethernet and wifi. significantly improves ath9k performance and obsoletes an ath specific patch git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19051 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: merge johill's tx queue stop fix patch from the linux-wireless ↵nbd2010-01-051-0/+322
| | | | | | list - fixes serious latency spike and tcp throughput drop issues git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19045 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update ath9k tx fix with changes from upstreamnbd2010-01-051-1/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19043 3c298f89-4303-0410-b956-a3cf2f4a3e73
* b43-fwsquash: ucode2.fw also supports core rev 3mb2009-12-261-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18948 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [mac80211] b43 and b43legacy: squash firmwarehauke2009-12-264-5/+37
| | | | | | | | Only G and L-PHY are supportted by b43 driver Add squash firmware for b43legacy git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18947 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [mac80211] b43: Add L-PHY firemware files to squash scripthauke2009-12-262-4/+12
| | | | | | | | | | Use firmware 4.178.10.4 as default on. Select firmware for all supported phy types and version as default. Close ticket #5978 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18935 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix handling of vif mac addresses in /lib/wifi/mac80211.sh (patch ↵nbd2009-12-241-1/+1
| | | | | | from #6401) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18923 3c298f89-4303-0410-b956-a3cf2f4a3e73