Skip to content

Commit

Permalink
Merge pull request #97 from Avamander/patch-1
Browse files Browse the repository at this point in the history
Fixed a typo in CONFIF_S1G_CHANNEL (CONFIG_S1G_CHANNEL)
  • Loading branch information
newracom committed May 9, 2024
2 parents 702890d + 46a507a commit 1aca742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/src/nrc/nrc-mac80211.c
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ static struct ieee80211_channel nrc_channels_5ghz[] = {
};
#endif /* CONFIG_S1G_CHANNEL */

#if !defined(CONFIF_S1G_CHANNEL)
#if !defined(CONFIG_S1G_CHANNEL)
static struct ieee80211_rate nrc_rates[] = {
/* 11b rates */
{ .bitrate = 10 },
Expand Down

0 comments on commit 1aca742

Please sign in to comment.