aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/util.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-2/+3
2014-06-25mac80211: make check_combinations() aware of chanctx reservationMichal Kazior1-4/+31
2014-06-25mac80211: implement multi-vif in-place reservationsMichal Kazior1-1/+8
2014-06-25mac80211: support more than one band in scan requestDavid Spinadel1-32/+73
2014-06-23mac80211: add functions to stop and wake all queues assigned to a vifLuciano Coelho1-6/+35
2014-06-23mac80211: introduce refcount for queue_stop_reasonsLuciano Coelho1-25/+51
2014-06-23mac80211: don't stop all queues when flushingLuciano Coelho1-2/+2
2014-06-23mac80211: WEP extra head/tail room in ieee80211_send_authMax Stepanov1-2/+3
2014-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-3/+43
2014-05-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-1/+1
2014-05-09mac80211: handle failed restart/resume betterJohannes Berg1-3/+43
2014-05-05mac80211: fix nested rtnl locking on ieee80211_reconfigEliad Peller1-1/+1
2014-04-28mac80211: remove unnecessary assignmentZhao, Gang1-4/+1
2014-04-28mac80211: avoid calling useless channel context codeZhao, Gang1-9/+9
2014-04-25mac80211: add max channel calculation utility functionMichal Kazior1-0/+42
2014-04-09cfg80211/mac80211: move more combination checks to mac80211Luciano Coelho1-3/+7
2014-04-09cfg80211/mac80211: move interface counting for combination check to mac80211Luciano Coelho1-0/+72
2014-04-09mac80211: use RCU_INIT_POINTERMonam Agarwal1-1/+1
2014-04-09mac80211: add vif to flush callEmmanuel Grumbach1-1/+1
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-26/+22
2014-02-20mac80211: fix station wakeup powersave raceJohannes Berg1-6/+2
2014-02-11mac80211: fix sched_scan restart on recoveryArik Nemtsov1-20/+20
2014-02-06mac80211: move VHT related RX_FLAG to another variableEmmanuel Grumbach1-3/+3
2014-02-05mac80211: order IEs in probe request correctlyJohannes Berg1-2/+30
2014-02-04mac80211: remove set but unused variablesJohannes Berg1-2/+0
2014-02-04mac80211: make cfg80211 ops and privid constJohannes Berg1-1/+1
2014-01-06mac80211: sync dtim_count to TSFThomas Pedersen1-0/+41
2013-12-19mac80211: add helper functions for tracking P2P NoA stateFelix Fietkau1-0/+140
2013-12-19mac80211: fix iflist_mtx/mtx locking in radar detectionJohannes Berg1-1/+7
2013-12-18mac80211: fix checkpatch errorsWeilong Chen1-1/+1
2013-12-16mac80211: reschedule sched scan after HW restartDavid Spinadel1-0/+23
2013-12-16Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg1-9/+2
2013-12-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-9/+2
2013-12-03nl80211: vendor command supportJohannes Berg1-0/+11
2013-11-25mac80211: add min required channel definition fieldEliad Peller1-0/+20
2013-11-25mac80211: use put_unaligned_le16 for precedence value in meshChun-Yeow Yeoh1-3/+1
2013-11-25mac80211: add generic cipher scheme supportMax Stepanov1-0/+68
2013-11-25cfg80211/mac80211: DFS setup chandef for cac eventJanusz Dziedzic1-0/+3
2013-11-25mac80211: fix the mesh channel switch supportChun-Yeow Yeoh1-5/+0
2013-11-25mac80211: DFS setup chandef for radar_event correctlyJanusz Dziedzic1-4/+2
2013-11-05Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-3/+121
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-4/+5
2013-10-28{nl,cfg,mac}80211: enable the triggering of CSA frame in meshChun-Yeow Yeoh1-0/+87
2013-10-28mac80211: process the CSA frame for mesh accordinglyChun-Yeow Yeoh1-0/+9
2013-10-28mac80211: Remove check for offchannel state when waking netdev queuesSeth Forshee1-3/+0
2013-10-28mac80211: implement SMPS for APEmmanuel Grumbach1-0/+25
2013-10-14mac80211: fix crash if bitrate calculation goes wrongJohannes Berg1-0/+4
2013-10-01mac80211: improve default WMM parameter settingFred Zhou1-13/+14
2013-10-01mac80211: use exact-size allocation for authentication frameFred Zhou1-2/+2
2013-09-26mac80211: fix the setting of extended supported rate IEChun-Yeow Yeoh1-4/+1