aboutsummaryrefslogtreecommitdiff
path: root/drivers/uwb/beacon.c
AgeCommit message (Expand)AuthorFilesLines
2014-05-27uwb: fix variable set but not used warningsGravatar Thomas Pugliese 1-3/+0
2014-05-27uwb: add error messages when reservation establish failsGravatar Thomas Pugliese 1-1/+3
2013-12-20uwb: move mutex_lock to error case in uwbd_evt_handle_rc_bp_slot_changeGravatar Thomas Pugliese 1-2/+2
2013-12-20uwb: whitespace and comment cleanupsGravatar Thomas Pugliese 1-1/+1
2013-12-20uwb: add debug prints during channel change and beacon actionsGravatar Thomas Pugliese 1-1/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2008-12-23uwb: remove beacon cache entry after calling uwb_notify()Gravatar Stefano Panella 1-2/+0
2008-12-22uwb: use dev_dbg() for debug messagesGravatar David Vrabel 1-8/+2
2008-11-19uwb: remove unused beacon group join/leave eventsGravatar David Vrabel 1-16/+1
2008-11-19uwb: add basic radio managerGravatar David Vrabel 1-18/+8
2008-11-04uwb: per-radio controller event thread and beacon cacheGravatar Stefano Panella 1-31/+30
2008-10-28uwb: order IEs by element IDGravatar David Vrabel 1-12/+12
2008-10-20uwb: wrong sizeof argument in mac address compareGravatar Frank Leipold 1-1/+1
2008-10-16uwb: don't use printk_ratelimit() so oftenGravatar David Vrabel 1-6/+3
2008-10-15uwb: use time_after() when purging stale beaconsGravatar David Vrabel 1-3/+4
2008-09-17uwb: add the UWB stack (MLME)Gravatar Inaky Perez-Gonzalez 1-0/+644