summaryrefslogtreecommitdiffstats
path: root/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-07-2013-287/+656
|\
| * cfg80211: Fix mutex locking in reg_last_request_cell_baseMohammed Shafi Shajakhan2012-07-181-1/+3
| * cfg80211: remove regulatory_update()Luis R. Rodriguez2012-07-171-10/+2Star
| * cfg80211: make regulatory_update() staticLuis R. Rodriguez2012-07-173-4/+4
| * cfg80211: rename reg_device_remove() to wiphy_regulatory_deregister()Luis R. Rodriguez2012-07-173-5/+7
| * cfg80211: add cellular base station regulatory hint supportLuis R. Rodriguez2012-07-174-8/+134
| * cfg80211: add CONFIG_CFG80211_CERTIFICATION_ONUSLuis R. Rodriguez2012-07-171-0/+21
| * cfg80211: fix set_regdom() to cancel requests with same alpha2Kalle Valo2012-07-171-1/+4
| * cfg80211: support TX error rate CQMThomas Pedersen2012-07-173-0/+103
| * nl80211: add wdev ID as u64 as it shouldJohannes Berg2012-07-171-1/+1
| * cfg80211: reduce monitor interface trackingJohannes Berg2012-07-133-58/+2Star
| * cfg80211/mac80211: re-add get_channel operationJohannes Berg2012-07-132-7/+18
| * nl80211: allow enabling WoWLAN without triggersJohannes Berg2012-07-121-17/+13Star
| * cfg80211: ignore channel state for stopped AP/mesh interfacesFelix Fietkau2012-07-121-2/+9
| * cfg80211: fix locking and lockdep complaintsJohannes Berg2012-07-123-6/+12
| * nl80211: move scan API to wdevJohannes Berg2012-07-125-32/+37
| * nl80211: send interface after creationJohannes Berg2012-07-121-2/+15
| * cfg80211: use wireless_dev for interface managementJohannes Berg2012-07-121-9/+17
| * cfg80211: use wdev in mgmt-tx/ROC APIsJohannes Berg2012-07-094-74/+91
| * nl80211: don't assume wdev->netdev existsJohannes Berg2012-07-091-1/+6
| * nl80211: retrieve interface data by wdevJohannes Berg2012-07-091-11/+15
| * nl80211: add NL80211_FLAG_NEED_WDEVJohannes Berg2012-07-091-18/+39
| * nl80211: prepare for non-netdev wireless devsJohannes Berg2012-07-095-41/+123
| * cfg80211: fix oops due to unassigned set_monitor_enabled callbackVladimir Kondratiev2012-07-081-2/+3
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-07-1212-63/+488
|\|
| * cfg80211: bitrate calculation for 60gVladimir Kondratiev2012-07-051-0/+49
| * {nl,cfg}80211: support high bitratesVladimir Kondratiev2012-07-052-3/+8
| * cfg80211: fix locking regression in monitor channel trackingJohannes Berg2012-07-042-7/+5Star
| * wireless: regulatory for 60gVladimir Kondratiev2012-07-021-1/+4
| * cfg80211: add 802.11ad (60gHz band) supportVladimir Kondratiev2012-07-022-10/+35
| * cfg80211: respect iface combinations when starting operationMichal Kazior2012-06-296-5/+52
| * cfg80211: add channel checking for iface combinationsMichal Kazior2012-06-293-8/+88
| * cfg80211/mac80211: remove .get_channelMichal Kazior2012-06-292-17/+7Star
| * cfg80211: set initial monitor channelMichal Kazior2012-06-291-0/+31
| * cfg80211: track monitor channelMichal Kazior2012-06-293-2/+18
| * cfg80211: refuse to .set_monitor_channel when non-monitors are presentMichal Kazior2012-06-291-0/+2
| * cfg80211: track monitor interfaces countMichal Kazior2012-06-293-0/+43
| * cfg80211: introduce cfg80211_get_chan_stateMichal Kazior2012-06-292-0/+63
| * cfg80211: track ibss fixed channelMichal Kazior2012-06-291-0/+1
| * cfg80211: add channel tracking for AP and meshMichal Kazior2012-06-294-5/+19
| * cfg80211: .stop_ap when interface is going downMichal Kazior2012-06-292-0/+6
| * cfg80211: introduce cfg80211_stop_apMichal Kazior2012-06-294-17/+50
| * Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg2012-06-282-2/+2
| |\
| * | cfg80211: allow advertising VHT capabilitiesMahesh Palivela2012-06-281-0/+9
| * | cfg80211: don't allow WoWLAN support without CONFIG_PMJohannes Berg2012-06-272-0/+10
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-06-294-155/+222
|\ \ \ | | |/ | |/|
| * | Merge branch 'for-john' of git://git.sipsolutions.net/mac80211-nextJohn W. Linville2012-06-261-1/+8
| |\|
| | * nl80211: specify RSSI threshold in scheduled scanThomas Pedersen2012-06-261-1/+8
| * | Merge branch 'for-john' of git://git.sipsolutions.net/mac80211-nextJohn W. Linville2012-06-224-154/+214
| |\|
| | * cfg80211: fix regression in multi-vif AP startFelix Fietkau2012-06-201-2/+32