summaryrefslogtreecommitdiffstats
path: root/net/mac802154/main.c
AgeCommit message (Expand)AuthorLines
2014-11-17ieee802154: setting extended address while iface addAlexander Aring-1/+2
2014-11-17mac802154: remove wpan_dev parameter in if_addAlexander Aring-1/+1
2014-11-17mac802154: use new nl802154 iftype typesAlexander Aring-2/+2
2014-11-17mac802154: remove deprecated linux-zigbee infoAlexander Aring-2/+0
2014-11-13mac802154: add interframe spacing time handlingAlexander Aring-0/+17
2014-11-12mac802154: add ifname change notifierAlexander Aring-0/+15
2014-11-12mac802154: change module descriptionAlexander Aring-1/+1
2014-11-12mac802154: add wpan_phy priv idAlexander Aring-0/+2
2014-11-12mac820154: move interface unregistration into ifaceAlexander Aring-8/+1
2014-11-09ieee802154: rename wpan_phy_allocAlexander Aring-1/+1
2014-11-05mac802154: add default interface registrationAlexander Aring-0/+12
2014-11-05mac802154: move interface add handling in ifaceAlexander Aring-67/+0
2014-11-05mac802154: move interface del handling in ifaceAlexander Aring-16/+0
2014-11-02cfg802154: convert deprecated iface add and delAlexander Aring-6/+2
2014-11-02mac802154: introduce mac802154_config_opsAlexander Aring-1/+2
2014-11-02cfg802154: introduce cfg802154_registered_deviceAlexander Aring-1/+1
2014-10-29mac802154: main: remove unnecessary includeAlexander Aring-1/+0
2014-10-28mac802154: move local started handlingAlexander Aring-19/+0
2014-10-28mac802154: rename running to startedAlexander Aring-3/+3
2014-10-28mac802154: remove driver ops in wpan-phyAlexander Aring-85/+0
2014-10-28mac802154: use driver-ops function wrappersAlexander Aring-6/+7
2014-10-28mac802154: declare struct ieee802154_ops as constAlexander Aring-1/+1
2014-10-28mac802154: main: move open and close into ifaceAlexander Aring-59/+0
2014-10-27mac802154: rx: use tasklet instead workqueueAlexander Aring-0/+30
2014-10-26mac802154: tx: add support for xmit_async callbackAlexander Aring-2/+2
2014-10-25mac802154: remove ieee802154_addr from driver_opsAlexander Aring-10/+0
2014-10-25mac802154: rename dev_workqueue to workqueueAlexander Aring-5/+5
2014-10-25mac802154: introduce IEEE802154_DEV_TO_SUB_IFAlexander Aring-7/+4
2014-10-25mac802154: introduce hw_to_local functionAlexander Aring-3/+3
2014-10-25mac802154: rename sdata slaves and slaves_mtxAlexander Aring-27/+27
2014-10-25mac802154: rename hw subif_data variable to localAlexander Aring-17/+17
2014-10-25mac802154: rename mac802154_sub_if_dataAlexander Aring-27/+27
2014-10-25mac802154: rename mac802154_priv to ieee802154_localAlexander Aring-86/+86
2014-10-25ieee802154: rename ieee802154_dev to ieee802154_hwAlexander Aring-17/+17
2014-10-25ieee802154: move wpan-phy.h to cfg802154.hAlexander Aring-1/+1
2014-10-25mac802154: move mac802154.h to ieee802154_i.hAlexander Aring-1/+1
2014-10-25mac802154: move ieee802154_dev.c to main.cAlexander Aring-0/+411