RDKBACCL-1415: Need to create kernel patches for supporting ACL in BPI#411
Open
ksaipr036 wants to merge 1 commit intordkcentral:developfrom
Open
RDKBACCL-1415: Need to create kernel patches for supporting ACL in BPI#411ksaipr036 wants to merge 1 commit intordkcentral:developfrom
ksaipr036 wants to merge 1 commit intordkcentral:developfrom
Conversation
Contributor
|
build-bpi-r4-broadband Console Log uploaded to Gist URL: https://gist.github.com/rdkcmf-jenkins/0183f8bb6bbb39d25e756ed4bb2dec20 |
cpokuru
reviewed
Mar 3, 2026
conf/distro/include/rdk-bpi.inc
Outdated
|
|
||
| # MacFilter Feature | ||
| DISTRO_FEATURES_append = " disable_nl80211_acl" | ||
| #DISTRO_FEATURES_append = " disable_nl80211_acl" |
Contributor
There was a problem hiding this comment.
rather than commenting.pls remove it.
| wiphy = wiphy_new_nm(&mac80211_config_ops, priv_size, requested_name); | ||
|
|
||
| + wiphy->max_acl_mac_addrs = 10; | ||
| + wiphy->flags |= WIPHY_FLAG_HAVE_AP_SME; |
Contributor
There was a problem hiding this comment.
is this our code .do we get it from opensource.if its from open.pls include licensing terms
manigandanj
reviewed
Mar 5, 2026
|
|
||
| +static int ieee80211_set_mac_acl(struct wiphy *wiphy, struct net_device *dev, const struct cfg80211_acl_data *acl) | ||
| +{ | ||
| + |
Contributor
There was a problem hiding this comment.
Please remove this empty line.
Contributor
|
build-bpi-r4-broadband Console Log uploaded to Gist URL: https://gist.github.com/rdkcmf-jenkins/de17e3c72115d3bf1e16a1d698d35e8c |
Contributor
|
build-bpi-r4-broadband Console Log uploaded to Gist URL: https://gist.github.com/rdkcmf-jenkins/c9b4797cd64abf51908cc3aee32b4792 |
Reason for Change: To Support ACL functionality in BPI. Test Procedure: MAC Filtering functionality and sanity should pass. Risks: Low Signed-off-by: ksaipr036 <kosika_saipriya@comcast.com>
9617b44 to
3b3148f
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reason for Change: To Support ACL functionality in BPI.
Test Procedure: MAC Filtering functionality and sanity should pass.
Risks: Low