summaryrefslogtreecommitdiff
path: root/net/mac80211/ibss.c
AgeCommit message (Expand)Author
2012-10-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-10-26mac80211: fix SSID copy on IBSS JOINAntonio Quartulli
2012-10-18mac80211: Notify new IBSS network creationSujith Manoharan
2012-10-17mac80211: Take status code as parameter to ieee80211_send_authJouni Malinen
2012-10-17mac80211: track needed RX chains for channel contextsJohannes Berg
2012-10-17mac80211: use channel contextsJohannes Berg
2012-09-20mac80211: fix IBSS auth TX debug messageSylvain Roger Rieunier
2012-09-07mac80211: reply to AUTH with DEAUTH if sta allocation fails in IBSSAntonio Quartulli
2012-08-20mac80211: add supported rates change notification in IBSSAntonio Quartulli
2012-07-31mac80211: use eth_broadcast_addrJohannes Berg
2012-07-31mac80211: use oper_channel in ibssJohannes Berg
2012-06-24mac80211: clean up debuggingJohannes Berg
2012-06-22mac80211: two small verbose debug cleanupsJohannes Berg
2012-06-20mac80211: send auth in IBSS only if userspace isn't handling itWill Hawkins
2012-06-05cfg80211: simplify cfg80211_can_beacon_sec_chan APIJohannes Berg
2012-06-05net: mac80211: Add and use ibss_vdbg debugging macroJoe Perches
2012-06-05net: mac80211: Convert printk(KERN_DEBUG to pr_debugJoe Perches
2012-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextJohn W. Linville
2012-05-16mac80211: Push the deleted comment to correct placeAshok Nagarajan
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches
2012-05-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller
2012-05-10mac80211: Convert compare_ether_addr to ether_addr_equalJoe Perches
2012-05-09mac80211: Advertise HT protection mode in IEsAshok Nagarajan
2012-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-04-17mac80211: fix logic error in ibss channel type checkFelix Fietkau
2012-04-11mac80211: Modify sta_get_rates to give basic ratesAshok Nagarajan
2012-04-10mac80211: use IEEE80211_NUM_ACSJohannes Berg
2012-04-09wireless: rename ht_info to ht_operationJohannes Berg
2012-03-05mac80211: use compare_ether_addr on MAC addresses instead of memcmpFelix Fietkau
2012-02-27mac80211: clean up asm/unaligned.h inclusionJohannes Berg
2012-02-06cfg80211/mac80211: userspace peer authorization in IBSSAntonio Quartulli
2012-02-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-01-30mac80211: station state transition error handlingJohannes Berg
2012-01-30Revert "mac80211: Do not scan for IBSS merge with a fixed BSSID."John W. Linville
2012-01-27mac80211: Do not scan for IBSS merge with a fixed BSSID.Nicolas Cavallari
2012-01-24mac80211: update oper_channel on ibss joinEliad Peller
2012-01-24mac80211: in IBSS use the Auth frame to trigger STA reinsertionAntonio Quartulli
2012-01-24mac80211: add a 2-way Authentication challenge to IBSS modeAntonio Quartulli
2012-01-24mac80211: remove useless DA checking in ieee80211_rx_mgmt_probe_resp()Antonio Quartulli
2012-01-24mac80211: In IBSS the DA field of auth frames is different from BSSIDAntonio Quartulli
2012-01-24mac80211: minor cleanupMohammed Shafi Shajakhan
2012-01-12net: reintroduce missing rcu_assign_pointer() callsEric Dumazet
2011-12-15mac80211: delay IBSS station insertionJohannes Berg
2011-12-15mac80211: refactor station state transitionsJohannes Berg
2011-12-14mac80211: free skb on error path of ieee80211_ibss_join()Simon Wunderlich
2011-12-13mac80211: unlock on error path in ieee80211_ibss_join()Dan Carpenter
2011-12-06mac80211: Add HT operation modes for IBSSAlexander Simon
2011-12-06mac80211: handle protection mode, RIFS and ADDBA for HT IBSSSimon Wunderlich
2011-11-11mac80211: set carrier_on for ibss vifs only while joinedEliad Peller
2011-10-11Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next...John W. Linville