aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/util.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-09-26mac80211: split off channel switch parsing functionSimon Wunderlich1-0/+60
2013-09-26mac80211: add ieee80211_iterate_active_interfaces_rtnl()Johannes Berg1-37/+34
2013-08-16mac80211: add APIs to allow keeping connections after WoWLANJohannes Berg1-1/+1
2013-07-16mac80211: fix regression when initializing ibss wmm paramsSimon Wunderlich1-26/+0
2013-07-16mac80211: select and adjust bitrates according to channel modeSimon Wunderlich1-30/+129
2013-07-16mac80211: fix timing for 5 MHz and 10 MHz channelsSimon Wunderlich1-13/+26
2013-06-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-2/+2
2013-06-12mac80211: work around broken APs not including HT infoJohannes Berg1-2/+2
2013-06-05mac80211: Use suitable semantics for beacon availability indicationAlexander Bondar1-2/+3
2013-05-29mac80211: support active monitor interfacesFelix Fietkau1-0/+6
2013-05-25cfg80211/mac80211: use cfg80211 wdev mutex in mac80211Johannes Berg1-2/+2
2013-05-25Merge remote-tracking branch 'mac80211/master' into mac80211-nextJohannes Berg1-0/+7
2013-05-24{cfg,mac}80211: move mandatory rates calculation to cfg80211Ashok Nagarajan1-26/+0
2013-05-16mac80211: fix IEEE80211_SDATA_DISCONNECT_RESUMEJohannes Berg1-0/+7
2013-04-16mac80211: parse VHT channel switch IEsJohannes Berg1-1/+35
2013-04-16mac80211: support secondary channel offset in CSAJohannes Berg1-0/+8
2013-04-16mac80211: support extended channel switchJohannes Berg1-0/+7
2013-04-11mac80211: fix ieee80211_queue_stopped()Thomas Pedersen1-1/+2
2013-04-08mac80211: make ieee802_11_parse_elems an inlineJohannes Berg1-6/+0
2013-04-08mac80211: destroy virtual monitor interface across suspendJohannes Berg1-0/+5
2013-04-08mac80211: parse Timeout Interval Element using a structJohannes Berg1-2/+4
2013-04-08mac80211: check ERP info IE length in parserJohannes Berg1-2/+4
2013-04-08mac80211: check DSSS params IE length in parserJohannes Berg1-2/+4
2013-04-08mac80211: remove unused IE pointers from parserJohannes Berg1-19/+0
2013-03-25mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chanKarl Beldan1-2/+1
2013-03-20mac80211: return the RSSI in dBmEmmanuel Grumbach1-1/+1