summaryrefslogtreecommitdiffstats
path: root/net/wireless/util.c
Commit message (Expand)AuthorAgeFilesLines
* cfg80211: implement cfg80211_get_station cfg80211 APIAntonio Quartulli2014-05-211-0/+18
* cfg80211: constify more pointers in the cfg80211 APIJohannes Berg2014-05-191-1/+2
* cfg80211: allow restricting supported dfs regionsFelix Fietkau2014-05-131-0/+14
* cfg80211: export interface stopping functionMichal Kazior2014-05-061-0/+3
* cfg80211: change wiphy_to_dev function nameZhao, Gang2014-04-251-1/+1
* cfg80211: allow drivers to iterate over matching combinationsMichal Kazior2014-04-251-7/+37
* cfg80211: fix radar_detect combination checkingMichal Kazior2014-04-091-1/+1
* cfg80211/mac80211: move more combination checks to mac80211Luciano Coelho2014-04-091-5/+0Star
* cfg80211/mac80211: move interface counting for combination check to mac80211Luciano Coelho2014-04-091-0/+5
* cfg80211: refactor cfg80211_can_use_iftype_chan()Luciano Coelho2014-04-091-56/+73
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-03-211-3/+2Star
|\
| * cfg80211: remove macro ASSERT_RDEV_LOCK(rdev)Zhao, Gang2014-03-191-2/+1Star
| * cfg80211: send stop AP event only due to internal reasonIlan Peer2014-02-251-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-03-131-30/+1Star
|\|
| * cfg80211: remove radar requirements check from cfg80211_can_use_iftype_chan()Luciano Coelho2014-02-211-30/+1Star
* | cfg80211: add MPLS and 802.21 classificationSimon Wunderlich2014-03-041-0/+16
|/
* cfg80211: consider existing DFS interfacesMichal Kazior2014-02-041-1/+1
* cfg80211: fix channel configuration in IBSS joinAntonio Quartulli2014-02-041-1/+2
* cfg80211: Add a function to get the number of supported channelsIlan Peer2014-01-091-0/+13
* cfg80211/mac80211: correct qos-map lockingJohannes Berg2013-12-301-0/+2
* cfg80211: Add support for QoS mappingKyeyoon Park2013-12-191-1/+18
* nl80211/cfg80211: enable DFS for IBSS modeSimon Wunderlich2013-10-281-4/+10
* cfg80211: vlan priority handling in WMMcedric Voncken2013-10-021-0/+9
* cfg80211/mac80211: get mandatory rates based on scan widthSimon Wunderlich2013-07-161-4/+10
* cfg80211: remove some locked wrappers from sme APIJohannes Berg2013-05-251-0/+2
* cfg80211: vastly simplify lockingJohannes Berg2013-05-251-11/+0Star
* {cfg,mac}80211: move mandatory rates calculation to cfg80211Ashok Nagarajan2013-05-241-0/+23
* cfg80211: add 60GHz regulatory classVladimir Kondratiev2013-05-161-0/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-04-241-4/+24
|\
| * cfg80211: invert P2P-Device vs. netdev check orderingJohannes Berg2013-04-221-4/+4
| * cfg80211: add ieee80211_operating_class_to_bandJohannes Berg2013-04-161-0/+20
* | net: add ETH_P_802_3_MINSimon Horman2013-03-281-1/+1
|/
* cfg80211: fix radar check for P2P_DEVICEIlan Peer2013-02-111-1/+1
* cfg80211: fix channel check in cfg80211_can_use_iftype_chanSimon Wunderlich2013-01-241-1/+2
* cfg80211: check radar interface combinationsSimon Wunderlich2013-01-161-3/+38
* cfg80211: fix BSS struct IE access racesJohannes Berg2012-11-301-3/+6
* nl80211/cfg80211: add VHT MCS supportJohannes Berg2012-11-261-1/+73
* cfg80211: change function signature of cfg80211_get_p2p_attr()Arend van Spriel2012-11-261-2/+3
* wireless: add utility function to get P2P attributeJohannes Berg2012-11-061-0/+99
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-10-291-6/+8
|\
| * mac80211: verify that skb data is presentJohannes Berg2012-10-261-1/+2
| * wireless: drop invalid mesh address extension framesJohannes Berg2012-10-261-5/+6
* | cfg80211: add wrappers for registered_device_opsHila Gonen2012-10-181-7/+7
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-08-241-17/+19
|\
| * cfg80211: add P2P Device abstractionJohannes Berg2012-08-201-2/+16
| * cfg80211: unify IE searchVladimir Kondratiev2012-07-311-15/+3Star
* | cfg80211: process pending events when unregistering net deviceDaniel Drake2012-08-061-1/+1
|/
* cfg80211: fix locking and lockdep complaintsJohannes Berg2012-07-121-1/+10
* nl80211: prepare for non-netdev wireless devsJohannes Berg2012-07-091-3/+3
* cfg80211: bitrate calculation for 60gVladimir Kondratiev2012-07-051-0/+49