summaryrefslogtreecommitdiffstats
path: root/net/wireless
AgeCommit message (Expand)AuthorFilesLines
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-06ethtool: fix drvinfo strings set in driversJiri Pirko1-2/+2
2013-01-03cfg80211: disallow more station changesJohannes Berg1-14/+8
2013-01-03wireless: use __alignedJohannes Berg1-1/+1
2013-01-03nl80211/mac80211: support full station state in AP modeJohannes Berg1-0/+24
2013-01-03cfg80211: move some AP code to right fileJohannes Berg2-62/+62
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-03cfg80211: adjacent 80+80 MHz channel segments are invalidJohannes Berg1-0/+4
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 Berg3-65/+85
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 Berg3-23/+17
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 Berg2-60/+37
2013-01-03cfg80211: remove wiphy_idx_validJohannes Berg4-34/+12
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 Berg4-195/+116
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 KH2-11/+0
2012-12-11Merge branch 'for-john' of git://git.sipsolutions.net/mac80211-nextJohn W. Linville2-1/+4
2012-12-07wext: explicitly cast -110 to u8Johannes Berg1-1/+1
2012-12-06Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville10-346/+398
2012-12-04cfg80211: check no-OFDM flag for channels wider than 20 MHzJohannes Berg1-0/+3
2012-12-03cfg80211: fix channel error on mesh joinMarco Porsch1-1/+2
2012-11-30cfg80211: fix BSS struct IE access racesJohannes Berg8-229/+243
2012-11-30cfg80211: fix cmp_hidden_bssJohannes Berg1-4/+14
2012-11-30cfg80211: fix whitespace in scan handlingJohannes Berg1-16/+13
2012-11-30cfg80211: don't BUG_ON BSS struct issuesJohannes Berg1-2/+4
2012-11-29nl80211: Fix HT_IBSS feature check in ibss_joinSimon Wunderlich1-0/+1
2012-11-29cfg80211: Remove unused VHT chan codeMahesh Palivela1-27/+1
2012-11-28nl80211: remove unnecessary checksJohannes Berg1-3/+2
2012-11-27nl80211: support P2P GO powersave configurationJohannes Berg1-0/+56
2012-11-27cfg80211: rework chandef checking and export itJohannes Berg3-69/+67