summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | wifi: rtl8xxxu: Add rate control code for RTL8188EUBitterblue Smith2022-12-213-30/+729
| * | wifi: rtl8xxxu: Support new chip RTL8188EUJes Sorensen2022-12-217-25/+1572
| * | wifi: rtl8xxxu: Define masks for cck_agc_rpt bitsBitterblue Smith2022-12-214-6/+9
| * | wifi: rtl8xxxu: Make rtl8xxxu_load_firmware take const char*Bitterblue Smith2022-12-217-7/+7
| * | wifi: rtl8xxxu: Deduplicate the efuse dumping codeBitterblue Smith2022-12-215-41/+13
| * | wifi: rtw89: 8852c: rfk: refine AGC tuning flow of DPK for irregular PAChih-Kang Chang2022-12-211-8/+30
| * | wifi: rtw89: refine 6 GHz scanning dwell timePo-Hao Huang2022-12-212-2/+4
| * | wifi: rtw89: 8852b: update BSS color mapping registerEric Huang2022-12-216-4/+10
| * | wifi: rtw89: coex: Change TDMA related logic to version separateChing-Te Ku2022-12-212-27/+32
| * | wifi: rtw89: coex: refactor _chk_btc_report() to extend more featuresChing-Te Ku2022-12-211-222/+143
| * | wifi: rtw89: coex: Add v2 BT AFH report and related variableChing-Te Ku2022-12-212-8/+72
| * | wifi: rtw89: coex: Update BTC firmware report bitmap definitionChing-Te Ku2022-12-211-13/+164
| * | wifi: rtw89: coex: Enable Bluetooth report when show debug infoChing-Te Ku2022-12-211-13/+19
| * | wifi: rtw89: coex: use new introduction BTC version formatPing-Ke Shih2022-12-215-85/+32
| * | wifi: rtw89: coex: add BTC format version derived from firmware versionPing-Ke Shih2022-12-214-0/+124
| * | Merge tag 'mt76-for-kvalo-2022-12-09' of https://github.com/nbd168/wirelessKalle Valo2022-12-2134-274/+503
| |\ \
| | * | wifi: mt76: mt7915: get rid of wed rx_buf_ring page_frag_cacheLorenzo Bianconi2022-12-092-15/+11
| | * | wifi: mt76: mt7921: resource leaks at mt7921_check_offload_capability()Sean Wang2022-12-091-1/+2
| | * | wifi: mt76: dma: rely on queue page_frag_cache for wed rx queuesLorenzo Bianconi2022-12-091-15/+1
| | * | wifi: mt76: handle possible mt76_rx_token_consume failuresLorenzo Bianconi2022-12-093-4/+20
| | * | wifi: mt76: dma: do not increment queue head if mt76_dma_add_buf failsLorenzo Bianconi2022-12-091-4/+5
| | * | wifi: mt76: mt7615: enable per-phy led supportLorenzo Bianconi2022-12-095-74/+92
| | * | wifi: mt76: mt7915: enable per-phy led supportLorenzo Bianconi2022-12-093-29/+109
| | * | wifi: mt76: move leds struct in mt76_phyLorenzo Bianconi2022-12-098-87/+92
| | * | wifi: mt76: move leds field in leds structLorenzo Bianconi2022-12-098-54/+56
| | * | wifi: mt76: fix coverity uninit_use_in_call in mt76_connac2_reverse_frag0_hdr...Deren Wu2022-12-091-1/+1
| | * | wifi: mt76: mt7915: fix unintended sign extension of mt7915_hw_queue_read()Ryder Lee2022-12-091-1/+1
| | * | wifi: mt76: mt7996: fix unintended sign extension of mt7996_hw_queue_read()Ryder Lee2022-12-091-1/+1
| | * | wifi: mt76: mt7921: add support to update fw capability with MTFG tableQuan Zhou2022-12-094-1/+77
| | * | wifi: mt76: mt76x0: fix oob access in mt76x0_phy_get_target_powerLorenzo Bianconi2022-12-091-1/+6
| | * | wifi: mt76: mt7996: fix endianness warning in mt7996_mcu_sta_he_tlvLorenzo Bianconi2022-12-091-2/+2
| | * | wifi: mt76: mt7996: drop always true condition of __mt7996_reg_addr()Ryder Lee2022-12-092-2/+1
| | * | wifi: mt76: mt7915: drop always true condition of __mt7915_reg_addr()Ryder Lee2022-12-092-2/+1
| | * | wifi: mt76: mt7915: check the correctness of event dataRyder Lee2022-12-091-4/+17
| | * | wifi: mt76: mt7996: check return value before accessing free_block_numRyder Lee2022-12-092-8/+15
| | * | wifi: mt76: mt7915: check return value before accessing free_block_numRyder Lee2022-12-092-11/+18
| | * | wifi: mt76: mt7915: split mcu chan_mib array upRyder Lee2022-12-091-23/+27
| | * | wifi: mt76: mt7996: fix integer handling issue of mt7996_rf_regval_set()Ryder Lee2022-12-091-1/+2
| | * | wifi: mt76: mt7996: fix insecure data handling of mt7996_mcu_rx_radar_detected()Ryder Lee2022-12-091-0/+3
| | * | wifi: mt76: mt7996: fix insecure data handling of mt7996_mcu_ie_countdown()Ryder Lee2022-12-091-0/+3
| | * | wifi: mt76: mt7915: fix mt7915_rate_txpower_get() resource leaksRyder Lee2022-12-091-1/+3
| | * | wifi: mt76: mt7921s: fix slab-out-of-bounds access in sdio hostDeren Wu2022-12-091-0/+4
| | * | wifi: mt76: mt7915: add missing of_node_put()Wang Yufen2022-12-091-0/+1
| * | | wifi: rtlwifi: Fix global-out-of-bounds bug in _rtl8812ae_phy_set_txpower_lim...Li Zetao2022-12-141-32/+20
| * | | wifi: rtw89: 8852c: rfk: recover RX DCK failurePing-Ke Shih2022-12-142-7/+256
| * | | wifi: rtw89: 8852c: rfk: correct DPK settingsPing-Ke Shih2022-12-142-5/+6
| * | | wifi: rtw89: 8852c: rfk: correct DACK settingPing-Ke Shih2022-12-141-1/+1
| * | | wifi: rtw89: fw: adapt to new firmware format of security sectionPing-Ke Shih2022-12-142-3/+21
| * | | wifi: rtw89: consider ER SU as a TX capabilityPing-Ke Shih2022-12-144-1/+17
| * | | wifi: rtl8xxxu: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-141-1/+1