aboutsummaryrefslogtreecommitdiff
path: root/net/mac80211/util.c
AgeCommit message (Expand)AuthorFilesLines
2014-05-05mac80211: fix nested rtnl locking on ieee80211_reconfigGravatar Eliad Peller 1-1/+1
2014-04-28mac80211: remove unnecessary assignmentGravatar Zhao, Gang 1-4/+1
2014-04-28mac80211: avoid calling useless channel context codeGravatar Zhao, Gang 1-9/+9
2014-04-25mac80211: add max channel calculation utility functionGravatar Michal Kazior 1-0/+42
2014-04-09cfg80211/mac80211: move more combination checks to mac80211Gravatar Luciano Coelho 1-3/+7
2014-04-09cfg80211/mac80211: move interface counting for combination check to mac80211Gravatar Luciano Coelho 1-0/+72
2014-04-09mac80211: use RCU_INIT_POINTERGravatar Monam Agarwal 1-1/+1
2014-04-09mac80211: add vif to flush callGravatar Emmanuel Grumbach 1-1/+1
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-26/+22
2014-02-20mac80211: fix station wakeup powersave raceGravatar Johannes Berg 1-6/+2
2014-02-11mac80211: fix sched_scan restart on recoveryGravatar Arik Nemtsov 1-20/+20
2014-02-06mac80211: move VHT related RX_FLAG to another variableGravatar Emmanuel Grumbach 1-3/+3
2014-02-05mac80211: order IEs in probe request correctlyGravatar Johannes Berg 1-2/+30
2014-02-04mac80211: remove set but unused variablesGravatar Johannes Berg 1-2/+0
2014-02-04mac80211: make cfg80211 ops and privid constGravatar Johannes Berg 1-1/+1
2014-01-06mac80211: sync dtim_count to TSFGravatar Thomas Pedersen 1-0/+41
2013-12-19mac80211: add helper functions for tracking P2P NoA stateGravatar Felix Fietkau 1-0/+140
2013-12-19mac80211: fix iflist_mtx/mtx locking in radar detectionGravatar Johannes Berg 1-1/+7
2013-12-18mac80211: fix checkpatch errorsGravatar Weilong Chen 1-1/+1
2013-12-16mac80211: reschedule sched scan after HW restartGravatar David Spinadel 1-0/+23
2013-12-16Merge remote-tracking branch 'wireless-next/master' into mac80211-nextGravatar Johannes Berg 1-9/+2
2013-12-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 1-9/+2
2013-12-03nl80211: vendor command supportGravatar Johannes Berg 1-0/+11
2013-11-25mac80211: add min required channel definition fieldGravatar Eliad Peller 1-0/+20
2013-11-25mac80211: use put_unaligned_le16 for precedence value in meshGravatar Chun-Yeow Yeoh 1-3/+1
2013-11-25mac80211: add generic cipher scheme supportGravatar Max Stepanov 1-0/+68
2013-11-25cfg80211/mac80211: DFS setup chandef for cac eventGravatar Janusz Dziedzic 1-0/+3
2013-11-25mac80211: fix the mesh channel switch supportGravatar Chun-Yeow Yeoh 1-5/+0
2013-11-25mac80211: DFS setup chandef for radar_event correctlyGravatar Janusz Dziedzic 1-4/+2
2013-11-05Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...Gravatar John W. Linville 1-3/+121
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 1-4/+5
2013-10-28{nl,cfg,mac}80211: enable the triggering of CSA frame in meshGravatar Chun-Yeow Yeoh 1-0/+87
2013-10-28mac80211: process the CSA frame for mesh accordinglyGravatar Chun-Yeow Yeoh 1-0/+9
2013-10-28mac80211: Remove check for offchannel state when waking netdev queuesGravatar Seth Forshee 1-3/+0
2013-10-28mac80211: implement SMPS for APGravatar Emmanuel Grumbach 1-0/+25
2013-10-14mac80211: fix crash if bitrate calculation goes wrongGravatar Johannes Berg 1-0/+4
2013-10-01mac80211: improve default WMM parameter settingGravatar Fred Zhou 1-13/+14
2013-10-01mac80211: use exact-size allocation for authentication frameGravatar Fred Zhou 1-2/+2
2013-09-26mac80211: fix the setting of extended supported rate IEGravatar Chun-Yeow Yeoh 1-4/+1
2013-09-26mac80211: split off channel switch parsing functionGravatar Simon Wunderlich 1-0/+60
2013-09-26mac80211: add ieee80211_iterate_active_interfaces_rtnl()Gravatar Johannes Berg 1-37/+34
2013-08-16mac80211: add APIs to allow keeping connections after WoWLANGravatar Johannes Berg 1-1/+1
2013-07-16mac80211: fix regression when initializing ibss wmm paramsGravatar Simon Wunderlich 1-26/+0
2013-07-16mac80211: select and adjust bitrates according to channel modeGravatar Simon Wunderlich 1-30/+129
2013-07-16mac80211: fix timing for 5 MHz and 10 MHz channelsGravatar Simon Wunderlich 1-13/+26
2013-06-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 1-2/+2
2013-06-12mac80211: work around broken APs not including HT infoGravatar Johannes Berg 1-2/+2
2013-06-05mac80211: Use suitable semantics for beacon availability indicationGravatar Alexander Bondar 1-2/+3
2013-05-29mac80211: support active monitor interfacesGravatar Felix Fietkau 1-0/+6
2013-05-25cfg80211/mac80211: use cfg80211 wdev mutex in mac80211Gravatar Johannes Berg 1-2/+2