aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-07-07mac80211: minstrel: avoid accessing negative indices in rix_to_ndx()Luciano Coelho1-1/+4
2009-07-07mac80211: fix allocation in mesh_queue_preqAndrey Yurovsky1-1/+1
2009-06-26mac80211: Use rcu_barrier() on unload.Jesper Dangaard Brouer1-1/+1
2009-06-15mac80211: fix wext bssid/ssid settingJohannes Berg1-11/+14
2009-06-15mac80211: disconnect when user changes channelJohannes Berg4-31/+31
2009-06-15mac80211: add queue debugfs fileJohannes Berg2-0/+26
2009-06-15mac80211: Do not try to associate with an empty SSIDJouni Malinen1-0/+8
2009-06-13net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy1-1/+1
2009-06-10mac80211: disable PS while probing APJohannes Berg1-12/+33
2009-06-10mac80211: disable moving between PS modes during scanLuis R. Rodriguez2-5/+4
2009-06-10mac80211: clean up return value of __ieee80211_parse_tx_radiotapJohannes Berg1-7/+6
2009-06-10mac80211: don't use master netdev nameJohannes Berg2-6/+6
2009-06-10mac80211: Fix the way ADDBA request count being modifiedVasanthakumar Thiagarajan1-2/+4
2009-06-10mac80211: do not pass PS frames out of mac80211 againJohannes Berg6-73/+69
2009-06-10mac80211 : fix unaligned rx skbmatthieu castet1-1/+1
2009-06-10mac80211: fix minstrel single-rate memory corruptionBob Copeland1-1/+1
2009-06-03cfg80211: fix Kconfig for users of cfg80211Johannes Berg1-1/+4
2009-06-03mac80211: removed unused variable in ieee80211_tx()Luis R. Rodriguez1-2/+0
2009-06-03mac80211: extend sta kdoc - explain when they are addedLuis R. Rodriguez1-0/+9
2009-06-03cfg80211: add rfkill supportJohannes Berg4-15/+18
2009-06-03cfg80211: move txpower wext from mac80211Johannes Berg2-78/+56
2009-06-03mac80211: handle -EALREADY on cfg80211 op assoc reqLuis R. Rodriguez1-1/+1
2009-06-03mac80211: fix transposed min/max CW valuesJohannes Berg1-4/+4
2009-06-03cfg80211: validate AID of stations being addedJohannes Berg1-6/+7
2009-06-03mac80211: deprecate conf.beacon_int properlyJohannes Berg1-10/+2
2009-05-27net: ALIGN/PTR_ALIGN cleanup in alloc_netdev_mq()/netdev_priv()Eric Dumazet1-6/+2
2009-05-22wireless: move some utility functions from mac80211 to cfg80211Zhu Yi5-193/+5
2009-05-22mac80211: correct probe wait timeJohannes Berg1-1/+1
2009-05-22mac80211: fix probe response wait timingJohannes Berg1-4/+5
2009-05-20mac80211: fix managed mode BSSID handlingJohannes Berg2-7/+19
2009-05-20mac80211: fix parameter confusion when finding IBSSJohannes Berg1-2/+2
2009-05-20mac80211: don't try to do anything on unchanged genIEJohannes Berg2-2/+10
2009-05-20mac80211: Do not override AID in the duration fieldJouni Malinen1-0/+2
2009-05-20mac80211: PS processing for every Beacon with our AID in TIMJouni Malinen1-9/+10
2009-05-20mac80211: fix kernel-docJohannes Berg1-0/+1
2009-05-20mac80211: cancel/restart all timers across suspend/resumeJohannes Berg12-19/+321
2009-05-20mac80211: move channel switch codeJohannes Berg4-111/+105
2009-05-20nl80211: Validate NL80211_ATTR_KEY_SEQ lengthJouni Malinen1-3/+3
2009-05-20mac80211: Cancel pending probereq poll on beacon RXJouni Malinen1-0/+10
2009-05-20mac80211: Initialize RX's last received sequence numberSenthil Balasubramanian1-0/+3
2009-05-20mac80211/cfg80211: move wiphy specific debugfs entries to cfg80211Luis R. Rodriguez2-20/+0
2009-05-20mac80211: check if HT40+/- is allowed before sending assocLuis R. Rodriguez1-2/+6
2009-05-20wireless: rename IEEE80211_CHAN_NO_FAT_* to HT40-/+Luis R. Rodriguez1-2/+2
2009-05-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-2/+2
2009-05-13mac80211: make noack test availableJohannes Berg4-2/+44
2009-05-13mac80211: IBSS supported rate fixesJohannes Berg1-27/+40
2009-05-13mac80211: don't connect to IBSS network with different privacyJohannes Berg1-2/+8
2009-05-13mac80211: split out and decrease probe wait timeJohannes Berg1-2/+3
2009-05-13mac80211: respond to beacon loss report only onceJohannes Berg1-0/+11
2009-05-13nl80211: Add RSC configuration for new keysJouni Malinen3-3/+24