| Commit message (Expand) | Author | Age | Files | Lines |
* | mac80211: check for non-managed interface | Wey-Yi Guy | 2012-04-24 | 1 | -0/+4 |
* | mac80211: declare ieee80211_ave_rssi as EXPORT | Wey-Yi Guy | 2012-04-23 | 1 | -0/+1 |
* | mac80211: fix STA channel width field | Thomas Pedersen | 2012-04-23 | 1 | -1/+3 |
* | mac80211: add function retrieve average rssi | Wey-Yi Guy | 2012-04-16 | 1 | -0/+8 |
* | mac80211: remove hw.conf.channel usage where possible | Michal Kazior | 2012-04-13 | 1 | -19/+15 |
* | mac80211: add improved HW queue control | Johannes Berg | 2012-04-11 | 1 | -10/+38 |
* | mac80211: add explicit monitor interface if needed | Johannes Berg | 2012-04-11 | 1 | -0/+10 |
* | mac80211: Modify sta_get_rates to give basic rates | Ashok Nagarajan | 2012-04-11 | 1 | -3/+13 |
* | mac80211: Indicate basic rates when adding rate IEs | Ashok Nagarajan | 2012-04-11 | 1 | -4/+14 |
* | mac80211: lazily stop queues in add_pending | Johannes Berg | 2012-04-10 | 1 | -4/+4 |
* | mac80211: debounce queue stop/wake | Johannes Berg | 2012-04-10 | 1 | -0/+6 |
* | mac80211: refuse TX queue configuration on non-QoS HW | Johannes Berg | 2012-04-10 | 1 | -12/+18 |
* | mac80211: use AC constants | Johannes Berg | 2012-04-10 | 1 | -4/+4 |
* | mac80211: inline ieee80211_add_pending_skbs | Johannes Berg | 2012-04-10 | 1 | -6/+0 |
* | wireless: rename ht_info to ht_operation | Johannes Berg | 2012-04-09 | 1 | -22/+21 |
* | mac80211: Filter duplicate IE ids | Paul Stewart | 2012-03-07 | 1 | -2/+35 |
* | mac80211: combine QoS with other BSS changes | Johannes Berg | 2012-03-05 | 1 | -3/+6 |
* | mac80211: remove local_to_hw | Johannes Berg | 2012-02-27 | 1 | -1/+1 |
* | mac80211: implement sta_add/sta_remove in sta_state | Johannes Berg | 2012-02-06 | 1 | -2/+0 |
* | mac80211: add sta_state callback | Johannes Berg | 2012-02-06 | 1 | -1/+9 |
* | mac80211: simplify AP_VLAN handling | Johannes Berg | 2012-02-06 | 1 | -9/+2 |
* | mac80211: send null packet on active (psm) reconfiguration | Eliad Peller | 2012-01-27 | 1 | -0/+15 |
* | mac80211: In IBSS the DA field of auth frames is different from BSSID | Antonio Quartulli | 2012-01-24 | 1 | -3/+3 |
* | mac80211: Call driver commands after drv_start in mac80211 restart code | Yogesh Ashok Powar | 2012-01-04 | 1 | -10/+9 |
* | mac80211: configure BSS_CHANGED_ARP_FILTER on reconfiguration | Eliad Peller | 2011-12-13 | 1 | -1/+2 |
* | mac80211: handle protection mode, RIFS and ADDBA for HT IBSS | Simon Wunderlich | 2011-12-06 | 1 | -0/+5 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2011-12-02 | 1 | -1/+4 |
|\ |
|
| * | Revert "mac80211: clear sta.drv_priv on reconfiguration" | John W. Linville | 2011-12-01 | 1 | -1/+0 |
| * | mac80211: fix bug in ieee80211_build_probe_req | Johannes Berg | 2011-11-09 | 1 | -0/+4 |
* | | mac80211: don't indicate probe resp change in IBSS mode | Arik Nemtsov | 2011-11-28 | 1 | -2/+5 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | John W. Linville | 2011-11-22 | 1 | -0/+1 |
|\ \ |
|
| * | | net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules | Paul Gortmaker | 2011-10-31 | 1 | -0/+1 |
| |/ |
|
* | | mac80211: Support ht-cap over-rides. | Ben Greear | 2011-11-21 | 1 | -6/+7 |
* | | cfg80211/mac80211: Revert "move information element parsing logic to cfg80211" | Johannes Berg | 2011-11-21 | 1 | -0/+167 |
* | | mac80211: use skb list for fragments | Johannes Berg | 2011-11-21 | 1 | -3/+3 |
* | | mac80211: Save probe response data for bss | Arik Nemtsov | 2011-11-11 | 1 | -1/+2 |
* | | mac80211: add recalc PS in ieee80211_reconfig() | Eyal Shapira | 2011-11-11 | 1 | -0/+2 |
* | | mac80211: verify virtual interfaces in driver API | Johannes Berg | 2011-11-09 | 1 | -1/+1 |
* | | mac80211: set BSS_CHANGED_IDLE on vif reconfig | Eliad Peller | 2011-11-09 | 1 | -1/+2 |
* | | mac80211: Add HT helper functions | Alexander Simon | 2011-11-08 | 1 | -17/+99 |
|/ |
|
* | mac80211: optimise station flags | Johannes Berg | 2011-09-30 | 1 | -1/+1 |
* | mac80211: remove return value from add_pending_skbs | Johannes Berg | 2011-09-30 | 1 | -10/+7 |
* | mac80211: standardize adding supported rates IEs | Arik Nemtsov | 2011-09-30 | 1 | -0/+57 |
* | mac80211: save tx params per sdata | Eliad Peller | 2011-09-27 | 1 | -4/+11 |
* | mac80211: Send the management frame at requested rate | Rajkumar Manoharan | 2011-09-27 | 1 | -2/+6 |
* | mac80211: add ssid config to bss information in AP-mode | Arik Nemtsov | 2011-09-14 | 1 | -0/+2 |
* | mac80211: Remove unnecessary OOM logging messages | Joe Perches | 2011-09-13 | 1 | -8/+3 |
* | cfg80211/mac80211: move information element parsing logic to cfg80211 | Yogesh Ashok Powar | 2011-08-12 | 1 | -167/+0 |
* | mac80211: clear sta.drv_priv on reconfiguration | Eliad Peller | 2011-08-10 | 1 | -0/+1 |
* | mac80211: implement scan supported rates | Johannes Berg | 2011-07-19 | 1 | -7/+5 |