aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/mesh.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-20mac80211: Decouple fail_avg stats used by mesh from rate control algorithm.Javier Cardona1-0/+2
2009-08-14mac80211: Move mpath and mpp growth to mesh workqueue.Javier Cardona1-1/+19
2009-08-14mac80211: Assign a default mesh beaconing interval.Javier Cardona1-0/+1
2009-08-14mac80211: Use 3-address format for mesh broadcast frames.Javier Cardona1-1/+4
2009-08-14mac80211: Improve dequeing from mpath frame queue.Javier Cardona1-1/+1
2009-08-14nl80211: add generation number to all dumpsJohannes Berg1-0/+2
2009-07-10mac80211: push rx status into skb->cbJohannes Berg1-2/+1
2009-05-22wireless: move some utility functions from mac80211 to cfg80211Zhu Yi1-4/+0
2009-05-20mac80211: cancel/restart all timers across suspend/resumeJohannes Berg1-0/+12
2009-02-13mac80211: use cfg80211s BSS infrastructureJohannes Berg1-1/+0
2009-01-29wireless: restrict to 32 legacy ratesJohannes Berg1-1/+1
2009-01-29mac80211: trivial documentation fixes (enum mesh_path_flags).Rami Rosen1-3/+3
2009-01-29mac80211: remove mesh_plink_close() method.Rami Rosen1-1/+0
2008-11-10wireless: move mesh config length constantJohannes Berg1-4/+1
2008-09-24mac80211: mesh portal functionality supportYanBo1-0/+4
2008-09-15mac80211: split off mesh handling entirelyJohannes Berg1-3/+12
2008-08-22replace net_device arguments with ieee80211_{local,sub_if_data} as appropriateJasper Bryant-Greene1-27/+34
2008-08-07mac80211: fix use of skb->cb for mesh forwardingLuis Carlos Cobo1-4/+1
2008-05-21mac80211: Prepare mesh_table_grow to failing copy_node callback.Pavel Emelyanov1-1/+1
2008-05-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller1-1/+1
2008-04-30mac80211: use 4-byte mesh sequence numberLuis Carlos Cobo1-1/+1
2008-04-27asm/unaligned.h doesn't work well as the very first includeAl Viro1-0/+1
2008-04-08Revert "mac80211: use a struct for bss->mesh_config"John W. Linville1-10/+0
2008-04-01mac80211: use a struct for bss->mesh_configLuis Carlos Cobo1-0/+10
2008-03-06mac80211: always force mesh_path deletionsLuis Carlos Cobo1-3/+1
2008-03-06mac80211: fix sta_info mesh timer bugJohannes Berg1-2/+0
2008-03-06mac80211: split sta_info_addJohannes Berg1-2/+2
2008-03-06mac80211: RCU-ify STA info structure accessJohannes Berg1-7/+9
2008-03-06mac80211: clean up mesh codeJohannes Berg1-2/+11
2008-03-06mac80211: mesh function and data structures definitionsLuis Carlos Cobo1-0/+283