aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/mesh_plink.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-24mac80211: clean up debuggingJohannes Berg1-29/+32
2012-06-05net: mac80211: Convert printk(KERN_DEBUG to pr_debugJoe Perches1-1/+1
2012-05-16mac80211: Modify mesh_set_ht_prot_mode() to have less identationAshok Nagarajan1-23/+24
2012-05-15mac80211: send peer candidate event for new sta onlyThomas Pedersen1-9/+9
2012-05-08{nl,cfg,mac}80211: Allow user to see/configure HT protection modeAshok Nagarajan1-0/+1
2012-05-08mac80211: Implement HT mixed protection modeAshok Nagarajan1-7/+76
2012-05-08mac80211: don't transmit 40MHz frames to 20MHz peerThomas Pedersen1-0/+6
2012-05-08mac80211: insert mesh peer after initThomas Pedersen1-3/+5
2012-04-23mac80211: don't set mesh peer ht caps if ht disabledThomas Pedersen1-1/+2
2012-04-23mac80211: refactor mesh peer rate handlingThomas Pedersen1-14/+11
2012-04-23mac80211: refactor mesh peer initializationThomas Pedersen1-54/+72
2012-04-11mac80211: Check basic rates when peeringAshok Nagarajan1-1/+1
2012-04-11mac80211: Modify sta_get_rates to give basic ratesAshok Nagarajan1-3/+4
2012-04-11mac80211: Indicate basic rates when adding rate IEsAshok Nagarajan1-2/+2
2012-04-09wireless: rename ht_info to ht_operationJohannes Berg1-2/+2
2012-03-07mac80211: Fix potential null pointer dereferencingAshok Nagarajan1-6/+7
2012-03-05{nl,cfg,mac}80211: Implement RSSI threshold for mesh peeringAshok Nagarajan1-1/+15
2012-02-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-2/+2
2012-01-30mac80211: station state transition error handlingJohannes Berg1-3/+3
2012-01-18mac80211: Use the right headroom size for mesh mgmt framesJavier Cardona1-2/+2
2011-12-15mac80211: refactor station state transitionsJohannes Berg1-2/+5
2011-11-21mac80211: Support ht-cap over-rides.Ben Greear1-1/+2
2011-11-08mac80211: set HT capabilities for mesh peerThomas Pedersen1-3/+10
2011-11-08mac80211: add HT IEs to mesh framesThomas Pedersen1-0/+9
2011-11-08mac80211: comment allocation of mesh framesThomas Pedersen1-11/+17
2011-09-30mac80211: optimise station flagsJohannes Berg1-3/+5
2011-09-30mac80211: standardize adding supported rates IEsArik Nemtsov1-2/+2
2011-09-21mac80211: notify peer when shutting down peer linkThomas Pedersen1-0/+8
2011-09-14mac80211: Mark all mesh stations as QoS capableJavier Cardona1-1/+1
2011-08-22mac80211: update mesh peering frame formatThomas Pedersen1-41/+48
2011-08-22mac80211: update mesh peering frame codesThomas Pedersen1-81/+76
2011-08-22mac80211: fix mesh beacon formatThomas Pedersen1-1/+6
2011-05-16nl80211: Move peer link state definition to nl80211Javier Cardona1-36/+36
2011-05-11open80211s: Stop using zero for address 3 in mesh plink mgmt framesJavier Cardona1-2/+2
2011-05-11mac80211: Drop MESH_PLINK category and use new ANA-approved MESH_ACTIONJavier Cardona1-1/+1
2011-05-11nl80211: Introduce NL80211_MESH_SETUP_USERSPACE_AMPEJavier Cardona1-2/+3
2011-04-12mac80211: send notification on new peer candidate for our secure meshJavier Cardona1-5/+13
2011-04-12nl80211/mac80211: Perform PLINK_ACTION on new stationJavier Cardona1-1/+1
2011-04-12mac80211: ignore peer link requests from unauthenticated stations.Javier Cardona1-0/+9
2011-04-12mac80211: ignore peers if security is enabled for this meshJavier Cardona1-0/+4
2011-04-12nl80211: rename NL80211_MESH_SETUP_VENDOR_PATH_SEL_IEJavier Cardona1-1/+1
2010-12-20mac80211: Let userspace enable and configure vendor specific path selection.Javier Cardona1-1/+2
2010-10-11mac80211: fix possible null-pointer de-referenceChristian Lamparter1-3/+14
2010-06-24mac80211: avoid scheduling while atomic in mesh_rx_plink_frameJohn W. Linville1-11/+31
2010-04-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-1/+1
2010-04-08mac80211: Moved mesh action codes to a more visible locationJavier Cardona1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack1-1/+1
2010-02-08mac80211: allow station add/remove to sleepJohannes Berg1-8/+9