Skip to content

Commit

Permalink
[NRC7292 HM] v1.3.4 rev11
Browse files Browse the repository at this point in the history
- enhancement: enable traveling pilot
- enhancement: automate security option on the mesh mode
- bugfix: improve the spurious emission performance in JP channels
- bugfix: invalid results returned by the self_config function when set 4MHz channels or dwell time to 1000ms on JP contry code
- bugfix: display config information even if vif is not activated
- bugfix: invalid results returned by the self_config function when there is a disabled channel in the BDF on US country code
  • Loading branch information
Aaron J. Lee committed Oct 15, 2022
1 parent 5c864e2 commit 2b866e4
Show file tree
Hide file tree
Showing 35 changed files with 26 additions and 10 deletions.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -2,6 +2,7 @@

## Notice
### Release roadmap
- v1.3.4_rev11 (2022.10.14)
- v1.3.4_rev10 (2022.10.05)
- v1.3.4_rev09 (2022.09.29)
- v1.3.4_rev08 (2022.08.30)
Expand All @@ -19,7 +20,7 @@
- v1.3.0 (2020.05.30)

### Latest release
- [NRC7292_SW_PKG_v1.3.4_rev10](https://github.com/newracom/nrc7292_sw_pkg/releases/tag/v1.3.4_rev10)
- [NRC7292_SW_PKG_v1.3.4_rev11](https://github.com/newracom/nrc7292_sw_pkg/releases/tag/v1.3.4_rev11)

### Release package contents
- host: NRC7292 software package for global regulatory domains
Expand Down
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion package/host/VERSION-SDK.txt
@@ -1,4 +1,4 @@
VERSION_MAJOR 1
VERSION_MINOR 3
VERSION_REVISION 4
rev10
rev11
Binary file modified package/host/doc/UG-7292-001-EVK User Guide (Host Mode).pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion package/host/evk/binary/VERSION-SDK.txt
@@ -1,4 +1,4 @@
VERSION_MAJOR 1
VERSION_MINOR 3
VERSION_REVISION 4
rev10
rev11
Binary file modified package/host/evk/binary/nrc.ko
Binary file not shown.
Binary file modified package/host/evk/binary/nrc7292_cspi.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion package/host/evk/sw_pkg/nrc_pkg/VERSION-SDK.txt
@@ -1,4 +1,4 @@
VERSION_MAJOR 1
VERSION_MINOR 3
VERSION_REVISION 4
rev10
rev11
Binary file modified package/host/evk/sw_pkg/nrc_pkg/sw/driver/nrc.ko
Binary file not shown.
Binary file modified package/host/evk/sw_pkg/nrc_pkg/sw/firmware/nrc7292_cspi.bin
Binary file not shown.
5 changes: 5 additions & 0 deletions package/host/src/nrc/wim.c
Expand Up @@ -438,6 +438,11 @@ int nrc_wim_set_sta_type(struct nrc *nw, struct ieee80211_vif *vif)
struct sk_buff *skb;
int sta_type, skb_len;

if ((nw->vif[0] && nw->vif[1])
|| vif->type == NL80211_IFTYPE_MESH_POINT) {
sw_enc = 1;
}

sta_type = to_wim_sta_type(ieee80211_iftype_p2p(vif->type, vif->p2p));
if (sta_type < 0)
return -ENOTSUPP;
Expand Down
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion package/host_kr_mic/VERSION-SDK.txt
@@ -1,4 +1,4 @@
VERSION_MAJOR 1
VERSION_MINOR 3
VERSION_REVISION 4
rev10 - KR MIC
rev11 - KR MIC
Binary file not shown.
2 changes: 1 addition & 1 deletion package/host_kr_mic/evk/binary/VERSION-SDK.txt
@@ -1,4 +1,4 @@
VERSION_MAJOR 1
VERSION_MINOR 3
VERSION_REVISION 4
rev10 - KR MIC
rev11 - KR MIC
Binary file modified package/host_kr_mic/evk/binary/nrc.ko
Binary file not shown.
Binary file modified package/host_kr_mic/evk/binary/nrc7292_cspi.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion package/host_kr_mic/evk/sw_pkg/nrc_pkg/VERSION-SDK.txt
@@ -1,4 +1,4 @@
VERSION_MAJOR 1
VERSION_MINOR 3
VERSION_REVISION 4
rev10 - KR MIC
rev11 - KR MIC
Binary file modified package/host_kr_mic/evk/sw_pkg/nrc_pkg/sw/driver/nrc.ko
Binary file not shown.
Binary file modified package/host_kr_mic/evk/sw_pkg/nrc_pkg/sw/firmware/nrc7292_cspi.bin
Binary file not shown.
5 changes: 5 additions & 0 deletions package/host_kr_mic/src/nrc/wim.c
Expand Up @@ -438,6 +438,11 @@ int nrc_wim_set_sta_type(struct nrc *nw, struct ieee80211_vif *vif)
struct sk_buff *skb;
int sta_type, skb_len;

if ((nw->vif[0] && nw->vif[1])
|| vif->type == NL80211_IFTYPE_MESH_POINT) {
sw_enc = 1;
}

sta_type = to_wim_sta_type(ieee80211_iftype_p2p(vif->type, vif->p2p));
if (sta_type < 0)
return -ENOTSUPP;
Expand Down
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion package/host_kr_usn/VERSION-SDK.txt
@@ -1,4 +1,4 @@
VERSION_MAJOR 1
VERSION_MINOR 3
VERSION_REVISION 4
rev10 - KR USN
rev11 - KR USN
Binary file not shown.
2 changes: 1 addition & 1 deletion package/host_kr_usn/evk/binary/VERSION-SDK.txt
@@ -1,4 +1,4 @@
VERSION_MAJOR 1
VERSION_MINOR 3
VERSION_REVISION 4
rev10 - KR USN
rev11 - KR USN
Binary file modified package/host_kr_usn/evk/binary/nrc.ko
Binary file not shown.
Binary file modified package/host_kr_usn/evk/binary/nrc7292_cspi.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion package/host_kr_usn/evk/sw_pkg/nrc_pkg/VERSION-SDK.txt
@@ -1,4 +1,4 @@
VERSION_MAJOR 1
VERSION_MINOR 3
VERSION_REVISION 4
rev10 - KR USN
rev11 - KR USN
Binary file modified package/host_kr_usn/evk/sw_pkg/nrc_pkg/sw/driver/nrc.ko
Binary file not shown.
Binary file modified package/host_kr_usn/evk/sw_pkg/nrc_pkg/sw/firmware/nrc7292_cspi.bin
Binary file not shown.
5 changes: 5 additions & 0 deletions package/host_kr_usn/src/nrc/wim.c
Expand Up @@ -438,6 +438,11 @@ int nrc_wim_set_sta_type(struct nrc *nw, struct ieee80211_vif *vif)
struct sk_buff *skb;
int sta_type, skb_len;

if ((nw->vif[0] && nw->vif[1])
|| vif->type == NL80211_IFTYPE_MESH_POINT) {
sw_enc = 1;
}

sta_type = to_wim_sta_type(ieee80211_iftype_p2p(vif->type, vif->p2p));
if (sta_type < 0)
return -ENOTSUPP;
Expand Down
Binary file not shown.

0 comments on commit 2b866e4

Please sign in to comment.