aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless/nl80211.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-1/+2
2014-07-21cfg80211: fix TDLS setup with VHT peersArik Nemtsov1-1/+2
2014-07-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-6/+5
2014-06-25cfg80211: remove channel_switch combination checkMichal Kazior1-11/+0
2014-06-24nl80211: move set_qos_map command into split stateJohannes Berg1-6/+5
2014-06-23cfg80211: pass TDLS initiator in tdls_mgmt operationsArik Nemtsov1-0/+4
2014-05-26cfg80211: send events when devices are added/removedJohannes Berg1-5/+16
2014-05-20cfg80211: export expected throughput through get_station()Antonio Quartulli1-0/+4
2014-05-19cfg80211: constify wowlan/coalesce mask/pattern pointersJohannes Berg1-17/+22
2014-05-15cfg80211: Support multiple CSA countersAndrei Otcheretianski1-14/+51
2014-05-15cfg80211: Add API to update CSA counters in mgmt framesAndrei Otcheretianski1-2/+22
2014-05-15cfg80211: pass the actual iftype when calling cfg80211_chandef_dfs_required()Luciano Coelho1-1/+1
2014-05-13cfg80211: allow restricting supported dfs regionsFelix Fietkau1-2/+4
2014-04-28cfg80211: Dynamic channel bandwidth changes in AP modeJouni Malinen1-12/+28
2014-04-25cfg80211: Add attributes describing prohibited channel bandwidthRostislav Lisovy1-0/+13
2014-04-25cfg80211: change return value of notifier functionZhao, Gang1-1/+1
2014-04-25cfg80211: change wiphy_to_dev function nameZhao, Gang1-32/+32
2014-04-25cfg80211: change registered device pointer nameZhao, Gang1-129/+129
2014-04-09cfg80211/mac80211: move more combination checks to mac80211Luciano Coelho1-3/+2
2014-04-09cfg80211/mac80211: move interface counting for combination check to mac80211Luciano Coelho1-25/+4
2014-04-09cfg80211/mac80211: refactor cfg80211_chandef_dfs_required()Luciano Coelho1-20/+17
2014-04-09cfg80211: Add an option to hint indoor operationIlan Peer1-11/+7
2014-04-09cfg80211: Enable GO operation on additional channelsIlan Peer1-4/+7
2014-04-09cfg80211: Add indoor only and GO concurrent channel attributesDavid Spinadel1-0/+6
2014-04-09cfg80211: allow userspace to take ownership of interfacesJohannes Berg1-1/+27
2014-02-25cfg80211: send stop AP event only due to internal reasonIlan Peer1-1/+1
2014-02-25cfg80211: DFS get CAC time from regulatory databaseJanusz Dziedzic1-1/+8
2014-02-25cfg80211: regulatory: allow getting DFS CAC time from userspaceJanusz Dziedzic1-1/+12
2014-02-21nl80211: make sure we check for DFS with mesh channel switchLuciano Coelho1-5/+10
2014-02-21cfg80211: regulatory: introduce NL80211_RRF_AUTO_BW rule flagJanusz Dziedzic1-3/+4
2014-02-20cfg80211: Pass TDLS peer capability information in tdls_mgmtSunil Dutt Undekari1-1/+6
2014-02-20Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg1-20/+12
2014-02-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-20/+12
2014-02-12nl80211: use ie_len in scheduled scanJohannes Berg1-2/+2
2014-02-06cfg80211: send scan results from work queueJohannes Berg1-19/+10
2014-02-06nl80211: Reset split_start when netlink skb is exhaustedPontus Fuchs1-1/+2
2014-02-05cfg80211: regulatory introduce maximum bandwidth calculationJanusz Dziedzic1-5/+10
2014-02-04cfg80211: consider existing DFS interfacesMichal Kazior1-3/+3
2014-02-04cfg80211: set preset_chandef after channel switchJanusz Dziedzic1-0/+1
2014-02-04nl80211: fix scheduled scan RSSI matchset attribute confusionJohannes Berg1-9/+61
2014-02-04nl80211: send event when AP operation is stoppedJohannes Berg1-0/+29
2014-02-04nl80211: check nla_parse() return valuesJohannes Berg1-14/+23
2014-02-04nl80211: make netlink attribute policies constJohannes Berg1-4/+4
2014-02-04nl80211: check channel switch validity betterJohannes Berg1-1/+6
2014-02-04nl80211: add Guard Interval support for set_bitrate_maskJanusz Dziedzic1-0/+7
2014-02-04cfg80211: Clean up connect params and channel fetchingJouni Malinen1-17/+25
2014-02-04cfg80211: Advertise maximum associated STAs in AP modeJouni Malinen1-0/+6
2014-02-04cfg80211: Allow BSS hint to be provided for connectJouni Malinen1-0/+13
2014-01-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-60/+51
2014-01-14net: nl80211: __dev_get_by_index instead of dev_get_by_index to find interfaceYing Xue1-65/+37