Linux 7.1

  • Linux 7.1: pass wireless_dev instead of net_device to cfg80211_{new,del}_sta()

    Since Linux v7.1-rc1 or commit 033fe322f5852d5144a85978e880e01b1787fd0d, the first argument of cfg80211_del_sta and cfg80211_new_sta is of type struct wireless_dev instead of struct net_device.

  • Linux 7.1: IEEE80211_MIN_ACTION_SIZE now requires a parameter

    Since v7.1-rc1 or commit 08e6183ed2568e733e05e7e1c9de737d91c21155 the IEEE80211_MIN_ACTION_SIZE macro takes an argument which says how much of the frame is needed.

  • Linux 7.1: change callback signatures to wireless_dev for cfg80211_ops

    Since Linux v7.1-rc1 or commit 7c6084d7fa4e61dd7824c34529277a814c7b3836, the cfg80211_ops struct changed the callback signature for add_key, get_key, del_key, set_default_mgmt_key and set_default_beacon_key to use a struct wireless_dev* instead of struct net_device*.

  • Linux 7.1: change callback signatures to wireless_dev for cfg80211_ops

    Since Linux v7.1-rc1 or commit 033fe322f5852d5144a85978e880e01b1787fd0d the cfg80211_ops struct changed the callback signature for add_station, del_station, change_station, get_station and dump_station to use a struct wireless_dev* instead of struct net_device*.

Edited by Johannes Schauer Marin Rodrigues

Merge request reports

Loading