aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless/util.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-21cfg80211: implement cfg80211_get_station cfg80211 APIAntonio Quartulli1-0/+18
2014-05-19cfg80211: constify more pointers in the cfg80211 APIJohannes Berg1-1/+2
2014-05-13cfg80211: allow restricting supported dfs regionsFelix Fietkau1-0/+14
2014-05-06cfg80211: export interface stopping functionMichal Kazior1-0/+3
2014-04-25cfg80211: change wiphy_to_dev function nameZhao, Gang1-1/+1
2014-04-25cfg80211: allow drivers to iterate over matching combinationsMichal Kazior1-7/+37
2014-04-09cfg80211: fix radar_detect combination checkingMichal Kazior1-1/+1
2014-04-09cfg80211/mac80211: move more combination checks to mac80211Luciano Coelho1-5/+0
2014-04-09cfg80211/mac80211: move interface counting for combination check to mac80211Luciano Coelho1-0/+5
2014-04-09cfg80211: refactor cfg80211_can_use_iftype_chan()Luciano Coelho1-56/+73
2014-03-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-3/+2
2014-03-19cfg80211: remove macro ASSERT_RDEV_LOCK(rdev)Zhao, Gang1-2/+1
2014-03-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-30/+1
2014-03-04cfg80211: add MPLS and 802.21 classificationSimon Wunderlich1-0/+16
2014-02-25cfg80211: send stop AP event only due to internal reasonIlan Peer1-1/+1
2014-02-21cfg80211: remove radar requirements check from cfg80211_can_use_iftype_chan()Luciano Coelho1-30/+1
2014-02-04cfg80211: consider existing DFS interfacesMichal Kazior1-1/+1
2014-02-04cfg80211: fix channel configuration in IBSS joinAntonio Quartulli1-1/+2
2014-01-09cfg80211: Add a function to get the number of supported channelsIlan Peer1-0/+13
2013-12-30cfg80211/mac80211: correct qos-map lockingJohannes Berg1-0/+2
2013-12-19cfg80211: Add support for QoS mappingKyeyoon Park1-1/+18
2013-10-28nl80211/cfg80211: enable DFS for IBSS modeSimon Wunderlich1-4/+10
2013-10-02cfg80211: vlan priority handling in WMMcedric Voncken1-0/+9
2013-07-16cfg80211/mac80211: get mandatory rates based on scan widthSimon Wunderlich1-4/+10
2013-05-25cfg80211: remove some locked wrappers from sme APIJohannes Berg1-0/+2
2013-05-25cfg80211: vastly simplify lockingJohannes Berg1-11/+0
2013-05-24{cfg,mac}80211: move mandatory rates calculation to cfg80211Ashok Nagarajan1-0/+23
2013-05-16cfg80211: add 60GHz regulatory classVladimir Kondratiev1-0/+3
2013-04-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-4/+24
2013-04-22cfg80211: invert P2P-Device vs. netdev check orderingJohannes Berg1-4/+4
2013-04-16cfg80211: add ieee80211_operating_class_to_bandJohannes Berg1-0/+20
2013-03-28net: add ETH_P_802_3_MINSimon Horman1-1/+1
2013-02-11cfg80211: fix radar check for P2P_DEVICEIlan Peer1-1/+1
2013-01-24cfg80211: fix channel check in cfg80211_can_use_iftype_chanSimon Wunderlich1-1/+2
2013-01-16cfg80211: check radar interface combinationsSimon Wunderlich1-3/+38
2012-11-30cfg80211: fix BSS struct IE access racesJohannes Berg1-3/+6
2012-11-26nl80211/cfg80211: add VHT MCS supportJohannes Berg1-1/+73
2012-11-26cfg80211: change function signature of cfg80211_get_p2p_attr()Arend van Spriel1-2/+3
2012-11-06wireless: add utility function to get P2P attributeJohannes Berg1-0/+99
2012-10-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-6/+8
2012-10-26mac80211: verify that skb data is presentJohannes Berg1-1/+2
2012-10-26wireless: drop invalid mesh address extension framesJohannes Berg1-5/+6
2012-10-18cfg80211: add wrappers for registered_device_opsHila Gonen1-7/+7
2012-08-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-17/+19
2012-08-20cfg80211: add P2P Device abstractionJohannes Berg1-2/+16
2012-08-06cfg80211: process pending events when unregistering net deviceDaniel Drake1-1/+1
2012-07-31cfg80211: unify IE searchVladimir Kondratiev1-15/+3
2012-07-12cfg80211: fix locking and lockdep complaintsJohannes Berg1-1/+10
2012-07-09nl80211: prepare for non-netdev wireless devsJohannes Berg1-3/+3
2012-07-05cfg80211: bitrate calculation for 60gVladimir Kondratiev1-0/+49