summaryrefslogtreecommitdiffstats
path: root/net/wireless
AgeCommit message (Expand)AuthorLines
2013-01-03regulatory: remove locking from wiphy_apply_custom_regulatoryJohannes Berg-4/+0
2013-01-03regulatory: clarify locking rules and assertionsJohannes Berg-20/+11
2013-01-03regulatory: simplify freq_reg_info_regdJohannes Berg-15/+16
2013-01-03regulatory: remove useless warningJohannes Berg-4/+0
2013-01-03regulatory: remove redundant isalpha() checkJohannes Berg-4/+2
2013-01-03regulatory: simplify restore_regulatory_settingsJohannes Berg-14/+1
2013-01-03regulatory: remove BUG_ONJohannes Berg-60/+37
2013-01-03cfg80211: remove wiphy_idx_validJohannes Berg-34/+12
2013-01-03regulatory: use proper enum for return valuesJohannes Berg-64/+69
2013-01-03regulatory: remove useless locking on exitJohannes Berg-8/+3
2013-01-03regulatory: code cleanupJohannes Berg-195/+116
2013-01-03regulatory: simplify regulatory_hint_11dJohannes Berg-5/+0
2013-01-03regulatory: don't test list before iteratingJohannes Berg-47/+19
2013-01-03regulatory: clean up reg_copy_regd()Johannes Berg-26/+24
2013-01-03regulatory: clean up regdom_intersectJohannes Berg-10/+2
2013-01-03regulatory: don't allocate too much memoryJohannes Berg-3/+4
2013-01-03regulatory: don't write past array when intersecting rulesJohannes Berg-2/+2
2012-12-22CONFIG_HOTPLUG removal from networking coreGreg KH-11/+0
2012-12-11Merge branch 'for-john' of git://git.sipsolutions.net/mac80211-nextJohn W. Linville-1/+4
2012-12-07wext: explicitly cast -110 to u8Johannes Berg-1/+1
2012-12-06Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville-346/+398
2012-12-04cfg80211: check no-OFDM flag for channels wider than 20 MHzJohannes Berg-0/+3
2012-12-03cfg80211: fix channel error on mesh joinMarco Porsch-1/+2
2012-11-30cfg80211: fix BSS struct IE access racesJohannes Berg-229/+243
2012-11-30cfg80211: fix cmp_hidden_bssJohannes Berg-4/+14
2012-11-30cfg80211: fix whitespace in scan handlingJohannes Berg-16/+13
2012-11-30cfg80211: don't BUG_ON BSS struct issuesJohannes Berg-2/+4
2012-11-29nl80211: Fix HT_IBSS feature check in ibss_joinSimon Wunderlich-0/+1
2012-11-29cfg80211: Remove unused VHT chan codeMahesh Palivela-27/+1
2012-11-28nl80211: remove unnecessary checksJohannes Berg-3/+2
2012-11-27nl80211: support P2P GO powersave configurationJohannes Berg-0/+56
2012-11-27cfg80211: rework chandef checking and export itJohannes Berg-69/+67
2012-11-26Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville-490/+848
2012-11-26cfg80211: fix some tracing output issuesJohannes Berg-76/+73
2012-11-26nl80211/cfg80211: add VHT MCS supportJohannes Berg-16/+116
2012-11-26nl80211/cfg80211: support VHT channel configurationJohannes Berg-86/+372
2012-11-26cfg80211: pass a channel definition structJohannes Berg-300/+276
2012-11-26cfg80211: remove remain-on-channel channel typeJohannes Berg-92/+47
2012-11-26cfg80211: change function signature of cfg80211_get_p2p_attr()Arend van Spriel-2/+3
2012-11-23cfg80211: use DS or HT operation IEs to determine BSS channelJohannes Berg-1/+44
2012-11-21Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville-0/+70
2012-11-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-3/+2
2012-11-19cfg80211: Add TDLS event to allow drivers to request operationsJouni Malinen-0/+70
2012-11-16lib80211: hide Kconfig symbolJohannes Berg-3/+2
2012-11-12wireless: allow 40 MHz on world roaming channels 12/13Johannes Berg-3/+2
2012-11-07nl80211: send the NL80211_ATTR_SSID in nl80211_send_iface()Antonio Quartulli-0/+5
2012-11-07cfg80211: store the ssid into wirless_dev in AP modeAntonio Quartulli-0/+3
2012-11-06wireless: add utility function to get P2P attributeJohannes Berg-0/+99
2012-11-05cfg80211: allow registering more than one beacon listenerBen Greear-29/+73
2012-11-05nl/cfg80211: add the NL80211_CMD_SET_MCAST_RATE commandAntonio Quartulli-0/+39