Skip to content

Commit

Permalink
Fix #583. Improve the 5Ghz band capability on adapters
Browse files Browse the repository at this point in the history
  • Loading branch information
v1s1t0r1sh3r3 committed Mar 20, 2024
1 parent 8f0b8d2 commit f7081a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### 11.30
- Improvements on 5Ghz country code check
- Improvements on 5Ghz country code check and 5Ghz band capability on adapters

### 11.22
- Possibility to add manually ESSID name for selected hidden networks
Expand Down
2 changes: 1 addition & 1 deletion airgeddon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1466,7 +1466,7 @@ function get_5ghz_band_info_from_phy_interface() {

debug_print

if iw phy "${1}" channels 2> /dev/null | grep -i "5180 MHz" > /dev/null; then
if iw phy "${1}" channels 2> /dev/null | grep -Ei "5180(\.0)? MHz" > /dev/null; then
if "${AIRGEDDON_5GHZ_ENABLED:-true}"; then
return 0
else
Expand Down

0 comments on commit f7081a1

Please sign in to comment.