git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19ec690
)
mac802154: declare struct ieee802154_ops as const
author
Alexander Aring
<alex.aring@gmail.com>
Tue, 28 Oct 2014 17:21:18 +0000
(18:21 +0100)
committer
Marcel Holtmann
<marcel@holtmann.org>
Tue, 28 Oct 2014 22:19:07 +0000
(23:19 +0100)
The ieee802154_ops structure should be never changed during runtime.
This patch declare this structure as const to avoid a runtime change.
Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Cc: Alan Ott <alan@signal11.us>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
No differences found