aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/mesh.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-02-13mac80211: use cfg80211s BSS infrastructureJohannes Berg1-10/+0
2009-01-29mac80211: Add capability to enable/disable beaconingJohannes Berg1-1/+2
2009-01-29wireless: restrict to 32 legacy ratesJohannes Berg1-1/+1
2008-11-10wireless: move mesh config length constantJohannes Berg1-1/+1
2008-10-31mac80211: minor code cleanupsJohannes Berg1-1/+1
2008-09-24mac80211: make master iface not wirelessJohannes Berg1-1/+1
2008-09-15mac80211: clean up scan namespaceJohannes Berg1-1/+1
2008-09-15mac80211: fix work raceJohannes Berg1-0/+9
2008-09-15mac80211: split off mesh handling entirelyJohannes Berg1-55/+273
2008-08-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2008-08-26net/mac80211/mesh.c: correct the argument to __mesh_table_freeJulia Lawall1-1/+1
2008-08-22replace net_device arguments with ieee80211_{local,sub_if_data} as appropriateJasper Bryant-Greene1-18/+11
2008-05-21mac80211: Consolidate hash kfree-ing in mesh.c.Pavel Emelyanov1-6/+9
2008-05-21mac80211: Merge error paths in mesh_table_grow().Pavel Emelyanov1-12/+4
2008-05-21mac80211: Prepare mesh_table_grow to failing copy_node callback.Pavel Emelyanov1-2/+13
2008-05-12mac80211: fix incorrect mesh header lengthLuis Carlos Cobo1-1/+1
2008-04-30mac80211: use 4-byte mesh sequence numberLuis Carlos Cobo1-12/+5
2008-04-08Revert "mac80211: use a struct for bss->mesh_config"John W. Linville1-0/+4
2008-04-01mac80211: use a struct for bss->mesh_configLuis Carlos Cobo1-4/+0
2008-03-06mac80211: add PLINK_ prefix and kernel doc to enum plink_stateLuis Carlos Cobo1-3/+3
2008-03-06mac80211: move comment to better locationLuis Carlos Cobo1-5/+5
2008-03-06mac80211: RCU-ify STA info structure accessJohannes Berg1-3/+2
2008-03-06mac80211: clean up mesh codeJohannes Berg1-0/+67
2008-03-06mac80211: support functions for meshLuis Carlos Cobo1-0/+383