aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/mesh_plink.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-14mac80211: Fix invalid length passed to IE parser for PLINK CONFIRM framesDavid Woo1-1/+1
2009-05-20mac80211: cancel/restart all timers across suspend/resumeJohannes Berg1-0/+21
2009-01-29wireless: restrict to 32 legacy ratesJohannes Berg1-3/+3
2009-01-29mac80211: remove mesh_plink_close() method.Rami Rosen1-30/+0
2009-01-29mac80211: 802.11w - Do not force Action frames to disable encryptionJouni Malinen1-1/+1
2009-01-12mac80211: initialize RC data for all mesh links upon allocationChristian Lamparter1-0/+1
2008-10-27mac80211: convert to %pM away from print_macJohannes Berg1-33/+16
2008-09-15mac80211: share sta->supp_ratesJohannes Berg1-2/+2
2008-09-15mac80211: share STA information with driverJohannes Berg1-22/+22
2008-09-15mac80211: split off mesh handling entirelyJohannes Berg1-9/+9
2008-09-11mac80211: move frame TX functionJohannes Berg1-1/+1
2008-09-11mac80211: fix action frame length checksJohannes Berg1-0/+4
2008-08-22replace net_device arguments with ieee80211_{local,sub_if_data} as appropriateJasper Bryant-Greene1-28/+24
2008-08-22mac80211: remove IEEE80211_FC helperHarvey Harrison1-2/+2
2008-05-14mac80211: proper STA info lockingJohannes Berg1-44/+44
2008-04-08mac80211: rename filesJohannes Berg1-1/+1
2008-04-08mac80211: clean up IEEE80211_FC useJohannes Berg1-1/+0
2008-04-01mac80211: automatically free sta struct when insertion failsJohannes Berg1-2/+4
2008-03-06mac80211: add PLINK_ prefix and kernel doc to enum plink_stateLuis Carlos Cobo1-34/+35
2008-03-06mac80211: clean up use of endianness conversion functionsLuis Carlos Cobo1-1/+1
2008-03-06mac80211: fix mesh endianness sparse warnings and unmark it as brokenLuis Carlos Cobo1-2/+3
2008-03-06mac80211: fix sta_info mesh timer bugJohannes Berg1-26/+5
2008-03-06mac80211: split sta_info_addJohannes Berg1-18/+25
2008-03-06mac80211: RCU-ify STA info structure accessJohannes Berg1-49/+52
2008-03-06mac80211: fix kernel-doc comment for mesh_plink_deactivateJohannes Berg1-1/+1
2008-03-06mac80211: add missing "break" statement in mesh codeJohannes Berg1-0/+1
2008-03-06mac80211: clean up mesh codeJohannes Berg1-7/+21
2008-03-06mac80211: mesh peer link implementationLuis Carlos Cobo1-0/+755