Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ath10k-ct: add channel 177 for 5 GHz range #218

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ath10k-6.10/core.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
#define WMI_READY_TIMEOUT (5 * HZ)
#define ATH10K_FLUSH_TIMEOUT_HZ (5 * HZ)
#define ATH10K_CONNECTION_LOSS_HZ (3 * HZ)
#define ATH10K_NUM_CHANS 41
#define ATH10K_MAX_5G_CHAN 173
#define ATH10K_NUM_CHANS 42
#define ATH10K_MAX_5G_CHAN 177

/* Antenna noise floor */
#define ATH10K_DEFAULT_NOISE_FLOOR -95
Expand Down
1 change: 1 addition & 0 deletions ath10k-6.10/mac.c
Original file line number Diff line number Diff line change
Expand Up @@ -10681,6 +10681,7 @@ static const struct ieee80211_channel ath10k_5ghz_channels[] = {
CHAN5G(165, 5825, 0),
CHAN5G(169, 5845, 0),
CHAN5G(173, 5865, 0),
CHAN5G(177, 5885, 0),
/* If you add more, you may need to change ATH10K_MAX_5G_CHAN */
/* And you will definitely need to change ATH10K_NUM_CHANS in core.h */
};
Expand Down
4 changes: 2 additions & 2 deletions ath10k-6.4/core.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
#define WMI_READY_TIMEOUT (5 * HZ)
#define ATH10K_FLUSH_TIMEOUT_HZ (5 * HZ)
#define ATH10K_CONNECTION_LOSS_HZ (3 * HZ)
#define ATH10K_NUM_CHANS 41
#define ATH10K_MAX_5G_CHAN 173
#define ATH10K_NUM_CHANS 42
#define ATH10K_MAX_5G_CHAN 177

/* Antenna noise floor */
#define ATH10K_DEFAULT_NOISE_FLOOR -95
Expand Down
1 change: 1 addition & 0 deletions ath10k-6.4/mac.c
Original file line number Diff line number Diff line change
Expand Up @@ -10670,6 +10670,7 @@ static const struct ieee80211_channel ath10k_5ghz_channels[] = {
CHAN5G(165, 5825, 0),
CHAN5G(169, 5845, 0),
CHAN5G(173, 5865, 0),
CHAN5G(177, 5885, 0),
/* If you add more, you may need to change ATH10K_MAX_5G_CHAN */
/* And you will definitely need to change ATH10K_NUM_CHANS in core.h */
};
Expand Down
4 changes: 2 additions & 2 deletions ath10k-6.7/core.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
#define WMI_READY_TIMEOUT (5 * HZ)
#define ATH10K_FLUSH_TIMEOUT_HZ (5 * HZ)
#define ATH10K_CONNECTION_LOSS_HZ (3 * HZ)
#define ATH10K_NUM_CHANS 41
#define ATH10K_MAX_5G_CHAN 173
#define ATH10K_NUM_CHANS 42
#define ATH10K_MAX_5G_CHAN 177

/* Antenna noise floor */
#define ATH10K_DEFAULT_NOISE_FLOOR -95
Expand Down
1 change: 1 addition & 0 deletions ath10k-6.7/mac.c
Original file line number Diff line number Diff line change
Expand Up @@ -10676,6 +10676,7 @@ static const struct ieee80211_channel ath10k_5ghz_channels[] = {
CHAN5G(165, 5825, 0),
CHAN5G(169, 5845, 0),
CHAN5G(173, 5865, 0),
CHAN5G(177, 5885, 0),
/* If you add more, you may need to change ATH10K_MAX_5G_CHAN */
/* And you will definitely need to change ATH10K_NUM_CHANS in core.h */
};
Expand Down
4 changes: 2 additions & 2 deletions ath10k-6.9/core.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
#define WMI_READY_TIMEOUT (5 * HZ)
#define ATH10K_FLUSH_TIMEOUT_HZ (5 * HZ)
#define ATH10K_CONNECTION_LOSS_HZ (3 * HZ)
#define ATH10K_NUM_CHANS 41
#define ATH10K_MAX_5G_CHAN 173
#define ATH10K_NUM_CHANS 42
#define ATH10K_MAX_5G_CHAN 177

/* Antenna noise floor */
#define ATH10K_DEFAULT_NOISE_FLOOR -95
Expand Down
1 change: 1 addition & 0 deletions ath10k-6.9/mac.c
Original file line number Diff line number Diff line change
Expand Up @@ -10681,6 +10681,7 @@ static const struct ieee80211_channel ath10k_5ghz_channels[] = {
CHAN5G(165, 5825, 0),
CHAN5G(169, 5845, 0),
CHAN5G(173, 5865, 0),
CHAN5G(177, 5885, 0),
/* If you add more, you may need to change ATH10K_MAX_5G_CHAN */
/* And you will definitely need to change ATH10K_NUM_CHANS in core.h */
};
Expand Down