aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/cfg.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-02-27nl80211: Provide access to STA TX/RX packet countersJouni Malinen1-0/+4
2009-02-27mac80211: split IBSS/managed codeJohannes Berg1-23/+22
2009-02-13cfg80211/nl80211: scanning (and mac80211 update to use it)Johannes Berg1-0/+20
2009-02-13mac80211: reject extra IEs for probe request when hw_scanJohannes Berg1-3/+8
2009-01-29mac80211: Add capability to enable/disable beaconingJohannes Berg1-2/+3
2009-01-29mac80211: add suspend/resume callbacksBob Copeland1-0/+17
2009-01-29nl80211: New command for adding extra IE(s) into management framesJouni Malinen1-0/+82
2009-01-29mac80211: 802.11w - Use BIP (AES-128-CMAC)Jouni Malinen1-0/+31
2009-01-29mac80211: 802.11w - STA flag for MFPJouni Malinen1-0/+4
2008-12-19mac80211: Send Layer 2 Update frame on reassociationJouni Malinen1-2/+11
2008-12-19mac80211: Fix HT channel selectionSujith1-2/+2
2008-12-19nl80211: Add signal strength and bandwith to nl80211station infoHenning Rogge1-1/+24
2008-12-12mac80211: remove WARN_ON() from ieee80211_hw_configReinette Chatre1-2/+4
2008-12-05nl80211: Add frequency configuration (including HT40)Jouni Malinen1-0/+13
2008-11-10mac80211: Allow AP mode to be enabledJouni Malinen1-0/+2
2008-11-10nl80211: Add TX queue parameter configurationJouni Malinen1-0/+25
2008-11-10nl80211: Add basic rate configuration for AP modeJouni Malinen1-0/+18
2008-10-31Add nl80211 commands to get and set o11s mesh networking parameterscolin@cozybit.com1-0/+68
2008-10-31mac80211: rewrite HT handlingJohannes Berg1-2/+4
2008-10-31mac80211: move bss_conf into vifJohannes Berg1-3/+3
2008-10-31mac80211: introduce hw config change flagsJohannes Berg1-1/+2
2008-10-31802.11: clean up/fix HT supportJohannes Berg1-4/+3
2008-10-31mac80211: clean up ieee80211_hw_config errorsJohannes Berg1-2/+1
2008-10-31mac80211: remove wiphy_to_hwJohannes Berg1-7/+0
2008-09-24mac80211: clean up rate control APIJohannes Berg1-1/+1
2008-09-24mac80211: allow interface settings changes only when downJohannes Berg1-0/+3
2008-09-24mac80211: make master iface not wirelessJohannes Berg1-59/+0
2008-09-15mac80211: share sta_info->ht_infoJohannes Berg1-1/+1
2008-09-15mac80211: share sta->supp_ratesJohannes Berg1-1/+1
2008-09-15mac80211: share STA information with driverJohannes Berg1-6/+6
2008-09-15mac80211: use nl80211 interface typesJohannes Berg1-34/+23
2008-09-15mac80211: split off mesh handling entirelyJohannes Berg1-3/+3
2008-09-15cfg80211: Add new wireless regulatory infrastructureLuis R. Rodriguez1-0/+7
2008-08-29mac80211/cfg80211: HT capabilities for NEW_STAJouni Malinen1-0/+5
2008-08-29mac80211/cfg80211: Add BSS configuration options for AP modeJouni Malinen1-0/+37
2008-08-22replace net_device arguments with ieee80211_{local,sub_if_data} as appropriateJasper Bryant-Greene1-8/+13
2008-07-29mac80211: fix cfg80211 hooks for master interfaceJohannes Berg1-15/+88
2008-07-14mac80211: revamp beacon configurationJohannes Berg1-2/+2
2008-07-14mac80211: push interface checks downJohannes Berg1-4/+4
2008-07-14mac80211: revamp virtual interface handlingJohannes Berg1-20/+4
2008-07-14mac80211: make master netdev handling saneJohannes Berg1-1/+1
2008-06-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+2
2008-05-28net/mac80211: always true conditionalsNicolas Kaiser1-2/+2
2008-05-21mac80211: add a struct to hold tkip contextHarvey Harrison1-2/+2
2008-05-14mac80211: proper STA info lockingJohannes Berg1-0/+2
2008-04-16mac80211: allow WDS modeJohannes Berg1-0/+2
2008-04-16mac80211: further RCU fixesJohannes Berg1-3/+17
2008-04-08mac80211: rename filesJohannes Berg1-1/+1
2008-04-08mac80211: fix key vs. sta locking problemsJohannes Berg1-10/+34
2008-04-01mac80211: clean up sta_info_destroy() users wrt. RCU/lockingJohannes Berg1-5/+1