aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/mesh_plink.c
Commit message (Expand)AuthorAgeFilesLines
* mac80211: remove encrypt parameter from ieee80211_tx_skbJohannes Berg2009-11-181-1/+1
* mac80211: update copyrights to 2009Rui Paulo2009-11-131-1/+1
* mac80211: set the AID field correctly for mesh peer framesRui Paulo2009-11-131-1/+2
* mac80211: improve peer link management debuggingRui Paulo2009-11-111-2/+13
* mac80211: update peer link management IE and action framesRui Paulo2009-11-111-15/+17
* mac80211: fix typo in a commentRui Paulo2009-11-111-1/+1
* mac80211: implement the meshconf formation info fieldRui Paulo2009-11-111-0/+2
* mac80211: Fix invalid length passed to IE parser for PLINK CONFIRM framesDavid Woo2009-08-141-1/+1
* mac80211: cancel/restart all timers across suspend/resumeJohannes Berg2009-05-201-0/+21
* wireless: restrict to 32 legacy ratesJohannes Berg2009-01-291-3/+3
* mac80211: remove mesh_plink_close() method.Rami Rosen2009-01-291-30/+0
* mac80211: 802.11w - Do not force Action frames to disable encryptionJouni Malinen2009-01-291-1/+1
* mac80211: initialize RC data for all mesh links upon allocationChristian Lamparter2009-01-121-0/+1
* mac80211: convert to %pM away from print_macJohannes Berg2008-10-271-33/+16
* mac80211: share sta->supp_ratesJohannes Berg2008-09-151-2/+2
* mac80211: share STA information with driverJohannes Berg2008-09-151-22/+22
* mac80211: split off mesh handling entirelyJohannes Berg2008-09-151-9/+9
* mac80211: move frame TX functionJohannes Berg2008-09-111-1/+1
* mac80211: fix action frame length checksJohannes Berg2008-09-111-0/+4
* replace net_device arguments with ieee80211_{local,sub_if_data} as appropriateJasper Bryant-Greene2008-08-221-28/+24
* mac80211: remove IEEE80211_FC helperHarvey Harrison2008-08-221-2/+2
* mac80211: proper STA info lockingJohannes Berg2008-05-141-44/+44
* mac80211: rename filesJohannes Berg2008-04-081-1/+1
* mac80211: clean up IEEE80211_FC useJohannes Berg2008-04-081-1/+0
* mac80211: automatically free sta struct when insertion failsJohannes Berg2008-04-011-2/+4
* mac80211: add PLINK_ prefix and kernel doc to enum plink_stateLuis Carlos Cobo2008-03-061-34/+35
* mac80211: clean up use of endianness conversion functionsLuis Carlos Cobo2008-03-061-1/+1
* mac80211: fix mesh endianness sparse warnings and unmark it as brokenLuis Carlos Cobo2008-03-061-2/+3
* mac80211: fix sta_info mesh timer bugJohannes Berg2008-03-061-26/+5
* mac80211: split sta_info_addJohannes Berg2008-03-061-18/+25
* mac80211: RCU-ify STA info structure accessJohannes Berg2008-03-061-49/+52
* mac80211: fix kernel-doc comment for mesh_plink_deactivateJohannes Berg2008-03-061-1/+1
* mac80211: add missing "break" statement in mesh codeJohannes Berg2008-03-061-0/+1
* mac80211: clean up mesh codeJohannes Berg2008-03-061-7/+21
* mac80211: mesh peer link implementationLuis Carlos Cobo2008-03-061-0/+755