summaryrefslogtreecommitdiffstats
path: root/drivers/net/ieee802154/at86rf230.c
Commit message (Expand)AuthorAgeFilesLines
...
* at86rf230: replace state change sleeps with hrtimerAlexander Aring2015-03-141-10/+29
* at86rf230: init xtal_trim with zeroAlexander Aring2015-03-141-1/+1
* at86rf230: restore trx len when neededAlexander Aring2015-03-031-4/+8
* at86rf230: remove multiple dereferencing for ctxAlexander Aring2015-03-031-13/+12
* at86rf230: remove multiple dereferencing for irqAlexander Aring2015-03-031-11/+14
* at86rf230: refactor receive handlingAlexander Aring2015-03-031-20/+14
* at86rf230: cleanup and squash stack variableAlexander Aring2015-03-031-2/+1
* at86rf230: add transmit retry supportAlexander Aring2015-03-031-3/+21
* at86rf230: add warning if edge-triggered irqAlexander Aring2015-02-271-0/+4
* at86rf230: add irq low-level for polarityAlexander Aring2015-02-271-1/+2
* at86rf230: add irqmask mode settingAlexander Aring2015-02-271-0/+5
* at86rf230: remove tx_timeoutAlexander Aring2015-02-271-5/+0
* at86rf230: add support for external xtal trimAlexander Aring2015-02-271-4/+50
* at86rf230: copy pdata to driver allocated spaceAlexander Aring2015-02-271-26/+25
* at86rf230: assign wait_for_completion_timeout to appropriately typed varNicholas Mc Guire2015-02-151-1/+1
* at86rf230: Constify struct regmap_configKrzysztof Kozlowski2015-01-051-1/+1
* at86rf230: cleanup check on trac statusAlexander Aring2014-12-191-5/+3
* at86rf230: remove version check for AT86RF212Andrey Yurovsky2014-12-191-10/+6
* at86rf230: fix register read for part versionAndrey Yurovsky2014-12-191-1/+1
* at86rf230: remove unnecessary assignAlexander Aring2014-12-191-1/+0
* at86rf230: fix context pointer handlingAlexander Aring2014-12-191-1/+1
* at86rf230: make at86rf230_async_error inlineAlexander Aring2014-12-191-1/+1
* at86rf230: remove if branchAlexander Aring2014-12-191-4/+1
* ieee802154/at86rf230: Fix typo unkown -> unknownStefan Schmidt2014-12-191-1/+1
* ieee802154/at86rf230: Align to opening parenthesisStefan Schmidt2014-12-191-4/+4
* ieee802154/at86rf230: Remove unneeded blank linesStefan Schmidt2014-12-191-2/+0
* at86rf230: add reset state cca handlingAlexander Aring2014-12-191-0/+2
* ieee802154: rework cca settingAlexander Aring2014-12-191-2/+28
* at86rf230: fix commentation for symbol durationAlexander Aring2014-11-171-2/+2
* at86rf230: remove interframe spacing time workaroundAlexander Aring2014-11-131-23/+37
* mac802154: add interframe spacing time handlingAlexander Aring2014-11-131-1/+1
* at86rf230: remove invalid max frame retries checkAlexander Aring2014-11-121-3/+0
* at86rf230: remove invalid max csma backoffs checkAlexander Aring2014-11-121-3/+0
* at86rf230: remove invalid backoff exponent checkAlexander Aring2014-11-121-1/+1
* ieee820154: remove valid page and channel checksAlexander Aring2014-11-121-13/+1
* at86rf230: fix simple_return.cocci warningsFengguang Wu2014-11-061-5/+1
* at86rf230: add force slotted operation bitAlexander Aring2014-11-051-0/+8
* at86rf230: generate random perm extended addressAlexander Aring2014-11-051-0/+1
* mac802154: add ieee802154_vif structAlexander Aring2014-11-051-0/+1
* at86rf230: add default channel settingsAlexander Aring2014-11-021-0/+3
* at86rf230: fix page parameter constraintsAlexander Aring2014-11-021-1/+1
* at86rf230: deliver with checksumAlexander Aring2014-10-291-2/+2
* at86rf230: add support for promiscuous modeAlexander Aring2014-10-291-1/+29
* mac802154: add hardware address filter flagAlexander Aring2014-10-291-1/+2
* mac802154: add IEEE802154_HW_ARET hw flagAlexander Aring2014-10-291-1/+1
* mac802154: remove might_sleep from driver layerAlexander Aring2014-10-281-3/+0
* mac802154: ops: declare channel and page as u8Alexander Aring2014-10-281-4/+4
* mac802154: declare struct ieee802154_ops as constAlexander Aring2014-10-281-1/+1
* at86rf230: improve receive handlingAlexander Aring2014-10-271-7/+3
* at86rf230: use ieee802154_is_valid_psdu_len helperAlexander Aring2014-10-271-18/+8