summaryrefslogtreecommitdiffstats
path: root/drivers/misc/cardreader/rts5227.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-05-22ath11k: Init hw_params before setting up AHB resourcesManikanta Pubbisetty1-2/+2
2022-05-22ath5k: replace ternary operator with min()Guo Zhengkui1-1/+1
2022-05-22ath11k: Fix warning on variable 'sar' dereference before checkBaochen Qiang1-7/+6
2022-05-22ath10k: fix misreported tx bandwidth for 160MhzMaxime Bizon1-0/+4
2022-05-22ath10k: add encapsulation offloading supportSergey Ryazanov2-14/+55
2022-05-22ath10k: turn rawmode into frame_modeSergey Ryazanov2-4/+8
2022-05-22ath10k: htt_tx: do not interpret Eth frames as WiFiSergey Ryazanov1-26/+35
2022-05-22ath10k: improve tx status reportingSergey Ryazanov1-1/+14
2022-05-22ath10k: do not enforce interrupt trigger typeKrzysztof Kozlowski1-3/+2
2022-05-18ath11k: update missing MU-MIMO and OFDMA statsSriram R2-1/+126
2022-05-16mac80211: minstrel_ht: support ieee80211_rate_statusJonas Jelonek2-9/+133
2022-05-16mac80211: extend current rate control tx status APIJonas Jelonek4-45/+92
2022-05-16mac80211: minstrel_ht: fill all requested ratesPeter Seiderer1-7/+7
2022-05-16mac80211: disable BSS color collision detection in case of no free colorsLavanya Suresh1-0/+9
2022-05-16nl80211: Parse NL80211_ATTR_HE_BSS_COLOR as a part of nl80211_parse_beaconRameshkumar Sundaram3-36/+39
2022-05-16mac80211: mlme: track assoc_bss/associated separatelyJohannes Berg2-10/+13
2022-05-16mac80211: remove useless bssid copyJohannes Berg1-3/+1
2022-05-16mac80211: remove unused argument to ieee80211_sta_connection_lost()Johannes Berg3-9/+7
2022-05-16mac80211: mlme: use local SSID copyJohannes Berg1-12/+2
2022-05-16mac80211: use ifmgd->bssid instead of ifmgd->associated->bssidJohannes Berg5-21/+21
2022-05-16mac80211: mlme: move in RSSI reporting codeJohannes Berg2-40/+40
2022-05-16mac80211: remove stray multi_sta_back_32bit docsJohannes Berg1-1/+0
2022-05-16mac80211: fix typo in documentationJohannes Berg1-1/+1
2022-05-16mac80211: unify CCMP/GCMP AAD constructionJohannes Berg1-56/+31
2022-05-13mt76: mt7921: add ipv6 NS offload supportDeren Wu5-1/+147
2022-05-13mt76: add gfp to mt76_mcu_msg_alloc signatureLorenzo Bianconi2-5/+12
2022-05-13mt76: mt7915: add more statistics from fw_util debugfs knobsRyder Lee3-4/+21
2022-05-13mt76: mt7915: improve error handling for fw_debug knobsRyder Lee2-25/+37
2022-05-13mt76: mt7615/mt7915: do reset_work with mt76's work queueBo Jiao2-2/+2
2022-05-13mt76: mt7915: add support for 6G in-band discoveryMeiChia Chiu6-14/+107
2022-05-13mt76: mt7915: add Wireless Ethernet Dispatch supportFelix Fietkau18-94/+502
2022-05-13mt76: make number of tokens configurable dynamicallyFelix Fietkau3-7/+7
2022-05-13mt76: add support for overriding the device used for DMA mappingFelix Fietkau3-17/+19
2022-05-13mt76: dma: add wrapper macro for accessing queue registersFelix Fietkau1-9/+12
2022-05-13mt76: mt7915: move MT_INT_MASK_CSR to init.cRyder Lee4-5/+1
2022-05-13mt76: mt7915: introduce mt7915_mac_severe_check()Ryder Lee3-0/+37
2022-05-13mt76: mt7915: rework SER debugfs knobRyder Lee5-20/+126
2022-05-13mt76: mt7915: limit minimum twt durationPeter Chiu2-0/+7
2022-05-13mt76: mt7915: reject duplicated twt flowsPeter Chiu1-0/+31
2022-05-13mt76: mt7915: fix twt table_mask to u16 in mt7915_devPeter Chiu1-1/+1
2022-05-13mt76: mt7915: update mt7986 patch in mt7986_wmac_adie_patch_7976()Peter Chiu2-2/+18
2022-05-13mt76: connac: use skb_put_data instead of open codingSean Wang1-5/+2
2022-05-13mt76: mt7915: configure soc clocks in mt7986_wmac_initLorenzo Bianconi1-0/+14
2022-05-13mt76: fix tx status related use-after-free race on station removalFelix Fietkau2-1/+3
2022-05-13mt76: fix encap offload ethernet type checkFelix Fietkau2-2/+6
2022-05-13mt76: do not attempt to reorder received 802.3 packets without agg sessionFelix Fietkau1-2/+3
2022-05-13mt76: mt7915: disable RX_HDR_TRANS_SHORTBo Jiao3-4/+6
2022-05-13mt76: mt7603: move spin_lock_bh() to spin_lock()Yunbo Yu1-4/+4
2022-05-13mt76: mt7915: add debugfs knob for RF registers read/writeShayne Chen3-0/+62
2022-05-13mt76: mt7921: fix kernel crash at mt7921_pci_removeSean Wang1-1/+1