1. 29 Apr, 2024 11 commits
  2. 23 Apr, 2024 12 commits
  3. 22 Apr, 2024 5 commits
  4. 19 Apr, 2024 1 commit
  5. 18 Apr, 2024 9 commits
  6. 08 Apr, 2024 2 commits
    • Michael-CY Lee's avatar
      wifi: mac80211: extend IEEE80211_KEY_FLAG_GENERATE_MMIE to other ciphers · a35b36e6
      Michael-CY Lee authored
      Extend the flag IEEE80211_KEY_FLAG_GENERATE_MMIE to BIP-CMAC-256,
      BIP-GMAC-128 and BIP-GMAC-256 for the same reason and in the same
      way that the flag was added originally in commit a0b4496a
      ("mac80211: add IEEE80211_KEY_FLAG_GENERATE_MMIE to ieee80211_key_flags").
      Signed-off-by: default avatarMichael-CY Lee <michael-cy.lee@mediatek.com>
      Link: https://msgid.link/20240326003036.15215-1-michael-cy.lee@mediatek.comSigned-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
      a35b36e6
    • Jeff Johnson's avatar
      wifi: mac80211: Add missing return value documentation · 0e9824e0
      Jeff Johnson authored
      kernel-doc is reporting some warnings, so fix them:
      
      % scripts/kernel-doc -Wall -Werror -none include/net/mac80211.h
      include/net/mac80211.h:2056: warning: No description found for return value of 'wdev_to_ieee80211_vif'
      include/net/mac80211.h:2066: warning: No description found for return value of 'ieee80211_vif_to_wdev'
      include/net/mac80211.h:5603: warning: No description found for return value of 'ieee80211_beacon_cntdwn_is_complete'
      include/net/mac80211.h:5968: warning: No description found for return value of 'ieee80211_gtk_rekey_add'
      include/net/mac80211.h:6350: warning: No description found for return value of 'ieee80211_find_sta_by_link_addrs'
      include/net/mac80211.h:6478: warning: No description found for return value of 'ieee80211_txq_airtime_check'
      include/net/mac80211.h:6981: warning: No description found for return value of 'rate_control_set_rates'
      include/net/mac80211.h:7142: warning: No description found for return value of 'ieee80211_tx_prepare_skb'
      include/net/mac80211.h:7156: warning: No description found for return value of 'ieee80211_parse_tx_radiotap'
      include/net/mac80211.h:7277: warning: No description found for return value of 'ieee80211_tx_dequeue'
      include/net/mac80211.h:7292: warning: No description found for return value of 'ieee80211_tx_dequeue_ni'
      include/net/mac80211.h:7324: warning: No description found for return value of 'ieee80211_next_txq'
      include/net/mac80211.h:7405: warning: No description found for return value of 'ieee80211_txq_may_transmit'
      include/net/mac80211.h:7466: warning: No description found for return value of 'ieee80211_calc_rx_airtime'
      include/net/mac80211.h:7480: warning: No description found for return value of 'ieee80211_calc_tx_airtime'
      include/net/mac80211.h:7528: warning: No description found for return value of 'ieee80211_is_tx_data'
      include/net/mac80211.h:7562: warning: No description found for return value of 'ieee80211_set_active_links'
      17 warnings as Errors
      Signed-off-by: default avatarJeff Johnson <quic_jjohnson@quicinc.com>
      Acked-by: default avatarRandy Dunlap <rdunlap@infradead.org>
      Tested-by: default avatarRandy Dunlap <rdunlap@infradead.org>
      Link: https://msgid.link/20240329-mac80211-kdoc-retval-v1-2-5e4d1ad6c250@quicinc.comSigned-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
      0e9824e0