cfg80211.h (9d9ba2b79b3196935431879efd9094eb9bfedd95) cfg80211.h (05d6f4d6968a632645a5dcbedec3752098a66624)
1/*-
2 * Copyright (c) 2020-2021 The FreeBSD Foundation
3 * Copyright (c) 2021-2022 Bjoern A. Zeeb
4 *
5 * This software was developed by Björn Zeeb under sponsorship from
6 * the FreeBSD Foundation.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 1103 unchanged lines hidden (view full) ---

1112
1113static __inline bool
1114rfkill_blocked(int rfkill) /* argument type? */
1115{
1116 TODO();
1117 return (false);
1118}
1119
1/*-
2 * Copyright (c) 2020-2021 The FreeBSD Foundation
3 * Copyright (c) 2021-2022 Bjoern A. Zeeb
4 *
5 * This software was developed by Björn Zeeb under sponsorship from
6 * the FreeBSD Foundation.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 1103 unchanged lines hidden (view full) ---

1112
1113static __inline bool
1114rfkill_blocked(int rfkill) /* argument type? */
1115{
1116 TODO();
1117 return (false);
1118}
1119
1120static __inline bool
1121rfkill_soft_blocked(int rfkill)
1122{
1123 TODO();
1124 return (false);
1125}
1126
1120static __inline int
1121reg_query_regdb_wmm(uint8_t *alpha2, uint32_t center_freq,
1122 struct ieee80211_reg_rule *rule)
1123{
1124
1125 /* ETSI has special rules. FreeBSD regdb needs to learn about them. */
1126 TODO();
1127

--- 503 unchanged lines hidden ---
1127static __inline int
1128reg_query_regdb_wmm(uint8_t *alpha2, uint32_t center_freq,
1129 struct ieee80211_reg_rule *rule)
1130{
1131
1132 /* ETSI has special rules. FreeBSD regdb needs to learn about them. */
1133 TODO();
1134

--- 503 unchanged lines hidden ---