Skip to content

RDKBACCL-1415: Need to create kernel patches for supporting ACL in BPI#411

Open
ksaipr036 wants to merge 1 commit intordkcentral:developfrom
ksaipr036:rdkbaccl-1415
Open

RDKBACCL-1415: Need to create kernel patches for supporting ACL in BPI#411
ksaipr036 wants to merge 1 commit intordkcentral:developfrom
ksaipr036:rdkbaccl-1415

Conversation

@ksaipr036
Copy link
Contributor

Reason for Change: To Support ACL functionality in BPI.
Test Procedure: MAC Filtering functionality and sanity should pass.
Risks: Low

@rdkcmf-jenkins
Copy link
Contributor

build-bpi-r4-broadband Console Log uploaded to Gist URL: https://gist.github.com/rdkcmf-jenkins/0183f8bb6bbb39d25e756ed4bb2dec20


# MacFilter Feature
DISTRO_FEATURES_append = " disable_nl80211_acl"
#DISTRO_FEATURES_append = " disable_nl80211_acl"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rather than commenting.pls remove it.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

okay

wiphy = wiphy_new_nm(&mac80211_config_ops, priv_size, requested_name);

+ wiphy->max_acl_mac_addrs = 10;
+ wiphy->flags |= WIPHY_FLAG_HAVE_AP_SME;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this our code .do we get it from opensource.if its from open.pls include licensing terms


+static int ieee80211_set_mac_acl(struct wiphy *wiphy, struct net_device *dev, const struct cfg80211_acl_data *acl)
+{
+
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove this empty line.

@rdkcmf-jenkins
Copy link
Contributor

build-bpi-r4-broadband Console Log uploaded to Gist URL: https://gist.github.com/rdkcmf-jenkins/de17e3c72115d3bf1e16a1d698d35e8c

@rdkcmf-jenkins
Copy link
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants