summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* wifi: mac80211: rx: track link in RX dataJohannes Berg2022-07-222-2/+18
* wifi: mac80211: optionally implement MLO multicast TXJohannes Berg2022-07-225-11/+97
* wifi: mac80211: expand ieee80211_mgmt_tx() for MLOJohannes Berg2022-07-226-25/+51
* wifi: nl80211: add MLO link ID to the NL80211_CMD_FRAME TX APIJohannes Berg2022-07-223-0/+20
* wifi: mac80211: report link ID to cfg80211 on mgmt RXJohannes Berg2022-07-221-1/+3
* wifi: cfg80211: report link ID in NL80211_CMD_FRAMEJohannes Berg2022-07-222-0/+7
* wifi: mac80211: add hardware timestamps for RX and TXAvraham Stern2022-07-223-19/+77
* wifi: cfg80211: add hardware timestamps to frame RX infoAvraham Stern2022-07-222-1/+13
* wifi: cfg80211/nl80211: move rx management data into a structAvraham Stern2022-07-225-32/+81
* wifi: cfg80211: add a function for reporting TX status with hardware timestampsAvraham Stern2022-07-222-16/+73
* wifi: nl80211: add RX and TX timestamp attributesAvraham Stern2022-07-221-1/+21
* wifi: ieee80211: add helper functions for detecting TM/FTM framesAvraham Stern2022-07-221-0/+54
* wifi: mac80211_hwsim: handle links for wmediumd/virtioJohannes Berg2022-07-221-5/+35
* wifi: mac80211: sta_info: fix link_sta insertionJohannes Berg2022-07-221-3/+14
* wifi: mac80211: mlme: fix link_sta setupJohannes Berg2022-07-221-5/+6
* wifi: nl80211/mac80211: clarify link ID in control port TXJohannes Berg2022-07-222-2/+47
* wifi: mac80211: return error from control port TX for dropsJohannes Berg2022-07-221-2/+7
* wifi: nl80211: require MLD address on link STA add/modifyJohannes Berg2022-07-221-3/+2
* wifi: mac80211: more station handling sanity checksJohannes Berg2022-07-221-0/+7
* wifi: mac80211: fix link sta hash table handlingJohannes Berg2022-07-221-2/+16
* wifi: mac80211: validate link address doesn't changeJohannes Berg2022-07-221-6/+12
* wifi: mac80211: mlme: set sta.mlo to mlo stateJohannes Berg2022-07-221-2/+2
* wifi: mac80211: fast-xmit: handle non-MLO clientsJohannes Berg2022-07-221-1/+15
* wifi: mac80211_hwsim: fix address translation for MLOJohannes Berg2022-07-221-20/+34
* wifi: mac80211: fix RX MLD address translationJohannes Berg2022-07-221-4/+8
* wifi: mac80211: fix NULL pointer deref with non-MLD STAJohannes Berg2022-07-221-1/+6
* wifi: mac80211: mlme: fix override calculationJohannes Berg2022-07-221-0/+2
* wifi: mac80211: tx: use AP address in some places for MLOJohannes Berg2022-07-222-5/+7
* wifi: wl1251: fix repeated words in commentsJilin Yuan2022-07-181-1/+1
* wifi: rsi: fix repeated words in commentsJilin Yuan2022-07-181-1/+1
* wifi: rtl8192se: fix repeated words in commentsJilin Yuan2022-07-181-1/+1
* wifi: rtlwifi: fix repeated words in commentsJilin Yuan2022-07-182-2/+2
* wifi: rt2x00: fix repeated words in commentsJilin Yuan2022-07-182-2/+2
* wifi: qtnfmac: fix repeated words in commentsJilin Yuan2022-07-181-2/+2
* wifi: iwlegacy: fix repeated words in commentsJilin Yuan2022-07-182-2/+2
* wifi: ipw2x00: fix repeated words in commentsJilin Yuan2022-07-181-1/+1
* wifi: brcmsmac: fix repeated words in commentsJilin Yuan2022-07-181-1/+1
* wifi: brcmfmac: fix repeated words in commentsJilin Yuan2022-07-182-2/+2
* wifi: b43: fix repeated words in commentsJilin Yuan2022-07-181-1/+1
* wifi: atmel: fix repeated words in commentsJilin Yuan2022-07-181-1/+1
* wifi: mac80211: do not abuse fq.lock in ieee80211_do_stop()Tetsuo Handa2022-07-181-2/+1
* wifi: p54: add missing parentheses in p54_flush()Rustam Subkhankulov2022-07-181-1/+1
* wifi: mt7601u: fix clang -Wformat warningJustin Stitt2022-07-181-1/+1
* wifi: mt7601u: eeprom: fix clang -Wformat warningJustin Stitt2022-07-181-1/+1
* wifi: p54: Use the bitmap API to allocate bitmapsChristophe JAILLET2022-07-182-5/+3
* wifi: p54: Fix an error handling path in p54spi_probe()Christophe JAILLET2022-07-181-1/+2
* Merge tag 'mt76-for-kvalo-2022-07-11' of https://github.com/nbd168/wirelessKalle Valo2022-07-1861-3794/+3005
|\
| * mt76: mt7921: Let PCI core handle power state and use pm_sleep_ptr()Kai-Heng Feng2022-07-111-18/+7
| * mediatek: mt76: eeprom: fix missing of_node_put() in mt76_find_power_limits_n...Liang He2022-07-111-1/+4
| * mediatek: mt76: mac80211: Fix missing of_node_put() in mt76_led_init()Liang He2022-07-111-0/+1