summaryrefslogtreecommitdiffstats
path: root/net/wireless
AgeCommit message (Expand)AuthorLines
2008-10-31wireless: remove struct regdom hintingJohannes Berg-64/+24
2008-10-31wireless: make regdom passing semantics simplerJohannes Berg-8/+6
2008-10-31wireless: remove write-only 'granted' variableJohannes Berg-2/+0
2008-10-31wireless: use individual buffers for printing ssid valuesJohn W. Linville-5/+4
2008-10-31wireless: escape_ssid should handle non-printablesJohn W. Linville-6/+19
2008-10-31wireless: remove NETWORK_EMPTY_ESSID flagJohn W. Linville-5/+0
2008-10-31wireless: consolidate on a single escape_essid implementationJohn W. Linville-0/+69
2008-10-31wireless: fix EU checkJohannes Berg-1/+1
2008-10-31wireless: get rid of pointless request listJohannes Berg-69/+21
2008-10-31wireless: remove cfg80211_reg_mutexJohannes Berg-8/+2
2008-10-31wireless: don't publish __regulatory_hintJohannes Berg-0/+28
2008-10-31Add nl80211 commands to get and set o11s mesh networking parameterscolin@cozybit.com-0/+191
2008-10-31nl80211: fix monitor flagsJohannes Berg-1/+1
2008-10-31nl80211: export HT capabilitiesJohannes Berg-0/+13
2008-10-26wireless: fix regression caused by regulatory config optionArjan van de Ven-6/+5
2008-10-14cfg80211: fix debugfs error handlingJohannes Berg-1/+4
2008-10-12wireless: remove duplicated #includeHuang Weiyi-1/+0
2008-10-06wireless: fix typo in Kconfig.Davide Pesavento-1/+1
2008-09-24wireless: a global static to local static improvementDenis ChengRq-9/+7
2008-09-24cfg80211: reject invalid configuration itemsJohannes Berg-7/+17
2008-09-24cfg80211: allow set_interface without typeJohannes Berg-7/+8
2008-09-24cfg80211: show interface typeJohannes Berg-1/+7
2008-09-24cfg80211: clean up static regdomain messJohannes Berg-53/+20
2008-09-24cfg80211: fix regulatory code constJohannes Berg-33/+31
2008-09-24cfg80211: clean up regulatory messJohannes Berg-230/+203
2008-09-24cfg80211: fix static regdomainsJohannes Berg-16/+16
2008-09-15cfg80211: Add new wireless regulatory infrastructureLuis R. Rodriguez-116/+1080
2008-09-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller-1/+2
2008-09-05cfg80211: keep track of supported interface modesLuis R. Rodriguez-3/+28
2008-09-02net/wireless/Kconfig: clarify the description for CONFIG_WIRELESS_EXT_SYSFSFlorian Mickler-1/+2
2008-08-29mac80211/cfg80211: HT capabilities for NEW_STAJouni Malinen-0/+10
2008-08-29mac80211/cfg80211: Add BSS configuration options for AP modeJouni Malinen-0/+52
2008-08-13wext: Send name on eventsJamal Hadi Salim-0/+1
2008-07-29nl80211: fix dump callbacksJohannes Berg-122/+153
2008-07-19netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki-1/+1
2008-07-14wext: make sysfs bits optional and deprecate themJohannes Berg-0/+11
2008-07-08net/wireless/nl80211.c: fix endless Netlink callback loop.Julius Volz-2/+4
2008-06-16wext: Create IW_REQUEST_FLAG_COMPAT and set it as needed.David S. Miller-40/+33
2008-06-16wext: Dispatch and handle compat ioctls entirely in net/wireless/wext.cDavid S. Miller-0/+104
2008-06-16wext: Pull top-level ioctl dispatch logic into helper function.David S. Miller-6/+20
2008-06-16wext: Pass iwreq pointer down into standard/private handlers.David S. Miller-9/+8
2008-06-16wext: Parameterize the standard/private handlers.David S. Miller-8/+16
2008-06-16wext: Pull ioctl permission checking out into helper function.David S. Miller-7/+15
2008-06-16wext: Extract private call iw_point handling into seperate functions.David S. Miller-67/+74
2008-06-16wext: Extract standard call iw_point handling into seperate function.David S. Miller-124/+134
2008-06-16wext: Make adjust_priv_size() take a "struct iw_point *".David S. Miller-3/+3
2008-06-16wext: Remove inline from get_priv_size() and adjust_priv_size().David S. Miller-3/+2
2008-06-14mac80211: implement EU regulatory domainTony Vroon-0/+18
2008-06-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-4/+8
2008-06-03netlink: Improve returned error codesThomas Graf-4/+8