Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RIOT
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cm-projects
RIOT
Commits
6306308e
Unverified
Commit
6306308e
authored
6 years ago
by
Koen Zandberg
Browse files
Options
Downloads
Patches
Plain Diff
at86rf2xx: Remove PAN ID initialization from reset
parent
7ed3f809
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
drivers/at86rf2xx/at86rf2xx.c
+0
-2
0 additions, 2 deletions
drivers/at86rf2xx/at86rf2xx.c
drivers/include/at86rf2xx.h
+0
-7
0 additions, 7 deletions
drivers/include/at86rf2xx.h
with
0 additions
and
9 deletions
drivers/at86rf2xx/at86rf2xx.c
+
0
−
2
View file @
6306308e
...
@@ -73,8 +73,6 @@ void at86rf2xx_reset(at86rf2xx_t *dev)
...
@@ -73,8 +73,6 @@ void at86rf2xx_reset(at86rf2xx_t *dev)
at86rf2xx_set_addr_long
(
dev
,
ntohll
(
addr_long
.
uint64
.
u64
));
at86rf2xx_set_addr_long
(
dev
,
ntohll
(
addr_long
.
uint64
.
u64
));
at86rf2xx_set_addr_short
(
dev
,
ntohs
(
addr_long
.
uint16
[
0
].
u16
));
at86rf2xx_set_addr_short
(
dev
,
ntohs
(
addr_long
.
uint16
[
0
].
u16
));
/* set default PAN id */
at86rf2xx_set_pan
(
dev
,
AT86RF2XX_DEFAULT_PANID
);
/* set default channel */
/* set default channel */
at86rf2xx_set_chan
(
dev
,
AT86RF2XX_DEFAULT_CHANNEL
);
at86rf2xx_set_chan
(
dev
,
AT86RF2XX_DEFAULT_CHANNEL
);
/* set default TX power */
/* set default TX power */
...
...
This diff is collapsed.
Click to expand it.
drivers/include/at86rf2xx.h
+
0
−
7
View file @
6306308e
...
@@ -67,13 +67,6 @@ extern "C" {
...
@@ -67,13 +67,6 @@ extern "C" {
#endif
#endif
/** @} */
/** @} */
/**
* @brief Default PAN ID
*
* @todo Read some global network stack specific configuration value
*/
#define AT86RF2XX_DEFAULT_PANID (IEEE802154_DEFAULT_PANID)
/**
/**
* @brief Default TX power (0dBm)
* @brief Default TX power (0dBm)
*/
*/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment