projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bcbfd20
)
mac802154: remove unused hw_filt attribute
author
Alexander Aring
<alex.aring@gmail.com>
Sat, 6 Jun 2015 15:30:50 +0000
(17:30 +0200)
committer
Marcel Holtmann
<marcel@holtmann.org>
Sun, 7 Jun 2015 07:13:32 +0000
(09:13 +0200)
This patch removed an attribute from ieee802154_hw structure which is
never used inside kernel. Address information are stored inside wpan_dev
nowadays.
Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Reviewed-by: Varka Bhadram <varkabhadram@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
include/net/mac802154.h
patch
|
blob
|
blame
|
history
diff --git
a/include/net/mac802154.h
b/include/net/mac802154.h
index c21a700293b8bf81354ae1a37bb42c5c749abbd7..61d4b80bf766ca918598afaafae21e10cf297f7e 100644
(file)
--- a/
include/net/mac802154.h
+++ b/
include/net/mac802154.h
@@
-74,7
+74,6
@@
struct ieee802154_hw {
struct device *parent;
/* filled by mac802154 core */
- struct ieee802154_hw_addr_filt hw_filt;
void *priv;
struct wpan_phy *phy;
};