aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville3-22/+13
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 Nemtsov3-6/+14
2014-06-23cfg80211: fix elapsed_jiffies calculationEliad Peller1-1/+1
2014-06-23Revert "cfg80211: Use 5MHz bandwidth by default when checking usable channels"Johannes Berg1-15/+7
2014-06-23cfg80211: make ethtool the driver's responsibilityJohannes Berg5-190/+2
2014-05-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville4-19/+24
2014-05-27regdb: Generalize the mW to dBm power conversionchaitanya.mgit@gmail.com1-12/+2
2014-05-26cfg80211: send events when devices are added/removedJohannes Berg3-7/+22
2014-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville13-77/+252
2014-05-22cfg80211: allow RSSI compensationEmmanuel Grumbach1-4/+8
2014-05-21cfg80211: don't set reg timeout for user-handled hintArik Nemtsov1-1/+2
2014-05-21cfg80211: implement cfg80211_get_station cfg80211 APIAntonio Quartulli2-1/+19
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-19cfg80211: constify more pointers in the cfg80211 APIJohannes Berg3-3/+4
2014-05-15cfg80211: Support multiple CSA countersAndrei Otcheretianski3-23/+66
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 Coelho2-4/+3
2014-05-14cfg80211: fix start_radar_detection issueJanusz Dziedzic1-1/+1
2014-05-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville2-3/+11
2014-05-13cfg80211: allow restricting supported dfs regionsFelix Fietkau2-2/+18
2014-05-09mac80211: handle failed restart/resume betterJohannes Berg1-6/+14
2014-05-06cfg80211: export interface stopping functionMichal Kazior6-11/+65
2014-05-05cfg80211: add cfg80211_sched_scan_stopped_rtnlEliad Peller1-2/+10
2014-05-05cfg80211: free sme on connection failuresEliad Peller1-1/+1
2014-04-29cfg80211: remove BUG_ON usageJohannes Berg2-3/+5
2014-04-28cfg80211: Dynamic channel bandwidth changes in AP modeJouni Malinen3-12/+59
2014-04-25cfg80211: Use 5MHz bandwidth by default when checking usable channelsRostislav Lisovy1-7/+15
2014-04-25cfg80211: Add attributes describing prohibited channel bandwidthRostislav Lisovy2-0/+15
2014-04-25cfg80211: change return value of notifier functionZhao, Gang2-2/+4
2014-04-25cfg80211: change wiphy_to_dev function nameZhao, Gang12-117/+118
2014-04-25cfg80211: change registered device pointer nameZhao, Gang3-196/+196
2014-04-25cfg80211: allow drivers to iterate over matching combinationsMichal Kazior1-7/+37
2014-04-25cfg80211: Fix GO Concurrent relaxation on UNII-3Ilan Peer1-1/+17
2014-04-22cfg80211: fix processing world regdomain when non modularLuis R. Rodriguez1-1/+1
2014-04-22cfg80211: avoid freeing last_request while in flightArik Nemtsov1-8/+16
2014-04-11cfg80211: reg: set DFS CAC time in case of custom regdJanusz Dziedzic1-0/+7
2014-04-10cfg80211: ignore invalid BSSIDs when looking for BSSesJohannes Berg1-0/+2
2014-04-10cfg80211: reject invalid IBSS BSSIDs in wext compat codeJohannes Berg1-0/+3
2014-04-10cfg80211: remove unused wiphy argument from cfg80211_wext_freq()Zhao, Gang5-8/+12
2014-04-09cfg80211: fix radar_detect combination checkingMichal Kazior1-1/+1
2014-04-09cfg80211/mac80211: move more combination checks to mac80211Luciano Coelho4-38/+5
2014-04-09cfg80211/mac80211: move combination check to mac80211 for ibssLuciano Coelho1-28/+0
2014-04-09cfg80211/mac80211: move interface counting for combination check to mac80211Luciano Coelho6-76/+17
2014-04-09cfg80211/mac80211: refactor cfg80211_chandef_dfs_required()Luciano Coelho3-40/+78
2014-04-09cfg80211: refactor cfg80211_can_use_iftype_chan()Luciano Coelho1-56/+73
2014-04-09cfg80211: Enable GO operation on indoor channelsIlan Peer3-2/+20
2014-04-09cfg80211: Add an option to hint indoor operationIlan Peer3-12/+65