summaryrefslogtreecommitdiff
path: root/net/mac80211/util.c
AgeCommit message (Expand)Author
2012-05-29mac80211: fix ADDBA declined after suspend with wowlanEyal Shapira
2012-05-08mac80211: Advertise HT protection mode in IEsAshok Nagarajan
2012-04-24mac80211: check for non-managed interfaceWey-Yi Guy
2012-04-23mac80211: declare ieee80211_ave_rssi as EXPORTWey-Yi Guy
2012-04-23mac80211: fix STA channel width fieldThomas Pedersen
2012-04-16mac80211: add function retrieve average rssiWey-Yi Guy
2012-04-13mac80211: remove hw.conf.channel usage where possibleMichal Kazior
2012-04-11mac80211: add improved HW queue controlJohannes Berg
2012-04-11mac80211: add explicit monitor interface if neededJohannes Berg
2012-04-11mac80211: Modify sta_get_rates to give basic ratesAshok Nagarajan
2012-04-11mac80211: Indicate basic rates when adding rate IEsAshok Nagarajan
2012-04-10mac80211: lazily stop queues in add_pendingJohannes Berg
2012-04-10mac80211: debounce queue stop/wakeJohannes Berg
2012-04-10mac80211: refuse TX queue configuration on non-QoS HWJohannes Berg
2012-04-10mac80211: use AC constantsJohannes Berg
2012-04-10mac80211: inline ieee80211_add_pending_skbsJohannes Berg
2012-04-09wireless: rename ht_info to ht_operationJohannes Berg
2012-03-07mac80211: Filter duplicate IE idsPaul Stewart
2012-03-05mac80211: combine QoS with other BSS changesJohannes Berg
2012-02-27mac80211: remove local_to_hwJohannes Berg
2012-02-06mac80211: implement sta_add/sta_remove in sta_stateJohannes Berg
2012-02-06mac80211: add sta_state callbackJohannes Berg
2012-02-06mac80211: simplify AP_VLAN handlingJohannes Berg
2012-01-27mac80211: send null packet on active (psm) reconfigurationEliad Peller
2012-01-24mac80211: In IBSS the DA field of auth frames is different from BSSIDAntonio Quartulli
2012-01-04mac80211: Call driver commands after drv_start in mac80211 restart codeYogesh Ashok Powar
2011-12-13mac80211: configure BSS_CHANGED_ARP_FILTER on reconfigurationEliad Peller
2011-12-06mac80211: handle protection mode, RIFS and ADDBA for HT IBSSSimon Wunderlich
2011-12-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-12-01Revert "mac80211: clear sta.drv_priv on reconfiguration"John W. Linville
2011-11-28mac80211: don't indicate probe resp change in IBSS modeArik Nemtsov
2011-11-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...John W. Linville
2011-11-21mac80211: Support ht-cap over-rides.Ben Greear
2011-11-21cfg80211/mac80211: Revert "move information element parsing logic to cfg80211"Johannes Berg
2011-11-21mac80211: use skb list for fragmentsJohannes Berg
2011-11-11mac80211: Save probe response data for bssArik Nemtsov
2011-11-11mac80211: add recalc PS in ieee80211_reconfig()Eyal Shapira
2011-11-09mac80211: verify virtual interfaces in driver APIJohannes Berg
2011-11-09mac80211: set BSS_CHANGED_IDLE on vif reconfigEliad Peller
2011-11-09mac80211: fix bug in ieee80211_build_probe_reqJohannes Berg
2011-11-08mac80211: Add HT helper functionsAlexander Simon
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker
2011-09-30mac80211: optimise station flagsJohannes Berg
2011-09-30mac80211: remove return value from add_pending_skbsJohannes Berg
2011-09-30mac80211: standardize adding supported rates IEsArik Nemtsov
2011-09-27mac80211: save tx params per sdataEliad Peller
2011-09-27mac80211: Send the management frame at requested rateRajkumar Manoharan
2011-09-14mac80211: add ssid config to bss information in AP-modeArik Nemtsov
2011-09-13mac80211: Remove unnecessary OOM logging messagesJoe Perches
2011-08-12cfg80211/mac80211: move information element parsing logic to cfg80211Yogesh Ashok Powar