aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-14net: nl80211: __dev_get_by_index instead of dev_get_by_index to find interfaceYing Xue1-65/+37
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville2-10/+16
2013-12-19cfg80211: Add support for QoS mappingKyeyoon Park8-1/+141
2013-12-19nl80211: support vendor-specific eventsJohannes Berg1-19/+79
2013-12-16nl80211: add VHT support for set_bitrate_maskJanusz Dziedzic1-6/+86
2013-12-16radiotap: fix bitmap-end-finding buffer overrunJohannes Berg1-0/+4
2013-12-16Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg5-151/+152
2013-12-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville3-32/+55
2013-12-05cfg80211: don't "leak" uncompleted scansEliad Peller3-30/+8
2013-12-05cfg80211: stop sched scan only when neededBarak Bercovitz1-1/+4
2013-12-05cfg80211: in bitrate_mask, rename mcs to ht_mcsJanusz Dziedzic1-9/+9
2013-12-05nl80211: allow setting bitrate mask back to defaultJanusz Dziedzic1-3/+5
2013-12-05cfg80211: fix WARN_ON for re-association to the expired BSSUjjal Roy1-10/+12
2013-12-04nl80211: allow the use of DFS channel in meshChun-Yeow Yeoh1-2/+11
2013-12-03nl80211: vendor command supportJohannes Berg2-71/+170
2013-12-03nl80211: don't clear bitrate_mask twiceJanusz Dziedzic1-9/+8
2013-12-03cfg80211: DFS check dfs_region before usageLuis R. Rodriguez1-0/+5
2013-12-03cfg80211: add reg_get_dfs_region()Luis R. Rodriguez2-0/+28
2013-12-03nl80211/cfg80211: Set Operating Mode NotificationMarek Kwaczynski1-0/+7
2013-12-02Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville13-453/+787
2013-12-02cfg80211: disable CSA for all driversSimon Wunderlich1-0/+6
2013-12-02cfg80211/mac80211/ath6kl: acquire wdev lock outside ch_switch_notifySimon Wunderlich1-6/+3
2013-12-02cfg80211: protect beacon changing functions with wdev-lockSimon Wunderlich1-3/+19
2013-12-02cfg80211: aggregate mgmt_tx parameters into a structAndrei Otcheretianski5-43/+33
2013-12-02cfg80211: fix reporting 5/10 MHz support to user spaceFelix Fietkau1-4/+5
2013-11-25cfg80211: replace print_dfs_region() with reg_dfs_region_str() helperLuis R. Rodriguez1-25/+16
2013-11-25cfg80211: distinguish unset DFS region from unknownLuis R. Rodriguez1-0/+3
2013-11-25cfg80211: intersection dfs regions when intersecting regdomainsLuis R. Rodriguez1-0/+16
2013-11-25cfg80211: use enum nl80211_dfs_regions for dfs_region everywhereLuis R. Rodriguez3-4/+4
2013-11-25cfg80211: add an option to disable processing country IEsLuis R. Rodriguez1-0/+3
2013-11-25cfg80211: add flags to define country IE processing rulesLuis R. Rodriguez1-5/+3
2013-11-25cfg80211: move regulatory flags to their own variableLuis R. Rodriguez2-17/+17
2013-11-25cfg80211: rename __set_regdom() to reg_set_rd_country_ie()Luis R. Rodriguez1-6/+5
2013-11-25cfg80211: set driver regulatory updates on its ownLuis R. Rodriguez1-67/+56
2013-11-25cfg80211: set user regulatory updates on its ownLuis R. Rodriguez1-0/+35
2013-11-25cfg80211: set core regulatory updates on its ownLuis R. Rodriguez1-13/+27
2013-11-25cfg80211: pass the last_request to __set_regdom()Luis R. Rodriguez1-3/+3
2013-11-25cfg80211: move core reg_notfier() check to sourceLuis R. Rodriguez1-13/+18
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