aboutsummaryrefslogtreecommitdiff
path: root/net/mac80211/mesh.h
AgeCommit message (Expand)AuthorFilesLines
2009-12-10mac80211: Revert 'Use correct sign for mesh active path refresh'Gravatar Javier Cardona 1-2/+3
2009-11-18mac80211: use fixed broadcast addressGravatar Johannes Berg 1-2/+2
2009-11-13mac80211: update copyrights to 2009Gravatar Rui Paulo 1-1/+1
2009-11-13mac80211: add nl80211/cfg80211 handling of the new mesh root mode option.Gravatar Rui Paulo 1-0/+1
2009-11-13mac80211: implement a timer to send RANN action framesGravatar Rui Paulo 1-0/+3
2009-11-13mac80211: replace "destination" with "target" to follow the specGravatar Rui Paulo 1-5/+5
2009-11-13mac80211: update PERR frame formatGravatar Rui Paulo 1-2/+7
2009-11-11mac80211: update the format of path selection framesGravatar Rui Paulo 1-0/+1
2009-11-11mac80211: update peer link management IE and action framesGravatar Rui Paulo 1-1/+1
2009-11-11mac80211: set MESH_TTL to 31Gravatar Rui Paulo 1-1/+1
2009-08-20mac80211: Decouple fail_avg stats used by mesh from rate control algorithm.Gravatar Javier Cardona 1-0/+2
2009-08-14mac80211: Move mpath and mpp growth to mesh workqueue.Gravatar Javier Cardona 1-1/+19
2009-08-14mac80211: Assign a default mesh beaconing interval.Gravatar Javier Cardona 1-0/+1
2009-08-14mac80211: Use 3-address format for mesh broadcast frames.Gravatar Javier Cardona 1-1/+4
2009-08-14mac80211: Improve dequeing from mpath frame queue.Gravatar Javier Cardona 1-1/+1
2009-08-14nl80211: add generation number to all dumpsGravatar Johannes Berg 1-0/+2
2009-07-10mac80211: push rx status into skb->cbGravatar Johannes Berg 1-2/+1
2009-05-22wireless: move some utility functions from mac80211 to cfg80211Gravatar Zhu Yi 1-4/+0
2009-05-20mac80211: cancel/restart all timers across suspend/resumeGravatar Johannes Berg 1-0/+12
2009-02-13mac80211: use cfg80211s BSS infrastructureGravatar Johannes Berg 1-1/+0
2009-01-29wireless: restrict to 32 legacy ratesGravatar Johannes Berg 1-1/+1
2009-01-29mac80211: trivial documentation fixes (enum mesh_path_flags).Gravatar Rami Rosen 1-3/+3
2009-01-29mac80211: remove mesh_plink_close() method.Gravatar Rami Rosen 1-1/+0
2008-11-10wireless: move mesh config length constantGravatar Johannes Berg 1-4/+1
2008-09-24mac80211: mesh portal functionality supportGravatar YanBo 1-0/+4
2008-09-15mac80211: split off mesh handling entirelyGravatar Johannes Berg 1-3/+12
2008-08-22replace net_device arguments with ieee80211_{local,sub_if_data} as appropriateGravatar Jasper Bryant-Greene 1-27/+34
2008-08-07mac80211: fix use of skb->cb for mesh forwardingGravatar Luis Carlos Cobo 1-4/+1
2008-05-21mac80211: Prepare mesh_table_grow to failing copy_node callback.Gravatar Pavel Emelyanov 1-1/+1
2008-05-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...Gravatar David S. Miller 1-1/+1
2008-04-30mac80211: use 4-byte mesh sequence numberGravatar Luis Carlos Cobo 1-1/+1
2008-04-27asm/unaligned.h doesn't work well as the very first includeGravatar Al Viro 1-0/+1
2008-04-08Revert "mac80211: use a struct for bss->mesh_config"Gravatar John W. Linville 1-10/+0
2008-04-01mac80211: use a struct for bss->mesh_configGravatar Luis Carlos Cobo 1-0/+10
2008-03-06mac80211: always force mesh_path deletionsGravatar Luis Carlos Cobo 1-3/+1
2008-03-06mac80211: fix sta_info mesh timer bugGravatar Johannes Berg 1-2/+0
2008-03-06mac80211: split sta_info_addGravatar Johannes Berg 1-2/+2
2008-03-06mac80211: RCU-ify STA info structure accessGravatar Johannes Berg 1-7/+9
2008-03-06mac80211: clean up mesh codeGravatar Johannes Berg 1-2/+11
2008-03-06mac80211: mesh function and data structures definitionsGravatar Luis Carlos Cobo 1-0/+283