Skip to content

cc110x: only handle NETOPT_PROTO if gnrc_netif module is present#6373

Merged
PeterKietzmann merged 1 commit intoRIOT-OS:masterfrom
miri64:cc110x/fix/proto-only-for-gnrc_netif
Jan 18, 2017
Merged

cc110x: only handle NETOPT_PROTO if gnrc_netif module is present#6373
PeterKietzmann merged 1 commit intoRIOT-OS:masterfrom
miri64:cc110x/fix/proto-only-for-gnrc_netif

Conversation

@miri64
Copy link
Copy Markdown
Member

@miri64 miri64 commented Jan 15, 2017

The cc110x_t::proto field is only present when the gnrc_netif module
is present. Handling its corresponding NETOPT_PROTO value leads to a
compile error when trying to compile without GNRC.

The cc110x_t::proto field is only present when the `gnrc_netif` module
is present. Handling its corresponding `NETOPT_PROTO` value leads to a
compile error when trying to compile without GNRC.
@miri64 miri64 added Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors) Area: drivers Area: Device drivers Area: network Area: Networking labels Jan 15, 2017
@miri64 miri64 added this to the Release 2017.01 milestone Jan 15, 2017
@PeterKietzmann PeterKietzmann added the CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR label Jan 18, 2017
Copy link
Copy Markdown
Member

@PeterKietzmann PeterKietzmann left a comment

Choose a reason for hiding this comment

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

Makes sense. IMO we can merge but the driver needs rework anyway.

@PeterKietzmann PeterKietzmann merged commit 322de66 into RIOT-OS:master Jan 18, 2017
@miri64 miri64 deleted the cc110x/fix/proto-only-for-gnrc_netif branch June 30, 2017 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area: drivers Area: Device drivers Area: network Area: Networking CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants