aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/mesh.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-23mac80211: move csa counters from sdata to beacon/prespMichal Kazior1-1/+1
2014-06-23trivial: net/mac80211/mesh.c: fix typo s/Substract/Subtract/Antonio Ospite1-1/+1
2014-05-15mac80211: Support multiple CSA countersAndrei Otcheretianski1-1/+1
2014-04-22mac80211: fix mesh_add_rsn_ie IE finding loopBob Copeland1-13/+8
2014-04-09cfg80211/mac80211: refactor cfg80211_chandef_dfs_required()Luciano Coelho1-4/+5
2014-04-09mac80211: use RCU_INIT_POINTERMonam Agarwal1-3/+3
2014-02-04mac80211: add missing CSA lockingMichal Kazior1-0/+2
2014-02-04mac80211: batch CSA bss info notificationMichal Kazior1-2/+3
2014-02-04mac80211: use sdata mesh_id_len instead of wdev'sJohannes Berg1-2/+2
2014-02-04mac80211: only set CSA beacon when at least one beacon must be transmittedLuciano Coelho1-6/+3
2014-02-04mac80211: align ieee80211_mesh_csa_beacon() with ieee80211_assign_beacon()Luciano Coelho1-3/+1
2014-02-04mac80211: refactor ieee80211_mesh_process_chanswitch()Luciano Coelho1-55/+19
2014-01-06mac80211: sync dtim_count to TSFThomas Pedersen1-0/+1
2013-12-16mac80211: update adjusting TBTT bit in beaconThomas Pedersen1-0/+5
2013-12-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-8/+12
2013-11-25mac80211: move csa_chandef to sdataLuciano Coelho1-1/+1
2013-11-25mac80211: use put_unaligned_le16 for precedence value in meshChun-Yeow Yeoh1-4/+1
2013-11-25mac80211: fix the mesh channel switch supportChun-Yeow Yeoh1-8/+12
2013-10-28mac80211: process mesh channel switching using beaconChun-Yeow Yeoh1-9/+130
2013-10-28{nl,cfg,mac}80211: implement mesh channel switch userspace APIChun-Yeow Yeoh1-0/+98
2013-10-28mac80211: process the CSA frame for mesh accordinglyChun-Yeow Yeoh1-3/+80
2013-08-23mac80211: only respond to probe request with mesh IDChun-Yeow Yeoh1-0/+3
2013-07-16mac80211: set forwarding in mesh capability infoChun-Yeow Yeoh1-1/+3
2013-07-16mac80211: select and adjust bitrates according to channel modeSimon Wunderlich1-2/+1
2013-06-18mac80211: fix various components for the new 5 and 10 MHz widthsSimon Wunderlich1-1/+3
2013-06-18mac80211: update mesh beacon on workqueueThomas Pedersen1-12/+41
2013-06-11{nl,mac,cfg}80211: Allow user to configure basic rates for meshAshok Nagarajan1-4/+0
2013-06-11mac80211: expire mesh peers based on mesh configurationColleen Twitty1-1/+1
2013-06-11mac80211: fix mesh deadlockThomas Pedersen1-12/+17
2013-06-03mac80211: set mesh formation field properlyJacob Minshall1-2/+1
2013-05-25cfg80211/mac80211: use cfg80211 wdev mutex in mac80211Johannes Berg1-16/+16
2013-05-24{cfg,mac}80211: move mandatory rates calculation to cfg80211Ashok Nagarajan1-2/+3
2013-05-16mac80211: enable Auth Protocol Identifier on mesh config.Colleen Twitty1-1/+0
2013-04-22Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg1-1/+2
2013-04-16mac80211: parse VHT channel switch IEsJohannes Berg1-2/+2
2013-04-10Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-1/+1
2013-04-08mac80211: check DSSS params IE length in parserJohannes Berg1-1/+1
2013-03-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-1/+2
2013-03-24mac80211: Don't restart sta-timer if not associated.Ben Greear1-1/+2
2013-03-11mac80211: remove a few set but unused variablesJohannes Berg1-4/+1
2013-03-06mac80211: support userspace MPMThomas Pedersen1-1/+1
2013-03-06mac80211: cleanup suspend/resume on mesh modeStanislaw Gruszka1-55/+2
2013-02-18mac80211: don't spam mesh probe response messagesThomas Pedersen1-1/+0
2013-02-15mac80211: clean up mesh codeJohannes Berg1-54/+61
2013-02-15mac80211: generate mesh probe responsesThomas Pedersen1-0/+60
2013-02-15mac80211: cache mesh beaconThomas Pedersen1-3/+151
2013-02-15mac80211: consolidate MBSS change notificationThomas Pedersen1-1/+1
2013-02-11mac80211: Add the DS Params for mesh to every bandEmanuel Taube1-9/+4
2013-02-11mac80211: fix mesh sta teardownThomas Pedersen1-0/+25
2013-02-04mac80211: mesh power save basicsMarco Porsch1-0/+33