aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless/reg.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-2/+18
2013-02-15cfg80211: allow drivers to selectively disable 80/160 MHzJohannes Berg1-0/+8
2013-02-15nl80211/cfg80211: add radar detection command/eventSimon Wunderlich1-0/+3
2013-02-11cfg80211: Fix memory leakLarry Finger1-2/+7
2013-01-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-627/+497
2013-01-11wireless: fix regulatory HT40 allowed checkFelix Fietkau1-1/+3
2013-01-09regulatory: fix restore_regulatory_settingsJohannes Berg1-1/+1
2013-01-09regulatory: fix ueventJohannes Berg1-6/+13
2013-01-03cfg80211: move world roaming check for beacon hintsLuis R. Rodriguez1-6/+5
2013-01-03cfg80211: move reg_is_world_roaming()Luis R. Rodriguez1-16/+16
2013-01-03cfg80211: do not process beacon hints if one is already queuedLuis R. Rodriguez1-0/+19
2013-01-03regulatory: use IS_ERR macro family for freq_reg_infoJohannes Berg1-21/+17
2013-01-03regulatory: use RCU to protect last_requestJohannes Berg1-90/+109
2013-01-03regulatory: use RCU to protect global and wiphy regdomainsJohannes Berg1-47/+66
2013-01-03regulatory: pass new regdomain to reset functionJohannes Berg1-15/+11
2013-01-03regulatory: remove handling of channel bandwidthJohannes Berg1-30/+14
2013-01-03regulatory: fix reg_is_valid_request handlingJohannes Berg1-10/+11
2013-01-03regulatory: remove locking from wiphy_apply_custom_regulatoryJohannes Berg1-4/+0
2013-01-03regulatory: clarify locking rules and assertionsJohannes Berg1-20/+11
2013-01-03regulatory: simplify freq_reg_info_regdJohannes Berg1-15/+16
2013-01-03regulatory: remove useless warningJohannes Berg1-4/+0
2013-01-03regulatory: remove redundant isalpha() checkJohannes Berg1-4/+2
2013-01-03regulatory: simplify restore_regulatory_settingsJohannes Berg1-14/+1
2013-01-03regulatory: remove BUG_ONJohannes Berg1-58/+37
2013-01-03cfg80211: remove wiphy_idx_validJohannes Berg1-9/+5
2013-01-03regulatory: use proper enum for return valuesJohannes Berg1-64/+69
2013-01-03regulatory: remove useless locking on exitJohannes Berg1-8/+3
2013-01-03regulatory: code cleanupJohannes Berg1-180/+106
2013-01-03regulatory: simplify regulatory_hint_11dJohannes Berg1-5/+0
2013-01-03regulatory: don't test list before iteratingJohannes Berg1-47/+19
2013-01-03regulatory: clean up reg_copy_regd()Johannes Berg1-26/+24
2013-01-03regulatory: clean up regdom_intersectJohannes Berg1-10/+2
2013-01-03regulatory: don't allocate too much memoryJohannes Berg1-3/+4
2013-01-03regulatory: don't write past array when intersecting rulesJohannes Berg1-2/+2
2012-12-22CONFIG_HOTPLUG removal from networking coreGreg KH1-7/+0
2012-12-06Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-1/+1
2012-11-30cfg80211: fix BSS struct IE access racesJohannes Berg1-1/+1
2012-11-12wireless: allow 40 MHz on world roaming channels 12/13Johannes Berg1-3/+2
2012-10-18cfg80211: fix initialization of chan->max_reg_powerFelix Fietkau1-2/+3
2012-09-30Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller1-24/+15
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+9
2012-09-25cfg80211: Fix regulatory check for 60GHz band frequenciesVladimir Kondratiev1-5/+14
2012-09-18cfg80211: fix possible circular lock on reg_regdb_search()Luis R. Rodriguez1-3/+9
2012-09-18wireless: remove unreachable codeAlan Cox1-19/+1
2012-09-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-1/+18
2012-09-06Merge remote-tracking branch 'mac80211/master' into mac80211-nextJohannes Berg1-1/+18
2012-09-05cfg80211: use list_move_tail instead of list_del/list_add_tailWei Yongjun1-4/+2
2012-08-02cfg80211: Clear "beacon_found" on regulatory restorePaul Stewart1-0/+1
2012-08-02cfg80211: add channel flag to prohibit OFDM operationSeth Forshee1-0/+2
2012-07-30Merge remote-tracking branch 'wireless/master' into mac80211Johannes Berg1-17/+120