aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-11-10net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-2/+1
2008-11-10cfg80211: Add kdoc for struct regulatory_requestLuis R. Rodriguez1-3/+19
2008-11-10cfg80211: Add regulatory domain intersection capabilityLuis R. Rodriguez1-8/+158
2008-11-10cfg80211: a reg rule is invalid if freq diff is 0Luis R. Rodriguez1-1/+1
2008-11-10nl80211: Add TX queue parameter configurationJouni Malinen1-5/+62
2008-11-10nl80211: Add basic rate configuration for AP modeJouni Malinen1-0/+8
2008-11-10wireless: implement basic rate helper functionJohannes Berg1-0/+19
2008-11-10wireless: fix a few sparse warningsJohannes Berg1-1/+1
2008-10-31wireless regulatory: move ignore_requestJohannes Berg1-63/+63
2008-10-31wireless: clean up regulatory ignore_request functionJohannes Berg1-40/+27
2008-10-31wireless: remove struct regdom hintingJohannes Berg3-64/+24
2008-10-31wireless: make regdom passing semantics simplerJohannes Berg2-8/+6
2008-10-31wireless: remove write-only 'granted' variableJohannes Berg1-2/+0
2008-10-31wireless: use individual buffers for printing ssid valuesJohn W. Linville1-5/+4
2008-10-31wireless: escape_ssid should handle non-printablesJohn W. Linville1-6/+19
2008-10-31wireless: remove NETWORK_EMPTY_ESSID flagJohn W. Linville1-5/+0
2008-10-31wireless: consolidate on a single escape_essid implementationJohn W. Linville3-0/+69
2008-10-31wireless: fix EU checkJohannes Berg1-1/+1
2008-10-31wireless: get rid of pointless request listJohannes Berg1-69/+21
2008-10-31wireless: remove cfg80211_reg_mutexJohannes Berg3-8/+2
2008-10-31wireless: don't publish __regulatory_hintJohannes Berg1-0/+28
2008-10-31Add nl80211 commands to get and set o11s mesh networking parameterscolin@cozybit.com1-0/+191
2008-10-31nl80211: fix monitor flagsJohannes Berg1-1/+1
2008-10-31nl80211: export HT capabilitiesJohannes Berg1-0/+13
2008-10-26wireless: fix regression caused by regulatory config optionArjan van de Ven1-6/+5
2008-10-14cfg80211: fix debugfs error handlingJohannes Berg1-1/+4
2008-10-12wireless: remove duplicated #includeHuang Weiyi1-1/+0
2008-10-06wireless: fix typo in Kconfig.Davide Pesavento1-1/+1
2008-09-24wireless: a global static to local static improvementDenis ChengRq1-9/+7
2008-09-24cfg80211: reject invalid configuration itemsJohannes Berg1-7/+17
2008-09-24cfg80211: allow set_interface without typeJohannes Berg1-7/+8
2008-09-24cfg80211: show interface typeJohannes Berg2-1/+7
2008-09-24cfg80211: clean up static regdomain messJohannes Berg1-53/+20
2008-09-24cfg80211: fix regulatory code constJohannes Berg2-33/+31
2008-09-24cfg80211: clean up regulatory messJohannes Berg3-230/+203
2008-09-24cfg80211: fix static regdomainsJohannes Berg1-16/+16
2008-09-15cfg80211: Add new wireless regulatory infrastructureLuis R. Rodriguez6-116/+1080
2008-09-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller1-1/+2
2008-09-05cfg80211: keep track of supported interface modesLuis R. Rodriguez2-3/+28
2008-09-02net/wireless/Kconfig: clarify the description for CONFIG_WIRELESS_EXT_SYSFSFlorian Mickler1-1/+2
2008-08-29mac80211/cfg80211: HT capabilities for NEW_STAJouni Malinen1-0/+10
2008-08-29mac80211/cfg80211: Add BSS configuration options for AP modeJouni Malinen1-0/+52
2008-08-13wext: Send name on eventsJamal Hadi Salim1-0/+1
2008-07-29nl80211: fix dump callbacksJohannes Berg1-122/+153
2008-07-19netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki1-1/+1
2008-07-14wext: make sysfs bits optional and deprecate themJohannes Berg1-0/+11
2008-07-08net/wireless/nl80211.c: fix endless Netlink callback loop.Julius Volz1-2/+4
2008-06-16wext: Create IW_REQUEST_FLAG_COMPAT and set it as needed.David S. Miller1-40/+33
2008-06-16wext: Dispatch and handle compat ioctls entirely in net/wireless/wext.cDavid S. Miller1-0/+104
2008-06-16wext: Pull top-level ioctl dispatch logic into helper function.David S. Miller1-6/+20