summaryrefslogtreecommitdiffstats
path: root/net/wireless/nl80211.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-27cfg80211: fix locking in nl80211_set_wiphyJohannes Berg1-8/+20
2009-03-27cfg80211: accept no-op interface mode changesJohannes Berg1-7/+21
2009-03-27nl80211: Check iftype in cfg80211 codeJouni Malinen1-2/+56
2009-03-27nl80211: Check that netif_runnin is true in cfg80211 codeJouni Malinen1-0/+40
2009-03-27nl80211: Add more through validation of MLME command parametersJouni Malinen1-6/+26
2009-03-27nl80211: Remove NL80211_CMD_SET_MGMT_EXTRA_IEJouni Malinen1-47/+0
2009-03-27nl80211: Add MLME primitives to support external SMEJouni Malinen1-0/+255
2009-03-27nl80211: Event notifications for MLME eventsJouni Malinen1-0/+72
2009-03-27nl80211: rework lockingJohannes Berg1-105/+166
2009-03-27nl80211: export supported commandsJohannes Berg1-0/+27
2009-03-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+11
2009-03-20nl80211: Check that function pointer != NULL before using itJouni Malinen1-0/+11
2009-03-16cfg80211: add regulatory netlink multicast groupLuis R. Rodriguez1-0/+62
2009-02-27nl80211: Avoid AP mode BUG_ON hang with invalid lock assertJouni Malinen1-2/+0
2009-02-27cfg80211: move all regulatory hints to workqueueLuis R. Rodriguez1-20/+10
2009-02-27cfg80211: add assert_cfg80211_lock() to ensure proper protectionLuis R. Rodriguez1-1/+2
2009-02-27nl80211: disallow user requests prior to regulatory_init()Luis R. Rodriguez1-8/+26
2009-02-27cfg80211: rename cfg80211_drv_mutex to cfg80211_mutexLuis R. Rodriguez1-10/+10
2009-02-27cfg80211: rename cfg80211_registered_device's idx to wiphy_idxLuis R. Rodriguez1-2/+2
2009-02-27cfg80211: clean up signal typeJohannes Berg1-1/+1
2009-02-27nl80211: remove admin requirement from station getJohannes Berg1-1/+0
2009-02-27nl80211: Provide access to STA TX/RX packet countersJouni Malinen1-0/+6
2009-02-27nl80211: Optional IEs into scan requestJouni Malinen1-1/+20
2009-02-13cfg80211/nl80211: scanning (and mac80211 update to use it)Johannes Berg1-0/+323
2009-02-09cfg80211: add get reg commandLuis R. Rodriguez1-0/+81
2009-01-29cfg80211: do not pass -EALREADY to userspace on regdomain change requestLuis R. Rodriguez1-0/+5
2009-01-29nl80211: New command for adding extra IE(s) into management framesJouni Malinen1-0/+47
2009-01-29mac80211: 802.11w - Use BIP (AES-128-CMAC)Jouni Malinen1-7/+22
2008-12-19mac80211: Fix HT channel selectionSujith1-14/+13
2008-12-19nl80211: Add signal strength and bandwith to nl80211station infoHenning Rogge1-1/+57
2008-12-12cfg80211: fix nl80211 frequency handlingJohannes Berg1-14/+26
2008-12-05nl80211: Add frequency configuration (including HT40)Jouni Malinen1-0/+57
2008-11-26nl80211: Change max TX power to be in mBm instead of dBmJouni Malinen1-2/+2
2008-11-26nl80211: Report max TX power in NL80211_BAND_ATTR_FREQSJouni Malinen1-0/+3
2008-11-25cfg80211/mac80211: Add 802.11d supportLuis 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-10-31wireless: remove struct regdom hintingJohannes Berg1-1/+1
2008-10-31wireless: make regdom passing semantics simplerJohannes Berg1-4/+1
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-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 Berg1-1/+5
2008-09-15cfg80211: Add new wireless regulatory infrastructureLuis R. Rodriguez1-0/+151
2008-09-05cfg80211: keep track of supported interface modesLuis R. Rodriguez1-2/+20
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-07-29nl80211: fix dump callbacksJohannes Berg1-122/+153