]> git.baikalelectronics.ru Git - kernel.git/commit
wifi: mac80211_hwsim: Directly use ida_alloc()/free()
authorKe Liu <liuke94@huawei.com>
Sat, 28 May 2022 09:31:40 +0000 (09:31 +0000)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 10 Jun 2022 14:13:01 +0000 (16:13 +0200)
commit16d9665d2ee0871c6f5e6be224db5d6caecf7d10
tree1bd7af33e22aa862382d14e53fc98915465b507a
parentf402f0ae4576a3711f30b2053f618886aaed519e
wifi: mac80211_hwsim: Directly use ida_alloc()/free()

Use ida_alloc()/ida_free() instead of deprecated
ida_simple_get()/ida_simple_remove().

Signed-off-by: Ke Liu <liuke94@huawei.com>
Link: https://lore.kernel.org/r/20220528093140.1573816-1-liuke94@huawei.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/mac80211_hwsim.c