aboutsummaryrefslogtreecommitdiff
path: root/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2008-11-10net: struct device - replace bus_id with dev_name(), dev_set_name()Gravatar Kay Sievers 1-2/+1
2008-11-10cfg80211: Add kdoc for struct regulatory_requestGravatar Luis R. Rodriguez 1-3/+19
2008-11-10cfg80211: Add regulatory domain intersection capabilityGravatar Luis R. Rodriguez 1-8/+158
2008-11-10cfg80211: a reg rule is invalid if freq diff is 0Gravatar Luis R. Rodriguez 1-1/+1
2008-11-10nl80211: Add TX queue parameter configurationGravatar Jouni Malinen 1-5/+62
2008-11-10nl80211: Add basic rate configuration for AP modeGravatar Jouni Malinen 1-0/+8
2008-11-10wireless: implement basic rate helper functionGravatar Johannes Berg 1-0/+19
2008-11-10wireless: fix a few sparse warningsGravatar Johannes Berg 1-1/+1
2008-10-31wireless regulatory: move ignore_requestGravatar Johannes Berg 1-63/+63
2008-10-31wireless: clean up regulatory ignore_request functionGravatar Johannes Berg 1-40/+27
2008-10-31wireless: remove struct regdom hintingGravatar Johannes Berg 3-64/+24
2008-10-31wireless: make regdom passing semantics simplerGravatar Johannes Berg 2-8/+6
2008-10-31wireless: remove write-only 'granted' variableGravatar Johannes Berg 1-2/+0
2008-10-31wireless: use individual buffers for printing ssid valuesGravatar John W. Linville 1-5/+4
2008-10-31wireless: escape_ssid should handle non-printablesGravatar John W. Linville 1-6/+19
2008-10-31wireless: remove NETWORK_EMPTY_ESSID flagGravatar John W. Linville 1-5/+0
2008-10-31wireless: consolidate on a single escape_essid implementationGravatar John W. Linville 3-0/+69
2008-10-31wireless: fix EU checkGravatar Johannes Berg 1-1/+1
2008-10-31wireless: get rid of pointless request listGravatar Johannes Berg 1-69/+21
2008-10-31wireless: remove cfg80211_reg_mutexGravatar Johannes Berg 3-8/+2
2008-10-31wireless: don't publish __regulatory_hintGravatar Johannes Berg 1-0/+28
2008-10-31Add nl80211 commands to get and set o11s mesh networking parametersGravatar colin@cozybit.com 1-0/+191
2008-10-31nl80211: fix monitor flagsGravatar Johannes Berg 1-1/+1
2008-10-31nl80211: export HT capabilitiesGravatar Johannes Berg 1-0/+13
2008-10-26wireless: fix regression caused by regulatory config optionGravatar Arjan van de Ven 1-6/+5
2008-10-14cfg80211: fix debugfs error handlingGravatar Johannes Berg 1-1/+4
2008-10-12wireless: remove duplicated #includeGravatar Huang Weiyi 1-1/+0
2008-10-06wireless: fix typo in Kconfig.Gravatar Davide Pesavento 1-1/+1
2008-09-24wireless: a global static to local static improvementGravatar Denis ChengRq 1-9/+7
2008-09-24cfg80211: reject invalid configuration itemsGravatar Johannes Berg 1-7/+17
2008-09-24cfg80211: allow set_interface without typeGravatar Johannes Berg 1-7/+8
2008-09-24cfg80211: show interface typeGravatar Johannes Berg 2-1/+7
2008-09-24cfg80211: clean up static regdomain messGravatar Johannes Berg 1-53/+20
2008-09-24cfg80211: fix regulatory code constGravatar Johannes Berg 2-33/+31
2008-09-24cfg80211: clean up regulatory messGravatar Johannes Berg 3-230/+203
2008-09-24cfg80211: fix static regdomainsGravatar Johannes Berg 1-16/+16
2008-09-15cfg80211: Add new wireless regulatory infrastructureGravatar Luis R. Rodriguez 6-116/+1080
2008-09-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...Gravatar David S. Miller 1-1/+2
2008-09-05cfg80211: keep track of supported interface modesGravatar Luis R. Rodriguez 2-3/+28
2008-09-02net/wireless/Kconfig: clarify the description for CONFIG_WIRELESS_EXT_SYSFSGravatar Florian Mickler 1-1/+2
2008-08-29mac80211/cfg80211: HT capabilities for NEW_STAGravatar Jouni Malinen 1-0/+10
2008-08-29mac80211/cfg80211: Add BSS configuration options for AP modeGravatar Jouni Malinen 1-0/+52
2008-08-13wext: Send name on eventsGravatar Jamal Hadi Salim 1-0/+1
2008-07-29nl80211: fix dump callbacksGravatar Johannes Berg 1-122/+153
2008-07-19netns: Use net_eq() to compare net-namespaces for optimization.Gravatar YOSHIFUJI Hideaki 1-1/+1
2008-07-14wext: make sysfs bits optional and deprecate themGravatar Johannes Berg 1-0/+11
2008-07-08net/wireless/nl80211.c: fix endless Netlink callback loop.Gravatar Julius Volz 1-2/+4
2008-06-16wext: Create IW_REQUEST_FLAG_COMPAT and set it as needed.Gravatar David S. Miller 1-40/+33
2008-06-16wext: Dispatch and handle compat ioctls entirely in net/wireless/wext.cGravatar David S. Miller 1-0/+104
2008-06-16wext: Pull top-level ioctl dispatch logic into helper function.Gravatar David S. Miller 1-6/+20