summaryrefslogtreecommitdiffstats
path: root/net/mac802154/ieee802154_i.h
Commit message (Expand)AuthorAgeFilesLines
* mac802154: Handle basic beaconingMiquel Raynal2023-01-281-0/+18
* mac802154: Handle passive scanningMiquel Raynal2023-01-031-3/+34
* mac802154: Add MLME Tx locked helpersMiquel Raynal2023-01-031-0/+6
* mac802154: set filter at drv_start()Alexander Aring2022-10-121-0/+12
* net: mac802154: Fix a Tx warning checkMiquel Raynal2022-06-271-2/+6
* net: mac802154: Introduce a synchronous API for MLME commandsMiquel Raynal2022-06-101-0/+4
* net: mac802154: Introduce a tx queue flushing mechanismMiquel Raynal2022-06-101-0/+1
* net: mac802154: Introduce a helper to disable the queueMiquel Raynal2022-06-101-0/+12
* net: mac802154: Bring the ability to hold the transmit queueMiquel Raynal2022-06-101-0/+19
* net: mac802154: Rename the main tx_work structMiquel Raynal2022-06-101-1/+1
* net: mac802154: Rename the synchronous xmit workerMiquel Raynal2022-06-101-1/+1
* net: mac802154: Save a global error code on transmissionsMiquel Raynal2022-04-251-0/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-301-9/+1
* drivers: add explicit interrupt.h includesFlorian Westphal2017-03-301-0/+1
* mac802154: Fix memory corruption with global deferred transmit state.Lennert Buytenhek2015-07-301-0/+4
* mac802154: fix ieee802154_rx handlingVarka Bhadram2015-07-231-1/+1
* mac802154: do not export ieee802154_rx()Varka Bhadram2015-07-231-0/+1
* mac802154: cfg: add suspend and resume callbacksAlexander Aring2015-07-231-0/+1
* mac802154: util: add stop_device utility functionAlexander Aring2015-07-231-0/+1
* mac802154: remove unused macroVarka Bhadram2015-07-231-2/+0
* mac802154: add llsec address update workaroundAlexander Aring2015-07-231-0/+2
* mac802154: remove unneeded vif structAlexander Aring2015-06-071-2/+0
* mac802154: remove mib lockAlexander Aring2015-05-231-6/+0
* mac802154: use atomic ops for sequence incrementationAlexander Aring2015-05-231-1/+0
* cfg802154: pass name_assign_type to rdev_add_virtual_intf()Varka Bhadram2015-04-301-1/+2
* ieee802154: add del interface commandAlexander Aring2014-11-171-0/+6
* ieee802154: setting extended address while iface addAlexander Aring2014-11-171-1/+1
* mac802154: remove wpan_dev parameter in if_addAlexander Aring2014-11-171-1/+1
* mac802154: use new nl802154 iftype typesAlexander Aring2014-11-171-1/+2
* mac802154: remove unused prototypesAlexander Aring2014-11-171-6/+0
* mac802154: add interframe spacing time handlingAlexander Aring2014-11-131-0/+4
* mac802154: add ifname change notifierAlexander Aring2014-11-121-0/+3
* mac802154: add wpan_phy priv idAlexander Aring2014-11-121-0/+3
* mac820154: move interface unregistration into ifaceAlexander Aring2014-11-121-0/+1
* mac802154: remove mac_params in sdataAlexander Aring2014-11-091-2/+0
* mac802154: move mac pib attributes into wpan_devAlexander Aring2014-11-091-10/+0
* mac802154: fix typo promisuous to promiscuousAlexander Aring2014-11-051-1/+1
* mac802154: add ieee802154_vif structAlexander Aring2014-11-051-1/+2
* ieee802154: rework interface registrationAlexander Aring2014-11-051-0/+4
* mac802154: move interface add handling in ifaceAlexander Aring2014-11-051-0/+3
* mac802154: move interface del handling in ifaceAlexander Aring2014-11-051-1/+1
* mac802154: set extended address filter on ifupAlexander Aring2014-11-021-1/+0
* cfg802154: convert deprecated iface add and delAlexander Aring2014-11-021-0/+4
* mac802154: add basic support for monitorAlexander Aring2014-10-291-0/+1
* mac802154: move mac_params functions into mac_cmdAlexander Aring2014-10-281-5/+0
* mac802154: remove channel attributes from sdataAlexander Aring2014-10-281-3/+0
* mac802154: move local started handlingAlexander Aring2014-10-281-7/+0
* mac802154: rename running to startedAlexander Aring2014-10-281-1/+1
* mac802154: rework sdata state change to runningAlexander Aring2014-10-281-1/+11
* mac802154: declare struct ieee802154_ops as constAlexander Aring2014-10-281-1/+1