aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville13-287/+656
2012-07-18cfg80211: Fix mutex locking in reg_last_request_cell_baseMohammed Shafi Shajakhan1-1/+3
2012-07-17cfg80211: remove regulatory_update()Luis R. Rodriguez1-10/+2
2012-07-17cfg80211: make regulatory_update() staticLuis R. Rodriguez3-4/+4
2012-07-17cfg80211: rename reg_device_remove() to wiphy_regulatory_deregister()Luis R. Rodriguez3-5/+7
2012-07-17cfg80211: add cellular base station regulatory hint supportLuis R. Rodriguez4-8/+134
2012-07-17cfg80211: add CONFIG_CFG80211_CERTIFICATION_ONUSLuis R. Rodriguez1-0/+21
2012-07-17cfg80211: fix set_regdom() to cancel requests with same alpha2Kalle Valo1-1/+4
2012-07-17cfg80211: support TX error rate CQMThomas Pedersen3-0/+103
2012-07-17nl80211: add wdev ID as u64 as it shouldJohannes Berg1-1/+1
2012-07-13cfg80211: reduce monitor interface trackingJohannes Berg3-58/+2
2012-07-13cfg80211/mac80211: re-add get_channel operationJohannes Berg2-7/+18
2012-07-12nl80211: allow enabling WoWLAN without triggersJohannes Berg1-17/+13
2012-07-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville12-63/+488
2012-07-12cfg80211: ignore channel state for stopped AP/mesh interfacesFelix Fietkau1-2/+9
2012-07-12cfg80211: fix locking and lockdep complaintsJohannes Berg3-6/+12
2012-07-12nl80211: move scan API to wdevJohannes Berg5-32/+37
2012-07-12nl80211: send interface after creationJohannes Berg1-2/+15
2012-07-12cfg80211: use wireless_dev for interface managementJohannes Berg1-9/+17
2012-07-09cfg80211: use wdev in mgmt-tx/ROC APIsJohannes Berg4-74/+91
2012-07-09nl80211: don't assume wdev->netdev existsJohannes Berg1-1/+6
2012-07-09nl80211: retrieve interface data by wdevJohannes Berg1-11/+15
2012-07-09nl80211: add NL80211_FLAG_NEED_WDEVJohannes Berg1-18/+39
2012-07-09nl80211: prepare for non-netdev wireless devsJohannes Berg5-41/+123
2012-07-08cfg80211: fix oops due to unassigned set_monitor_enabled callbackVladimir Kondratiev1-2/+3
2012-07-05cfg80211: bitrate calculation for 60gVladimir Kondratiev1-0/+49
2012-07-05{nl,cfg}80211: support high bitratesVladimir Kondratiev2-3/+8
2012-07-04cfg80211: fix locking regression in monitor channel trackingJohannes Berg2-7/+5
2012-07-02wireless: regulatory for 60gVladimir Kondratiev1-1/+4
2012-07-02cfg80211: add 802.11ad (60gHz band) supportVladimir Kondratiev2-10/+35
2012-06-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville4-155/+222
2012-06-29cfg80211: respect iface combinations when starting operationMichal Kazior6-5/+52
2012-06-29cfg80211: add channel checking for iface combinationsMichal Kazior3-8/+88
2012-06-29cfg80211/mac80211: remove .get_channelMichal Kazior2-17/+7
2012-06-29cfg80211: set initial monitor channelMichal Kazior1-0/+31
2012-06-29cfg80211: track monitor channelMichal Kazior3-2/+18
2012-06-29cfg80211: refuse to .set_monitor_channel when non-monitors are presentMichal Kazior1-0/+2
2012-06-29cfg80211: track monitor interfaces countMichal Kazior3-0/+43
2012-06-29cfg80211: introduce cfg80211_get_chan_stateMichal Kazior2-0/+63
2012-06-29cfg80211: track ibss fixed channelMichal Kazior1-0/+1
2012-06-29cfg80211: add channel tracking for AP and meshMichal Kazior4-5/+19
2012-06-29cfg80211: .stop_ap when interface is going downMichal Kazior2-0/+6
2012-06-29cfg80211: introduce cfg80211_stop_apMichal Kazior4-17/+50
2012-06-28net: Use NLMSG_DEFAULT_SIZE in combination with nlmsg_new()Thomas Graf1-13/+13
2012-06-28Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg2-2/+2
2012-06-28cfg80211: allow advertising VHT capabilitiesMahesh Palivela1-0/+9
2012-06-27cfg80211: don't allow WoWLAN support without CONFIG_PMJohannes Berg2-0/+10
2012-06-26Merge branch 'for-john' of git://git.sipsolutions.net/mac80211-nextJohn W. Linville1-1/+8
2012-06-26nl80211: specify RSSI threshold in scheduled scanThomas Pedersen1-1/+8
2012-06-22Merge branch 'for-john' of git://git.sipsolutions.net/mac80211-nextJohn W. Linville4-154/+214