aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/cfg.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-04-01mac80211: automatically free sta struct when insertion failsJohannes Berg1-1/+1
2008-03-06mac80211: always force mesh_path deletionsLuis Carlos Cobo1-1/+1
2008-03-06mac80211: fix sta_info mesh timer bugJohannes Berg1-6/+7
2008-03-06mac80211: split sta_info_addJohannes Berg1-9/+33
2008-03-06mac80211: RCU-ify STA info structure accessJohannes Berg1-54/+56
2008-03-06mac80211: clean up mesh codeJohannes Berg1-23/+9
2008-03-06mac80211: mesh path and mesh peer configurationLuis Carlos Cobo1-10/+259
2008-03-06mac80211: mesh data structures and first mesh changesLuis Carlos Cobo1-1/+1
2008-03-06nl80211/cfg80211: support for mesh, sta dumpingLuis Carlos Cobo1-9/+11
2008-02-29mac80211: split ieee80211_key_alloc/freeJohannes Berg1-8/+19
2008-02-29mac80211: atomically check whether STA exists alreadyJohannes Berg1-9/+2
2008-02-29mac80211: Use monitor configuration flagsMichael Wu1-1/+14
2008-02-29nl80211: Add monitor interface configuration flagsMichael Wu1-2/+2
2008-02-29cfg80211 API for channels/bitrates, mac80211 and driver conversionJohannes Berg1-5/+6
2008-01-28mac80211: implement cfg80211 station handlingJohannes Berg1-0/+192
2008-01-28mac80211: add beacon configuration via cfg80211Johannes Berg1-0/+156
2008-01-28mac80211: move interface type to vif structureJohannes Berg1-1/+1
2008-01-28mac80211: implement station stats retrievalJohannes Berg1-0/+26
2008-01-28mac80211: support getting key sequence counters via cfg80211Johannes Berg1-1/+84
2008-01-28mac80211: support adding/removing keys via cfg80211Johannes Berg1-0/+91
2007-10-10[MAC80211]: implement cfg80211's change_interface hookJohannes Berg1-18/+57
2007-10-10[MAC80211]: rename ieee80211_cfg.h to cfg.hMichael Wu1-1/+1
2007-10-10[MAC80211]: rename ieee80211_cfg.c to cfg.cJohannes Berg1-0/+67