-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- enhancement: offload CQM(Connection Quality Monitor) onto host driver - enhancement: suppress overrun log for the host platform with a lower clock speed CPU (max 10 logs per 5 seconds) - enhancement: "cli_app set self_config" command works only when the country code is matched to the regulatory domain - enhancement: half-duplex SPI support (configurable with CONFIG_SPI_HALF_DUPLEX in nrc-build-config.h) - enhancement: improve power calibration and compensation accuracy affecting the revised JP and KR-MIC channelization - enhancement: JP channel spur suppression - enhancement: add the logging file permission check to 'show signal' cli_app command - enhancement: initialize frame sequence number after reconnection - bugfix: wrong self_config results on 2/4MHz of KR MIC SW package - bugfix: beacon loss on relay STA - bugfix: converged CS time after 'set tx_time' cli_app command - bugfix: initialized duty cycle setting after target recovery
- Loading branch information
Showing
83 changed files
with
1,092 additions
and
955 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
VERSION_MAJOR 1 | ||
VERSION_MINOR 3 | ||
VERSION_REVISION 4 | ||
rev12 | ||
rev13 |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
VERSION_MAJOR 1 | ||
VERSION_MINOR 3 | ||
VERSION_REVISION 4 | ||
rev12 | ||
rev13 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
VERSION_MAJOR 1 | ||
VERSION_MINOR 3 | ||
VERSION_REVISION 4 | ||
rev12 | ||
rev13 |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file modified
BIN
+2.12 KB
(100%)
package/host/evk/sw_pkg/nrc_pkg/sw/firmware/nrc7292_cspi.bin
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
|
||
config NRC7292 | ||
tristate "Newracom 802.11ah Wi-Fi halow driver (NRC7292)" | ||
depends on MAC80211 | ||
depends on SPI | ||
---help--- | ||
The Host Driver for Newracom 802.11ah Wi-Fi halow device (NRC7292) | ||
|
Oops, something went wrong.