aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intel/iwlwifi/iwl-nvm-parse.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-11Merge tag 'wireless-next-2022-03-11' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub Kicinski1-18/+25
2022-03-01iwlwifi: don't advertise TWT supportGolan Ben Ami1-2/+1
2022-02-18iwlwifi: nvm: Correct HE capabilityAbhishek Naik1-0/+1
2022-02-18iwlwifi: mvm: use debug print instead of WARN_ON()Miri Korenblit1-1/+5
2022-02-18iwlwifi: read and print OTP minor versionLuca Coelho1-1/+3
2022-02-18iwlwifi: advertise support for HE - DCM BPSK RX/TXMordechay Goodstein1-4/+4
2022-02-18iwlwifi: fix various more -Wcast-qual warningsJohannes Berg1-1/+1
2022-02-18iwlwifi: propagate (const) type qualifierBjoern A. Zeeb1-11/+11
2021-12-21Merge tag 'mac80211-next-for-net-next-2021-12-21' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJakub Kicinski1-2/+4
2021-12-07iwlwifi: support 4-bits in MAC step valueMike Golant1-1/+1
2021-11-28ieee80211: change HE nominal packet padding value definesMiri Korenblit1-2/+4
2021-11-26iwlwifi: integrate with iwlmeiEmmanuel Grumbach1-0/+61
2021-10-22iwlwifi: add vendor specific capabilities for some RFsJohannes Berg1-0/+17
2021-08-26iwlwifi: add 'Rx control frame to MBSSID' HE capabilityShaul Triebitz1-1/+2
2021-08-26iwlwifi: mvm: load regdomain at INIT stageMiri Korenblit1-0/+19
2021-08-26iwlwifi: read MAC address from correct place on BzJohannes Berg1-4/+6
2021-08-26iwlwifi: nvm: enable IEEE80211_HE_PHY_CAP10_HE_MU_M1RU_MAX_LTFJohannes Berg1-0/+2
2021-08-26iwlwifi: iwl-nvm-parse: set STBC flags for HE phy capabilitiesMordechay Goodstein1-1/+5
2021-06-22iwlwifi: advertise broadcast TWT supportShaul Triebitz1-9/+19
2021-06-22iwlwifi: correct HE capabilitiesJohannes Berg1-48/+66
2021-04-20Merge tag 'mac80211-next-for-net-next-2021-04-20' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-7/+7
2021-04-19wireless: fix spelling of A-MSDU in HE capabilitiesJohannes Berg1-2/+2
2021-04-19wireless: align HE capabilities A-MPDU Length Exponent ExtensionJohannes Berg1-2/+2
2021-04-19wireless: align some HE capabilities with the specJohannes Berg1-3/+3
2021-04-06iwlwifi: fix 11ax disabled bit in the regulatory capability flagsLuca Coelho1-1/+1
2021-02-11iwlwifi: remove max_vht_ampdu_exponent config parameterJohannes Berg1-3/+1
2021-02-10iwlwifi: declare support for triggered SU/MU beamforming feedbackNaftali Goldstein1-0/+2
2020-12-10iwlwifi: use SPDX tagsJohannes Berg1-62/+6
2020-12-10iwlwifi: sort out the NVM offsetsEmmanuel Grumbach1-1/+3
2020-12-10iwlwifi: mvm: add support for 6GHzLuca Coelho1-0/+71
2020-12-10iwlwifi: copy iwl_he_capa for modificationsJohannes Berg1-5/+28
2020-10-01iwlwifi: regulatory: regulatory capabilities api changeGil Adam1-9/+89
2020-05-29iwlwifi: set NO_HE if the regulatory domain forbids itHaim Dreyfuss1-0/+5
2020-05-07Merge tag 'wireless-drivers-next-2020-05-07' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller1-2/+1
2020-04-24iwlwifi: nvm: use iwl_nl80211_band_from_channel_idxTova Mussai1-2/+1
2020-04-21iwlwifi: mvm: Do not declare support for ACK Enabled AggregationIlan Peer1-4/+2
2020-03-27iwlwifi: pass trans and NVM data to HE capability parsingJohannes Berg1-3/+5
2020-01-27Merge tag 'wireless-drivers-next-2020-01-26' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller1-10/+4
2019-12-24iwlwifi: remove lar_disable module parameterLuca Coelho1-6/+7
2019-12-23iwlwifi: remove CSR registers abstractionLuca Coelho1-10/+4
2019-12-23iwlwifi: Don't ignore the cap field upon mcc updateHaim Dreyfuss1-2/+46
2019-11-15iwlwifi: nvm: update iwl_uhb_nvm_channelsTova Mussai1-5/+4
2019-10-25iwlwifi: nvm: create function to convert channel index to nl80211_bandTova Mussai1-9/+17
2019-09-06iwlwifi: always access the trans configuration via transLuca Coelho1-9/+8
2019-09-06iwlwifi: pass the iwl_trans instead of cfg to some functionsShaul Triebitz1-5/+8
2019-09-06iwlwifi: add a pointer to the trans_cfg directly in transLuca Coelho1-5/+5
2019-09-06iwlwifi: separate elements from cfg that are needed by trans_allocLuca Coelho1-8/+8
2019-09-06iwlwifi: allocate bigger nvm data in case of UHBTova Mussai1-1/+5
2019-09-06iwlwifi: remove unused regdb_ptrs allocationHaim Dreyfuss1-14/+0
2019-04-29iwlwifi: Use correct channel_profile iniwl_get_nvmYueHaibing1-1/+1