1. 29 Nov, 2023 1 commit
    • James Prestwood's avatar
      wifi: ath11k: use select for CRYPTO_MICHAEL_MIC · a466027a
      James Prestwood authored
      Let ath11k select this option automatically which makes building
      more intuitive if the user enables this driver (rather than the
      driver not building unless CRYPTO_MICHAEL_MIC is explicitly enabled).
      
      Further investigation shows that ath11k and ath12k are the only who use
      'depends on' with CRYPTO_MICHAEL_MIC:
      
      ./drivers/net/wireless/intel/ipw2x00/Kconfig:	select CRYPTO_MICHAEL_MIC
      ./drivers/net/wireless/intersil/hostap/Kconfig:	select CRYPTO_MICHAEL_MIC
      ./drivers/net/wireless/intersil/orinoco/Kconfig:	select CRYPTO_MICHAEL_MIC
      ./drivers/net/wireless/ath/ath11k/Kconfig:	depends on CRYPTO_MICHAEL_MIC
      ./drivers/net/wireless/ath/ath12k/Kconfig:	depends on CRYPTO_MICHAEL_MIC
      ./drivers/staging/rtl8192e/Kconfig:	select CRYPTO_MICHAEL_MIC
      ./drivers/staging/ks7010/Kconfig:	select CRYPTO_MICHAEL_MIC
      Signed-off-by: default avatarJames Prestwood <prestwoj@gmail.com>
      Signed-off-by: default avatarKalle Valo <quic_kvalo@quicinc.com>
      Link: https://lore.kernel.org/r/20231113153544.282461-1-prestwoj@gmail.com
      a466027a
  2. 22 Nov, 2023 8 commits
  3. 13 Nov, 2023 2 commits
  4. 31 Oct, 2023 2 commits
  5. 25 Oct, 2023 18 commits
  6. 23 Oct, 2023 9 commits