summaryrefslogtreecommitdiffstats
path: root/net/wireless
AgeCommit message (Expand)AuthorLines
2012-09-18cfg80211: fix possible circular lock on reg_regdb_search()Luis R. Rodriguez-3/+9
2012-09-05Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville-1/+3
2012-09-04nl80211: fix possible memory leak nl80211_connect()Wei Yongjun-1/+3
2012-08-06cfg80211: process pending events when unregistering net deviceDaniel Drake-1/+7
2012-08-02cfg80211: Clear "beacon_found" on regulatory restorePaul Stewart-0/+1
2012-08-02cfg80211: add channel flag to prohibit OFDM operationSeth Forshee-0/+2
2012-07-30Merge remote-tracking branch 'wireless/master' into mac80211Johannes Berg-528/+1511
2012-07-25wireless: reg: restore previous behaviour of chan->max_power calculationsStanislaw Gruszka-1/+15
2012-07-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-287/+656
2012-07-18cfg80211: Fix mutex locking in reg_last_request_cell_baseMohammed Shafi Shajakhan-1/+3
2012-07-17cfg80211: remove regulatory_update()Luis R. Rodriguez-10/+2
2012-07-17cfg80211: make regulatory_update() staticLuis R. Rodriguez-4/+4
2012-07-17cfg80211: rename reg_device_remove() to wiphy_regulatory_deregister()Luis R. Rodriguez-5/+7
2012-07-17cfg80211: add cellular base station regulatory hint supportLuis R. Rodriguez-8/+134
2012-07-17cfg80211: add CONFIG_CFG80211_CERTIFICATION_ONUSLuis R. Rodriguez-0/+21
2012-07-17cfg80211: fix set_regdom() to cancel requests with same alpha2Kalle Valo-1/+4
2012-07-17cfg80211: support TX error rate CQMThomas Pedersen-0/+103
2012-07-17nl80211: add wdev ID as u64 as it shouldJohannes Berg-1/+1
2012-07-13cfg80211: reduce monitor interface trackingJohannes Berg-58/+2
2012-07-13cfg80211/mac80211: re-add get_channel operationJohannes Berg-7/+18
2012-07-12nl80211: allow enabling WoWLAN without triggersJohannes Berg-17/+13
2012-07-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-63/+488
2012-07-12cfg80211: ignore channel state for stopped AP/mesh interfacesFelix Fietkau-2/+9
2012-07-12cfg80211: fix locking and lockdep complaintsJohannes Berg-6/+12
2012-07-12nl80211: move scan API to wdevJohannes Berg-32/+37
2012-07-12nl80211: send interface after creationJohannes Berg-2/+15
2012-07-12cfg80211: use wireless_dev for interface managementJohannes Berg-9/+17
2012-07-09cfg80211: use wdev in mgmt-tx/ROC APIsJohannes Berg-74/+91
2012-07-09nl80211: don't assume wdev->netdev existsJohannes Berg-1/+6
2012-07-09nl80211: retrieve interface data by wdevJohannes Berg-11/+15
2012-07-09nl80211: add NL80211_FLAG_NEED_WDEVJohannes Berg-18/+39
2012-07-09nl80211: prepare for non-netdev wireless devsJohannes Berg-41/+123
2012-07-08cfg80211: fix oops due to unassigned set_monitor_enabled callbackVladimir Kondratiev-2/+3
2012-07-05cfg80211: bitrate calculation for 60gVladimir Kondratiev-0/+49
2012-07-05{nl,cfg}80211: support high bitratesVladimir Kondratiev-3/+8
2012-07-04cfg80211: fix locking regression in monitor channel trackingJohannes Berg-7/+5
2012-07-02wireless: regulatory for 60gVladimir Kondratiev-1/+4
2012-07-02cfg80211: add 802.11ad (60gHz band) supportVladimir Kondratiev-10/+35
2012-06-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-155/+222
2012-06-29cfg80211: respect iface combinations when starting operationMichal Kazior-5/+52
2012-06-29cfg80211: add channel checking for iface combinationsMichal Kazior-8/+88
2012-06-29cfg80211/mac80211: remove .get_channelMichal Kazior-17/+7
2012-06-29cfg80211: set initial monitor channelMichal Kazior-0/+31
2012-06-29cfg80211: track monitor channelMichal Kazior-2/+18
2012-06-29cfg80211: refuse to .set_monitor_channel when non-monitors are presentMichal Kazior-0/+2
2012-06-29cfg80211: track monitor interfaces countMichal Kazior-0/+43
2012-06-29cfg80211: introduce cfg80211_get_chan_stateMichal Kazior-0/+63
2012-06-29cfg80211: track ibss fixed channelMichal Kazior-0/+1
2012-06-29cfg80211: add channel tracking for AP and meshMichal Kazior-5/+19
2012-06-29cfg80211: .stop_ap when interface is going downMichal Kazior-0/+6