aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-31b43: main: Fix use true/false for bool typeSaurav Girepunje1-3/+3
2019-10-31rtlwifi: rtl8192c: Drop condition with no effectSaurav Girepunje1-2/+0
2019-10-31rtw88: remove redundant null pointer check on arraysColin Ian King1-1/+1
2019-10-31rtw88: avoid FW info floodYan-Hsuan Chuang2-17/+10
2019-10-31rtw88: fix potential read outside array boundaryTzu-En Huang3-11/+19
2019-10-31rtw88: rearrange if..else statements for rx rate indexesYan-Hsuan Chuang1-8/+6
2019-10-31rtw88: use rtw_phy_pg_cfg_pair struct, not arraysYan-Hsuan Chuang4-202/+199
2019-10-31rtw88: 8822b: add RFE type 3 supportYan-Hsuan Chuang3-1/+647
2019-10-31rtw88: fix sparse warnings for power trackingYan-Hsuan Chuang2-2/+2
2019-10-31rtw88: fix sparse warnings for DPKYan-Hsuan Chuang1-2/+2
2019-10-25Merge tag 'iwlwifi-next-for-kalle-2019-10-18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-nextKalle Valo38-897/+2553
2019-10-25rtw88: fix GENMASK_ULL for u64Yan-Hsuan Chuang1-1/+1
2019-10-25iwlwifi: rx: use new api to get band from rx mpduTova Mussai4-2/+34
2019-10-25iwlwifi: nvm: create function to convert channel index to nl80211_bandTova Mussai1-9/+17
2019-10-25iwlwifi: mvm: Invert the condition for OFDM rateTova Mussai3-7/+9
2019-10-25iwlwifi: mvm: create function to convert nl80211 band to phy bandTova Mussai3-20/+25
2019-10-25iwlwifi: dbg_ini: use vzalloc to allocate dumping memory regionsShahar S Matityahu1-6/+6
2019-10-25iwlwifi: dbg_ini: add user trigger supportShahar S Matityahu1-0/+3
2019-10-25iwlwifi: mvm: add notification for missed VAPLior Cohen3-0/+44
2019-10-25iwlwifi: mvm: fix old-style declarationYueHaibing1-2/+2
2019-10-25iwlwifi: mvm: use the new session protection commandEmmanuel Grumbach7-11/+331
2019-10-25iwlwifi: mvm: remove leftover rs_remove_sta_debugfs() prototypeJohannes Berg1-4/+0
2019-10-25iwlwifi: mvm: add support for new version for D0I3_END_CMDHaim Dreyfuss4-1/+67
2019-10-25iwlwifi: mvm: consider ieee80211 station max amsdu valueMordechay Goodstein2-2/+13
2019-10-25iwlwifi: dbg_ini: support FW notification dumping in case of missed beaconShahar S Matityahu2-1/+3
2019-10-25iwlwifi: dbg_ini: remove old API and some related codeShahar S Matityahu3-250/+2
2019-10-25iwlwifi: dbg_ini: rename external debug configuration fileShahar S Matityahu1-1/+1
2019-10-25iwlwifi: dbg_ini: support FW response/notification region typeShahar S Matityahu3-2/+86
2019-10-25iwlwifi: dbg_ini: support domain changing via debugfsShahar S Matityahu2-0/+40
2019-10-25iwlwifi: dbg_ini: add periodic trigger new API supportShahar S Matityahu2-1/+106
2019-10-25iwlwifi: dbg_ini: implement monitor allocation flowShahar S Matityahu1-1/+248
2019-10-25iwlwifi: dbg_ini: implement time point handlingShahar S Matityahu7-14/+323
2019-10-25iwlwifi: dbg_ini: add TLV allocation new API supportShahar S Matityahu6-37/+256
2019-10-25iwlwifi: dbg_ini: use new API in dump infoShahar S Matityahu6-46/+68
2019-10-25iwlwifi: dbg_ini: add error tables dumping supportShahar S Matityahu2-2/+70
2019-10-25iwlwifi: dbg_ini: add monitor dumping supportShahar S Matityahu10-54/+440
2019-10-25iwlwifi: dbg: remove multi buffers infraShahar S Matityahu3-75/+56
2019-10-25iwlwifi: dbg_ini: use new trigger TLV in dump flowShahar S Matityahu6-161/+143
2019-10-25iwlwifi: dbg_ini: use new region TLV in dump flowShahar S Matityahu2-292/+264
2019-10-25iwlwifi: dbg_ini: load external dbg cfg after internal cfg is loadedShahar S Matityahu1-2/+2
2019-10-24rtl8xxxu: fix warnings for symbol not declaredChris Chiu1-0/+4
2019-10-24rtl8xxxu: remove set but not used variable 'rate_mask'YueHaibing1-5/+0
2019-10-24atmel: remove set but not used variable 'dev'YueHaibing1-2/+0
2019-10-24adm80211: remove set but not used variables 'mem_addr' and 'io_addr'YueHaibing1-4/+2
2019-10-24rtlwifi: Remove unnecessary NULL check in rtl_regd_initNathan Chancellor1-1/+1
2019-10-24rtw88: add phy_info debugfs to show Tx/Rx physical statusTsang-Shian Lin9-33/+431
2019-10-24rtw88: add set_bitrate_mask supportTzu-En Huang3-16/+118
2019-10-24rtw88: Enable 802.11ac beamformee supportTzu-En Huang10-0/+692
2019-10-24rtw88: add power tracking supportTzu-En Huang6-1/+745
2019-10-24rtw88: use macro to check the current bandYan-Hsuan Chuang5-32/+41