aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-25cfg80211: allow only the core to request to update the world regdomLuis R. Rodriguez1-0/+2
2013-11-25cfg80211: add helper for calling CRDALuis R. Rodriguez1-12/+12
2013-11-25cfg80211: add helper for kfree'ing and assigning last_requestLuis R. Rodriguez1-10/+11
2013-11-25cfg80211: add helper for kfree'ing last_requestLuis R. Rodriguez1-23/+19
2013-11-25cfg80211: process non country IE conflicting firstLuis R. Rodriguez1-19/+20
2013-11-25cfg80211: process country IE regulatory requests on their ownLuis R. Rodriguez1-133/+68
2013-11-25cfg80211: process driver regulatory requests on its ownLuis R. Rodriguez1-17/+86
2013-11-25cfg80211: process user regulatory requests on its ownLuis R. Rodriguez1-33/+81
2013-11-25cfg80211: processing core regulatory hints on its ownLuis R. Rodriguez1-2/+44
2013-11-25cfg80211: check regulatory request alpha2 earlyLuis R. Rodriguez3-1/+5
2013-11-25cfg80211: enforce disabling channels by custom or strict settingsLuis R. Rodriguez1-3/+14
2013-11-25cfg80211: fix parsing when db.txt ends on a ruleLuis R. Rodriguez1-0/+2
2013-11-25cfg80211: add function helpers to genregdb.awkLuis R. Rodriguez1-11/+25
2013-11-25cfg80211: allow beaconing after DFS CACJanusz Dziedzic1-11/+74
2013-11-25cfg80211/mac80211: DFS setup chandef for cac eventJanusz Dziedzic3-8/+6
2013-11-25cfg80211: don't allow drivers to unset NL80211_FEATURE_SCAN_FLUSHJohannes Berg2-10/+6
2013-11-25cfg80211: add missing break in cfg80211_get_chan_state()Johannes Berg1-0/+1
2013-11-25cfg80211: remove second argument from reg_process_hint()Luis R. Rodriguez1-6/+5
2013-11-25cfg80211: force WIPHY_FLAG_CUSTOM_REGULATORY on wiphy_apply_custom_regulatory()Luis R. Rodriguez1-0/+4
2013-11-25cfg80211: DFS check chandef usable before CACJanusz Dziedzic3-1/+88
2013-11-25cfg80211: add helper functions for start/end freqJanusz Dziedzic1-14/+30
2013-11-25cfg80211: consolidate passive-scan and no-ibss flagsLuis R. Rodriguez6-37/+25
2013-11-25cfg80211: ignore supported rates for nonexistant bands on scanFelix Fietkau1-0/+4
2013-11-25cfg80211: disable 5/10 MHz support for all driversJohannes Berg1-0/+3
2013-11-25nl80211: check nla_nest_start() return valueJohannes Berg1-0/+2
2013-11-25nl80211: fix error path in nl80211_get_key()Johannes Berg1-1/+1
2013-11-25nl80211: check nla_put_* return valuesJohannes Berg1-22/+30
2013-11-25cfg80211: fix ibss wext chandef creationSimon Wunderlich1-9/+9
2013-11-19genetlink: make multicast groups const, prevent abuseJohannes Berg1-75/+54
2013-11-19genetlink: pass family to functions using groupsJohannes Berg1-35/+35
2013-11-19genetlink: only pass array to genl_register_family_with_ops()Johannes Berg1-2/+1
2013-11-14genetlink: make all genl_ops users constJohannes Berg1-1/+1
2013-11-14genetlink: allow making ops constJohannes Berg1-4/+4
2013-11-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville9-27/+108
2013-11-05Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211John W. Linville2-4/+6
2013-11-05Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville7-23/+102
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-10/+17
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville5-13/+27
2013-10-28nl80211: fix channel switch parsingAndrei Otcheretianski1-3/+1
2013-10-28{nl,cfg,mac}80211: implement mesh channel switch userspace APIChun-Yeow Yeoh1-1/+2
2013-10-28{nl,cfg,mac}80211: enable the triggering of CSA frame in meshChun-Yeow Yeoh1-0/+1
2013-10-28cfg80211: export reg_initiator_name()Luis R. Rodriguez1-10/+16
2013-10-28nl80211/cfg80211: enable DFS for IBSS modeSimon Wunderlich4-11/+38
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-3/+9
2013-10-21cfg80211: update dfs_state_entered upon dfs_state changeMichal Kazior1-0/+2
2013-10-21cfg80211: fix DFS channel recovery timeoutMichal Kazior1-2/+2
2013-10-21cfg80211: fix scheduled scan pointer accessJohannes Berg1-2/+2
2013-10-19net: misc: Remove extern from function prototypesJoe Perches2-5/+5
2013-10-18cfg80211: export reg_initiator_name()Luis R. Rodriguez1-10/+17
2013-10-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville7-37/+78