| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-05-05 | wifi: mac80211: avoid out-of-bounds access in monitor | Miri Korenblit | 1 | -4/+5 |
| 2025-09-19 | wifi: mac80211: Get the correct interface for non-netdev skb status | Ilan Peer | 1 | -2/+19 |
| 2025-04-23 | wifi: mac80211: restore monitor for outgoing frames | Johannes Berg | 1 | -1/+7 |
| 2025-02-11 | wifi: mac80211: Drop cooked monitor support | Alexander Wetzel | 1 | -29/+5 |
| 2024-10-23 | wifi: mac80211: add support for the monitor SKIP_TX flag | Felix Fietkau | 1 | -1/+4 |
| 2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro | 1 | -1/+1 |
| 2024-08-27 | wifi: mac80211: export ieee80211_purge_tx_queue() for drivers | Ping-Ke Shih | 1 | -0/+1 |
| 2024-03-25 | wifi: mac80211: add support for tearing down negotiated TTLM | Ayala Beker | 1 | -1/+21 |
| 2023-10-23 | wifi: mac80211: rename ieee80211_tx_status() to ieee80211_tx_status_skb() | Kalle Valo | 1 | -2/+2 |
| 2023-10-23 | wifi: remove unused argument of ieee80211_get_tdls_action() | Dmitry Antipov | 1 | -4/+1 |
| 2023-09-13 | wifi: mac80211: remove shifted rate support | Johannes Berg | 1 | -7/+5 |
| 2023-09-11 | wifi: mac80211: fix SMPS status handling | Johannes Berg | 1 | -35/+51 |
| 2023-09-11 | wifi: mac80211: rework ack_frame_id handling a bit | Johannes Berg | 1 | -2/+2 |
| 2023-06-07 | wifi: mac80211: use wiphy work for sdata->work | Johannes Berg | 1 | -3/+3 |
| 2023-04-18 | wifi: mac80211: remove ieee80211_tx_status_8023 | Felix Fietkau | 1 | -24/+0 |
| 2022-09-27 | wifi: mac80211: don't start TX with fq->lock to fix deadlock | Alexander Wetzel | 1 | -1/+1 |
| 2022-07-22 | wifi: mac80211: add hardware timestamps for RX and TX | Avraham Stern | 1 | -10/+28 |
| 2022-07-15 | wifi: mac80211: Remove AP SMPS leftovers | Andrei Otcheretianski | 1 | -3/+0 |
| 2022-07-01 | wifi: mac80211: switch airtime fairness back to deficit round-robin scheduling | Felix Fietkau | 1 | -19/+0 |
| 2022-06-20 | wifi: mac80211: status: look up band only where needed | Johannes Berg | 1 | -13/+9 |
| 2022-06-20 | wifi: mac80211: reorg some iface data structs for MLD | Johannes Berg | 1 | -1/+1 |
| 2022-05-16 | mac80211: extend current rate control tx status API | Jonas Jelonek | 1 | -39/+52 |
| 2022-04-11 | mac80211: prepare sta handling for MLO support | Sriram R | 1 | -20/+21 |
| 2022-02-04 | mac80211: fix struct ieee80211_tx_info size | Avraham Stern | 1 | -4/+8 |
| 2022-02-04 | mac80211: remove unused macros | Johannes Berg | 1 | -2/+2 |
| 2021-08-24 | mac80211: introduce individual TWT support in AP mode | Lorenzo Bianconi | 1 | -2/+15 |
| 2021-08-13 | mac80211: radiotap: Use BIT() instead of shifts | Kees Cook | 1 | -8/+8 |
| 2021-06-23 | mac80211: Switch to a virtual time-based airtime scheduler | Toke Høiland-Jørgensen | 1 | -0/+19 |
| 2021-06-23 | mac80211: Enable power save after receiving NULL packet ACK | Bassem Dawood | 1 | -4/+3 |
| 2021-02-12 | mac80211: enable QoS support for nl80211 ctrl port | Markus Theil | 1 | -6/+2 |
| 2020-11-12 | mac80211: fix memory leak on filtered powersave frames | Felix Fietkau | 1 | -10/+8 |
| 2020-09-28 | mac80211: fix regression in sta connection monitor | Felix Fietkau | 1 | -4/+12 |
| 2020-09-18 | mac80211: extend ieee80211_tx_status_ext to support bulk free | Felix Fietkau | 1 | -2/+8 |
| 2020-09-18 | mac80211: support using ieee80211_tx_status_ext to free skbs without status info | Felix Fietkau | 1 | -11/+16 |
| 2020-09-18 | mac80211: unify 802.3 (offload) and 802.11 tx status codepath | Felix Fietkau | 1 | -64/+28 |
| 2020-09-18 | mac80211: optimize station connection monitor | Felix Fietkau | 1 | -3/+0 |
| 2020-09-18 | mac80211: swap NEED_TXPROCESSING and HW_80211_ENCAP tx flags | Felix Fietkau | 1 | -2/+2 |
| 2020-09-18 | mac80211: remove tx status call to ieee80211_sta_register_airtime | Felix Fietkau | 1 | -6/+0 |
| 2020-09-18 | mac80211: reduce duplication in tx status functions | Felix Fietkau | 1 | -66/+35 |
| 2020-08-27 | mac80211: reduce packet loss event false positives | Felix Fietkau | 1 | -16/+15 |
| 2020-08-27 | mac80211: use rate provided via status->rate on ieee80211_tx_status_ext for AQL | Felix Fietkau | 1 | -4/+8 |
| 2020-07-31 | mac80211: remove the need for variable rates_idx | Colin Ian King | 1 | -3/+1 |
| 2020-06-25 | mac80211: fix control port tx status check | Markus Theil | 1 | -7/+15 |
| 2020-05-28 | mac80211: support control port TX status reporting | Markus Theil | 1 | -1/+8 |
| 2020-01-15 | mac80211: add ieee80211_is_any_nullfunc() | Thomas Pedersen | 1 | -3/+2 |
| 2020-01-15 | mac80211: fix tx status for no ack cases | Markus Theil | 1 | -4/+11 |
| 2019-12-13 | mac80211: add 802.11 encapsulation offloading support | John Crispin | 1 | -0/+71 |
| 2019-11-22 | mac80211: Use Airtime-based Queue Limits (AQL) on packet dequeue | Toke Høiland-Jørgensen | 1 | -0/+26 |
| 2019-11-22 | mac80211: consider QoS Null frames for STA_NULLFUNC_ACKED | Thomas Pedersen | 1 | -1/+2 |
| 2019-11-22 | mac80211: Add new sta_info getter by sta/vif addrs | Toke Høiland-Jørgensen | 1 | -8/+2 |
| 2019-08-21 | nl80211: Add support for EDMG channels | Alexei Avshalom Lazar | 1 | -2/+4 |
| 2019-08-21 | mac80211: add missing length field increment when generating Radiotap header | John Crispin | 1 | -0/+1 |
| 2019-08-21 | mac80211: 80Mhz was not reported properly when using tx_status_ext | John Crispin | 1 | -1/+1 |
| 2019-08-21 | mac80211: fix bad guard when reporting legacy rates | John Crispin | 1 | -7/+7 |
| 2019-08-21 | mac80211: fix TX legacy rate reporting when tx_status_ext is used | John Crispin | 1 | -3/+9 |
| 2019-07-26 | mac80211: add struct ieee80211_tx_status support to ieee80211_add_tx_radiotap... | John Crispin | 1 | -12/+162 |
| 2019-07-26 | mac80211: propagate struct ieee80211_tx_status into ieee80211_tx_monitor() | John Crispin | 1 | -2/+4 |
| 2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 1 | -4/+1 |
| 2019-01-19 | mac80211: Add airtime accounting and scheduling to TXQs | Toke Høiland-Jørgensen | 1 | -0/+6 |
| 2018-12-19 | mac80211: free skb fraglist before freeing the skb | Sara Sharon | 1 | -0/+5 |
| 2018-12-05 | mac80211: ignore tx status for PS stations in ieee80211_tx_status_ext | Felix Fietkau | 1 | -0/+2 |
| 2018-10-12 | mac80211: implement ieee80211_tx_rate_update to update rate | Anilkumar Kolli | 1 | -0/+19 |
| 2018-09-10 | mac80211: fix TX status reporting for ieee80211s | Yuan-Chi Pang | 1 | -1/+3 |
| 2018-09-05 | mac80211: Always report TX status | Andrei Otcheretianski | 1 | -5/+2 |
| 2018-05-07 | mac80211: average ack rssi support for data frames | Balaji Pothunoori | 1 | -0/+2 |
| 2018-02-19 | mac80211: Add tx ack signal support in sta info | Venkateswara Naralasetty | 1 | -2/+11 |
| 2018-02-19 | cfg80211: send ack_signal to user in probe client response | Venkateswara Naralasetty | 1 | -1/+1 |
| 2017-06-16 | networking: make skb_push & __skb_push return void pointers | Johannes Berg | 1 | -1/+1 |
| 2017-05-30 | mac80211: Invoke TX LED in more code paths | Bjorn Andersson | 1 | -2/+2 |
| 2017-04-28 | mac80211: add ieee80211_tx_status_ext | Felix Fietkau | 1 | -28/+46 |
| 2017-04-28 | mac80211: move ieee80211_tx_status_noskb below ieee80211_tx_status | Felix Fietkau | 1 | -58/+58 |
| 2017-04-28 | mac80211: make rate control tx status API more extensible | Felix Fietkau | 1 | -2/+9 |
| 2017-04-26 | mac80211: don't parse encrypted management frames in ieee80211_frame_acked | Emmanuel Grumbach | 1 | -0/+1 |
| 2017-03-01 | Merge tag 'mac80211-for-davem-2017-02-28' of git://git.kernel.org/pub/scm/lin... | David S. Miller | 1 | -1/+2 |
| 2017-02-28 | Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-dax | Linus Torvalds | 1 | -3/+1 |
| 2017-02-27 | mac80211: don't handle filtered frames within a BA session | Felix Fietkau | 1 | -1/+2 |
| 2017-02-13 | idr: Return the deleted entry from idr_remove | Matthew Wilcox | 1 | -3/+1 |
| 2017-01-26 | mac80211: use helper function to access ieee802_1d_to_ac[] | Amadeusz Sławiński | 1 | -1/+1 |
| 2017-01-12 | mac80211: set wifi_acked[_valid] bits for transmitted SKBs | Johannes Berg | 1 | -0/+5 |
| 2016-12-13 | mac80211: Remove unused 'rates_idx' variable | Kirtika Ruchandani | 1 | -2/+1 |
| 2016-09-20 | mac80211: Use rhltable instead of rhashtable | Herbert Xu | 1 | -5/+2 |
| 2016-09-15 | mac80211: allow driver to handle packet-loss mechanism | Rajkumar Manoharan | 1 | -0/+6 |
| 2016-09-12 | mac80211: refactor monitor representation in sdata | Aviya Erenfeld | 1 | -1/+1 |
| 2016-08-05 | mac80211: End the MPSP even if EOSP frame was not acked | Masashi Honma | 1 | -7/+7 |
| 2016-04-06 | mac80211: add separate last_ack variable | Johannes Berg | 1 | -2/+2 |
| 2016-03-04 | mac80211: use reset to set header pointer | Zhang Shengju | 1 | -1/+1 |
| 2016-01-14 | mac80211: Don't buffer non-bufferable MMPDUs | Helmut Schaa | 1 | -0/+5 |
| 2015-10-22 | Merge tag 'mac80211-next-for-davem-2015-10-21' of git://git.kernel.org/pub/sc... | David S. Miller | 1 | -25/+28 |
| 2015-10-21 | mac80211: move station statistics into sub-structs | Johannes Berg | 1 | -22/+28 |
| 2015-10-21 | mac80211: remove sta->last_ack_signal | Johannes Berg | 1 | -3/+0 |
| 2015-10-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+1 |
| 2015-09-24 | mac80211: fix handling of PS filtering with fast-xmit | Felix Fietkau | 1 | -0/+1 |
| 2015-09-22 | mac80211: Split sending tx'ed frames to monitor interfaces into its own function | Helmut Schaa | 1 | -49/+59 |
| 2015-08-13 | mac80211: remove always true condition | Dan Carpenter | 1 | -4/+1 |
| 2015-06-10 | mac80211: convert HW flags to unsigned long bitmap | Johannes Berg | 1 | -7/+6 |
| 2015-06-02 | mac80211: stop using pointers as userspace cookies | Johannes Berg | 1 | -13/+14 |
| 2015-06-02 | mac80211: copy nl80211 mgmt TX SKB for status | Johannes Berg | 1 | -41/+68 |
| 2015-05-05 | mac80211: move dot11 counters under MAC80211_DEBUG_COUNTERS | Johannes Berg | 1 | -14/+14 |
| 2015-04-01 | mac80211: use rhashtable for station table | Johannes Berg | 1 | -2/+6 |
| 2015-02-28 | mac80211: remove TX latency measurement code | Johannes Berg | 1 | -74/+0 |
| 2015-01-16 | mac80211: remove doubled semicolon | Johannes Berg | 1 | -1/+1 |
| 2015-01-08 | mac80211: provide per-TID RX/TX MSDU counters | Johannes Berg | 1 | -2/+13 |
| 2014-12-23 | mac80211: fix dot11MulticastTransmittedFrameCount tested address | Eliad Peller | 1 | -1/+1 |
| 2014-12-12 | mac80211: Fix accounting of multicast frames | Sujith Manoharan | 1 | -3/+6 |
| 2014-11-28 | mac80211: add ieee80211_tx_status_noskb | Felix Fietkau | 1 | -0/+54 |
| 2014-11-28 | mac0211: add a helper function for fixing up tx status rates | Felix Fietkau | 1 | -19/+33 |
| 2014-11-28 | mac80211: pass tx info to ieee80211_lost_packet instead of an skb | Felix Fietkau | 1 | -4/+3 |
| 2014-11-19 | mac80211: retransmit TDLS teardown packet through AP if not ACKed | Liad Kaufman | 1 | -2/+53 |
| 2014-10-22 | mac80211: add WMM admission control support | Johannes Berg | 1 | -1/+2 |
| 2014-09-11 | mac80211: add TDLS connection timeout | Liad Kaufman | 1 | -1/+20 |
| 2014-09-05 | mac80211: add Intel Mobile Communications copyright | Johannes Berg | 1 | -0/+1 |
| 2014-06-23 | net: Mac80211: Remove silly timespec dance | Thomas Gleixner | 1 | -5/+2 |
| 2014-05-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next | John W. Linville | 1 | -6/+19 |
| 2014-05-28 | mac80211: reduce packet loss notifications under load | Felix Fietkau | 1 | -6/+19 |
| 2014-04-22 | mac80211: fixup radiotap tx flags for RTS/CTS | Bob Copeland | 1 | -3/+2 |
| 2014-04-09 | mac80211: update last_tx_rate only for data frame | Chun-Yeow Yeoh | 1 | -0/+1 |
| 2014-02-04 | mac80211: remove set but unused variables | Johannes Berg | 1 | -2/+1 |
| 2013-12-02 | mac80211: Tx frame latency statistics | Matti Gottlieb | 1 | -0/+78 |
| 2013-11-05 | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber... | John W. Linville | 1 | -12/+19 |
| 2013-10-28 | mac80211: implement SMPS for AP | Emmanuel Grumbach | 1 | -12/+19 |
| 2013-09-30 | mac80211: update sta->last_rx on acked tx frames | Felix Fietkau | 1 | -0/+3 |
| 2013-08-01 | mac80211: report some VHT radiotap infos for tx status | Karl Beldan | 1 | -13/+63 |
| 2013-08-01 | mac80211: use oneshot blink API for LED triggers | Fabio Baltieri | 1 | -1/+1 |
| 2013-07-16 | mac80211: select and adjust bitrates according to channel mode | Simon Wunderlich | 1 | -5/+13 |
| 2013-02-04 | mac80211: mesh power save basics | Marco Porsch | 1 | -0/+7 |
| 2013-01-31 | mac80211: start auth/assoc timeout on frame status | Johannes Berg | 1 | -4/+8 |
| 2013-01-29 | mac80211: remove IEEE80211_HW_TEARDOWN_AGGR_ON_BAR_FAIL | Stanislaw Gruszka | 1 | -5/+1 |
| 2012-12-11 | Merge branch 'for-john' of git://git.sipsolutions.net/mac80211-next | John W. Linville | 1 | -1/+5 |
| 2012-12-06 | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber... | John W. Linville | 1 | -0/+3 |
| 2012-12-05 | mac80211: introduce IEEE80211_HW_TEARDOWN_AGGR_ON_BAR_FAIL | Stanislaw Gruszka | 1 | -1/+5 |
| 2012-11-29 | mac80211: add debugfs file for last ack signal | Saravana | 1 | -0/+3 |
| 2012-11-21 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -0/+9 |
| 2012-11-10 | mac80211: call skb_dequeue/ieee80211_free_txskb instead of __skb_queue_purge | Felix Fietkau | 1 | -0/+9 |
| 2012-10-30 | mac80211: combine status/drop reporting | Johannes Berg | 1 | -74/+71 |
| 2012-10-17 | mac80211: track needed RX chains for channel contexts | Johannes Berg | 1 | -7/+8 |
| 2012-10-08 | mac80211: use ieee80211_free_txskb to fix possible skb leaks | Felix Fietkau | 1 | -2/+2 |
| 2012-09-10 | mac80211: validate skb->dev in the tx status path | Felix Fietkau | 1 | -18/+30 |
| 2012-08-20 | mac80211: support P2P Device abstraction | Johannes Berg | 1 | -7/+15 |
| 2012-07-09 | cfg80211: use wdev in mgmt-tx/ROC APIs | Johannes Berg | 1 | -2/+7 |
| 2012-06-24 | mac80211: clean up debugging | Johannes Berg | 1 | -7/+4 |
| 2012-06-22 | mac80211: two small verbose debug cleanups | Johannes Berg | 1 | -1/+1 |
| 2012-06-06 | mac80211: unify SW/offload remain-on-channel | Johannes Berg | 1 | -24/+4 |
| 2012-06-05 | net: mac80211: Convert printk(KERN_DEBUG to pr_debug | Joe Perches | 1 | -1/+1 |
| 2012-05-09 | mac80211: Convert compare_ether_addr to ether_addr_equal | Joe Perches | 1 | -1/+1 |
| 2012-04-13 | mac80211: fix an issue in ieee80211_tx_info count field management | Lorenzo Bianconi | 1 | -1/+7 |
| 2012-03-05 | mac80211: use compare_ether_addr on MAC addresses instead of memcmp | Felix Fietkau | 1 | -1/+2 |
| 2012-02-27 | mac80211: clean up asm/unaligned.h inclusion | Johannes Berg | 1 | -0/+1 |
| 2012-01-27 | mac80211: fix a few -Wshadow warnings | Johannes Berg | 1 | -3/+3 |
| 2011-12-13 | mac80211: Make use of ieee80211_is_* functions in tx status path | Helmut Schaa | 1 | -10/+5 |
| 2011-12-02 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -4/+4 |
| 2011-11-22 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | John W. Linville | 1 | -0/+1 |
| 2011-11-21 | mac80211: Fix endian bug in radiotap header generation | Helmut Schaa | 1 | -4/+4 |
| 2011-11-09 | mac80211: implement wifi TX status | Johannes Berg | 1 | -0/+38 |
| 2011-11-09 | mac80211: support client probe | Johannes Berg | 1 | -18/+27 |
| 2011-11-09 | mac80211: add helper to free TX skb | Johannes Berg | 1 | -0/+6 |
| 2011-10-31 | net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules | Paul Gortmaker | 1 | -0/+1 |
| 2011-10-14 | mac80211: Populate radiotap header with MCS info for TX frames | Helmut Schaa | 1 | -0/+23 |
| 2011-10-14 | mac80211: Build TX radiotap header dynamically | Helmut Schaa | 1 | -35/+77 |
| 2011-10-11 | mac80211: fix offchannel TX cookie matching | Johannes Berg | 1 | -1/+1 |
| 2011-09-30 | mac80211: optimise station flags | Johannes Berg | 1 | -6/+6 |
| 2011-09-30 | mac80211: implement uAPSD | Johannes Berg | 1 | -2/+13 |
| 2011-09-30 | mac80211: clear more-data bit on filtered frames | Johannes Berg | 1 | -0/+10 |
| 2011-09-30 | mac80211: split PS buffers into ACs | Johannes Berg | 1 | -3/+14 |
| 2011-09-30 | mac80211: also expire filtered frames | Johannes Berg | 1 | -0/+5 |
| 2011-09-30 | mac80211: unify TIM bit handling | Johannes Berg | 1 | -0/+1 |
| 2011-09-16 | mac80211: fix endian issues and comments for BAR failure handling | Felix Fietkau | 1 | -6/+8 |
| 2011-09-14 | mac80211: make ieee80211_send_bar available for drivers | Felix Fietkau | 1 | -2/+2 |
| 2011-09-13 | mac80211: retry sending failed BAR frames later instead of tearing down aggr | Felix Fietkau | 1 | -1/+36 |
| 2011-08-22 | mac80211: Tear down BA session on BAR tx failure | Helmut Schaa | 1 | -0/+18 |
| 2011-08-08 | mac80211: remove offchannel_tx API | Johannes Berg | 1 | -3/+0 |
| 2011-04-28 | mac80211: allow low level drivers to report packet loss | Arik Nemtsov | 1 | -0/+8 |
| 2011-03-30 | mac80211: Minor optimization in tx status handling | Helmut Schaa | 1 | -4/+7 |
| 2011-02-25 | mac80211: support direct offchannel TX offload | Johannes Berg | 1 | -0/+4 |
| 2011-02-23 | mac80211: Fix a race on enabling power save. | Vivek Natarajan | 1 | -2/+0 |
| 2011-02-18 | Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 | John W. Linville | 1 | -1/+6 |
| 2011-02-03 | mac80211: add HW flag for disabling auto link-PS in AP mode | Arik Nemtsov | 1 | -0/+4 |
| 2011-02-02 | mac80211: fix TX status cookie in HW offload case | Johannes Berg | 1 | -1/+6 |
| 2010-12-06 | mac80211: speed up AP probing using nullfunc frames | Felix Fietkau | 1 | -9/+9 |
| 2010-11-29 | mac80211: implement off-channel mgmt TX | Johannes Berg | 1 | -1/+14 |
| 2010-11-24 | mac80211: implement packet loss notification | Johannes Berg | 1 | -0/+22 |
| 2010-11-24 | mac80211: use nullfunc instead of probe request for connection monitoring | Felix Fietkau | 1 | -0/+4 |
| 2010-10-07 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -2/+2 |
| 2010-10-07 | Revert "mac80211: use netif_receive_skb in ieee80211_tx_status callpath" | John W. Linville | 1 | -2/+2 |
| 2010-10-05 | mac80211: distinct between max rates and the number of rates the hw can report | Helmut Schaa | 1 | -1/+1 |
| 2010-09-24 | mac80211: clear txflags for ps-filtered frames | Christian Lamparter | 1 | -0/+1 |
| 2010-08-25 | net/mac80211: Use wiphy_<level> | Joe Perches | 1 | -5/+4 |
| 2010-08-24 | cfg80211/mac80211: extensible frame processing | Johannes Berg | 1 | -1/+1 |
| 2010-06-28 | mac80211: use netif_receive_skb in ieee80211_tx_status callpath | John W. Linville | 1 | -2/+2 |
| 2010-06-02 | wireless: fix several minor description typos | Walter Goldens | 1 | -1/+1 |
| 2010-04-26 | mac80211: Fix sta->last_tx_rate setting with no-op rate control devices | Juuso Oikarinen | 1 | -0/+7 |
| 2010-03-15 | mac80211: optimize tx status processing | Felix Fietkau | 1 | -7/+7 |
| 2010-02-15 | cfg80211/mac80211: allow registering for and sending action frames | Jouni Malinen | 1 | -1/+6 |
| 2010-02-09 | mac80211: Retry null data frame for power save. | Vivek Natarajan | 1 | -2/+15 |
| 2010-01-25 | mac80211: fill jiffies/vif on filtered frames | Johannes Berg | 1 | -0/+3 |
| 2010-01-19 | mac80211: re-enable re-transmission of filtered frames | Johannes Berg | 1 | -27/+5 |
| 2010-01-19 | mac80211: clear TX control on filtered frames | Johannes Berg | 1 | -0/+8 |
| 2009-12-28 | mac80211: add ieee80211_sdata_running | Johannes Berg | 1 | -1/+1 |
| 2009-12-22 | mac80211: enable spatial multiplexing powersave | Johannes Berg | 1 | -0/+38 |
| 2009-12-21 | mac80211: reduce reliance on netdev | Johannes Berg | 1 | -1/+1 |
| 2009-12-21 | mac80211: make station management completely depend on vif | Johannes Berg | 1 | -3/+5 |