Skip to content

Commit

Permalink
net/wireless: genregdb.awk: remove certain flags
Browse files Browse the repository at this point in the history
this way we can prevent that NO-OUTDOOR = NO-IR situation
  • Loading branch information
backslashxx committed Feb 9, 2025
1 parent d454f06 commit 749812f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions net/wireless/genregdb.awk
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,6 @@ function parse_reg_rule()
flags = flags "\n\t\t\tNL80211_RRF_NO_OFDM | "
} else if (flagarray[arg] == "NO-CCK") {
flags = flags "\n\t\t\tNL80211_RRF_NO_CCK | "
} else if (flagarray[arg] == "NO-INDOOR") {
flags = flags "\n\t\t\tNL80211_RRF_NO_INDOOR | "
} else if (flagarray[arg] == "NO-OUTDOOR") {
flags = flags "\n\t\t\tNL80211_RRF_NO_OUTDOOR | "
} else if (flagarray[arg] == "DFS") {
flags = flags "\n\t\t\tNL80211_RRF_DFS | "
} else if (flagarray[arg] == "PTP-ONLY") {
flags = flags "\n\t\t\tNL80211_RRF_PTP_ONLY | "
} else if (flagarray[arg] == "PTMP-ONLY") {
Expand Down

0 comments on commit 749812f

Please sign in to comment.