summaryrefslogtreecommitdiffstats
path: root/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2009-07-10wext: constify extra argument to wireless_send_eventJohannes Berg1-1/+1
2009-07-10cfg80211: remove wireless_dev->bssidJohannes Berg1-10/+3
2009-07-10cfg80211: use proper allocation flagsJohannes Berg3-43/+49
2009-07-10nl80211: clean up function definitionsJohannes Berg1-29/+29
2009-07-10cfg80211: move break statement to correct placeJohannes Berg1-15/+16
2009-07-10wext: default to yJohannes Berg1-9/+3
2009-07-10wext: allow returning NULL statsJohannes Berg1-1/+8
2009-07-10cfg80211: send wext MLME-MICHAELMICFAILURE.indicationJohannes Berg1-0/+16
2009-07-10cfg80211: infer WPA and WPA2 support from TKIP and CCMPDavid Kilroy1-4/+4
2009-07-10cfg80211: set WE encoding size based on available ciphersDavid Kilroy1-3/+10
2009-07-10cfg80211: allow drivers that can't scan for specific ssidsDavid Kilroy2-4/+2
2009-07-10cfg80211: Advertise ciphers via WE according to driver capabilityDavid Kilroy1-2/+13
2009-07-10cfg80211: prohibit scanning the same channel more than onceJohannes Berg1-3/+30
2009-07-10cfg80211: issue netlink notification when scan startsJohannes Berg3-10/+34
2009-07-10cfg80211: pass netdev to change_virtual_intfJohannes Berg2-8/+6
2009-07-07cfg80211: fix refcount leakJohannes Berg1-1/+0
2009-07-07Wireless: nl80211, fix lock imbalanceJiri Slaby1-0/+1
2009-06-19cfg80211: validate station settingsJohannes Berg1-16/+78
2009-06-19cfg80211: allow setting station parameters in meshAndrey Yurovsky1-1/+2
2009-06-19cfg80211: allow adding/deleting stations on meshAndrey Yurovsky1-2/+4
2009-06-10cfg80211: fix rfkill locking problemJohannes Berg1-10/+9
2009-06-10cfg80211: fix for duplicate response for driver reg requestLuis R. Rodriguez1-1/+6
2009-06-03cfg80211: make ieee80211_get_mesh_hdrlen() staticLuis R. Rodriguez1-1/+1
2009-06-03cfg80211: add rfkill supportJohannes Berg4-8/+110
2009-06-03cfg80211: move txpower wext from mac80211Johannes Berg1-0/+80
2009-06-03nl80211: use GFP_ATOMIC for michael mic failure messageBob Copeland1-2/+2
2009-06-03cfg80211: fix for duplicate userspace repliesLuis R. Rodriguez1-1/+7
2009-06-03cfg80211: disallow interfering with stations on non-AP (part 2)Johannes Berg1-0/+6
2009-06-03cfg80211: use key size constantsJohannes Berg1-6/+5
2009-06-03nl80211: bounce scan request back to userspaceJohannes Berg2-6/+40
2009-06-03cfg80211: validate AID of stations being addedJohannes Berg1-0/+4
2009-05-26nl80211: Eliminate reference to BUS_ID_SIZE.David S. Miller1-1/+1
2009-05-25Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-0/+14
2009-05-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller11-81/+735
2009-05-22wireless: move some utility functions from mac80211 to cfg80211Zhu Yi1-0/+305
2009-05-22wext: remove atomic requirement for wireless statsJohannes Berg1-5/+27
2009-05-21wireless: Use genl_register_family_with_ops()Michał Mirosław1-8/+3
2009-05-20cfg80211: warn when wiphy_apply_custom_regulatory() does nothingLuis R. Rodriguez1-2/+11
2009-05-20cfg80211: fix compile error with CONFIG_CFG80211_DEBUGFSPavel Roskin1-1/+1
2009-05-20cfg80211: fix in nl80211_set_reg()Luis R. Rodriguez2-1/+6
2009-05-20cfg80211: cleanup return calls on nl80211_set_reg()Luis R. Rodriguez1-6/+13
2009-05-20cfg80211: return immediately if num reg rules > NL80211_MAX_SUPP_REG_RULESLuis R. Rodriguez1-1/+1
2009-05-20cfg80211: allow wext to remove keys that don't existJohannes Berg1-0/+7
2009-05-20cfg80211: mark ops as pointer to constDavid Kilroy2-2/+2
2009-05-20nl80211: Validate NL80211_ATTR_KEY_SEQ lengthJouni Malinen2-0/+16
2009-05-20cfg80211: add debugfs HT40 allow mapLuis R. Rodriguez2-0/+62
2009-05-20mac80211/cfg80211: move wiphy specific debugfs entries to cfg80211Luis R. Rodriguez6-0/+109
2009-05-20cfg80211: check allowed channel type upon userspace requestsLuis R. Rodriguez1-22/+17
2009-05-20wireless: rename IEEE80211_CHAN_NO_FAT_* to HT40-/+Luis R. Rodriguez1-4/+4
2009-05-20cfg80211: Process regulatory max bandwidth checks for HT40Luis R. Rodriguez1-42/+159