aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/sta_info.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-06-24mac80211: initialize power mode for mesh STAsThomas Pedersen1-0/+1
2013-06-13mac80211: fix TX aggregation TID struct leakJohannes Berg1-0/+1
2013-06-04mac80211: add a tx control flag to indicate PS-Poll/uAPSD responseFelix Fietkau1-1/+3
2013-05-16mac80211: add support for per-chain signal strength reportingFelix Fietkau1-0/+2
2013-03-11mac80211: batch key free synchronize_net()Johannes Berg1-9/+3
2013-03-11mac80211: remove underscores from some key functionsJohannes Berg1-4/+4
2013-03-07mac80211: Call drv_set_tim only if there is a changeIlan Peer1-0/+13
2013-03-07mac80211: provide ieee80211_sta_eosp()Johannes Berg1-17/+3
2013-03-06mac80211: init mesh timer for user authed STAsThomas Pedersen1-0/+5
2013-03-06mac80211: defer tailroom counter manipulation when roamingJohannes Berg1-2/+4
2013-02-15mac80211: stop modifying HT SMPS capabilityJohannes Berg1-0/+2
2013-02-15mac80211: use spin_lock_bh() for tim_lockJohannes Berg1-3/+2
2013-02-15mac80211: fix auth/assoc timeout handlingJohannes Berg1-0/+2
2013-02-11mac80211: fix mesh sta teardownThomas Pedersen1-7/+2
2013-02-04mac80211: mesh power save basicsMarco Porsch1-2/+18
2013-01-24mac80211: clean up mesh sta allocation warningThomas Pedersen1-5/+0
2013-01-03mac80211: split aggregation stop by reasonJohannes Berg1-1/+1
2013-01-03mac80211: optimise AP stop RCU handlingJohannes Berg1-2/+0
2013-01-03mac80211: optimise roaming time againJohannes Berg1-10/+17
2013-01-03mac80211: remove final sta_info_flush()Johannes Berg1-17/+6
2013-01-03mac80211: use del_timer_sync for final sta cleanup timer deletionJohannes Berg1-1/+1
2013-01-03mac80211: fix station destruction in AP/mesh modesJohannes Berg1-4/+40
2012-11-26Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-1/+1
2012-11-26mac80211: convert to channel definition structJohannes Berg1-1/+1
2012-11-21Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-5/+5
2012-11-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-3/+8
2012-11-19mac80211: introduce IEEE80211_NUM_TIDS and use itJohannes Berg1-5/+5
2012-11-14Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211John W. Linville1-3/+8
2012-11-10mac80211: call skb_dequeue/ieee80211_free_txskb instead of __skb_queue_purgeFelix Fietkau1-3/+3
2012-11-05mac80211: sync acccess to tx_filtered/ps_tx_buf queuesArik Nemtsov1-0/+5
2012-10-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-2/+2
2012-10-19mac80211: make client powersave independent of interface typeMarco Porsch1-11/+32
2012-10-17mac80211: Use appropriate debug wrapperMohammed Shafi Shajakhan1-2/+2
2012-10-17mac80211: use channel contextsJohannes Berg1-1/+11
2012-10-15mac80211: use ieee80211_free_txskb in a few more placesFelix Fietkau1-2/+2
2012-09-21mac80211: don't send delBA when removing stationsJohannes Berg1-1/+1
2012-09-10mac80211: use call_rcu() on sta deletionEliad Peller1-54/+67
2012-06-24mac80211: clean up debuggingJohannes Berg1-27/+17
2012-06-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-2/+2
2012-06-05net: mac80211: Add and use ibss_vdbg debugging macroJoe Perches1-4/+2
2012-06-05net: mac80211: Convert printk(KERN_DEBUG to pr_debugJoe Perches1-12/+9
2012-06-04mac80211: fix non RCU-safe sta_list manipulationArik Nemtsov1-2/+2
2012-05-09mac80211: Convert compare_ether_addr to ether_addr_equalJoe Perches1-4/+4
2012-04-24mac80211: fix num_mcast_sta counting issuesFelix Fietkau1-4/+8
2012-04-24mac80211: rename AP variable num_sta_authorized to num_mcast_staFelix Fietkau1-2/+2
2012-04-09mac80211: end service period only after sending last buffered frameMarco Porsch1-7/+9
2012-03-05mac80211: use compare_ether_addr on MAC addresses instead of memcmpFelix Fietkau1-2/+3
2012-02-29mac80211: handle non-bufferable MMPDUs correctlyJohannes Berg1-2/+2
2012-02-27mac80211: fix sta_info_flush() return valueJohannes Berg1-1/+3
2012-02-08mac80211: add #ifdef CONFIG_MAC80211_VERBOSE_DEBUG for a debug printkFelix Fietkau1-0/+2