| Commit message (Expand) | Author | Age | Files | Lines |
* | rt2x00: Remove unused variable frame_control from rt2x00mac_tx. | Gertjan van Wingerde | 2009-11-28 | 1 | -3/+0 |
* | mac80211: request TX status where needed | Johannes Berg | 2009-11-19 | 1 | -3/+2 |
* | rt2x00: Update copyright statements. | Gertjan van Wingerde | 2009-11-11 | 1 | -1/+1 |
* | rt2x00: Cleanup rt2x00mac_bss_info_changed() | Ivo van Doorn | 2009-08-28 | 1 | -8/+0 |
* | rt2x00: bss_info_changed() callback is allowed to sleep | Ivo van Doorn | 2009-08-20 | 1 | -11/+3 |
* | rt2x00: configure_filter() callback is allowed to sleep | Ivo van Doorn | 2009-08-20 | 1 | -4/+1 |
* | rt2x00: Fix RFKILL polling | Ivo van Doorn | 2009-08-20 | 1 | -2/+2 |
* | mac80211: allow configure_filter callback to sleep | Johannes Berg | 2009-08-20 | 1 | -1/+1 |
* | rt2x00: FIF_PSPOLL filter flag support | Igor Perminov | 2009-08-14 | 1 | -0/+17 |
* | rt2x00: Fix for race condition while update beacon | Igor Perminov | 2009-08-14 | 1 | -0/+1 |
* | rt2x00: Remove usage of deprecated radio_enabled & IEEE80211_CONF_CHANGE_RADI... | Ivo van Doorn | 2009-08-14 | 1 | -35/+19 |
* | mac80211: redefine usage of the mac80211 workqueue | Luis R. Rodriguez | 2009-08-04 | 1 | -1/+1 |
* | rt2x00: Fix build error when crypto support is disabled | Ivo van Doorn | 2009-08-04 | 1 | -10/+10 |
* | rt2x00: Don't alter rt2x00dev->default_ant | Lars Ericsson | 2009-07-27 | 1 | -1/+1 |
* | rt2x00: Comment spellchecking | Luis Correia | 2009-07-24 | 1 | -2/+2 |
* | rt2x00: Implement set_tim callback for all drivers | Stefan Steuerwald | 2009-07-24 | 1 | -0/+10 |
* | rt2x00: use wiphy rfkill interface | Ivo van Doorn | 2009-07-10 | 1 | -0/+9 |
* | rt2x00: remove skb->do_not_encrypt usage | Johannes Berg | 2009-07-10 | 1 | -1/+2 |
* | mac80211: unify config_interface and bss_info_changed | Johannes Berg | 2009-05-06 | 1 | -50/+38 |
* | rt2x00: Add kill_tx_queue callback function | Ivo van Doorn | 2009-02-09 | 1 | -2/+4 |
* | rt2x00: Update copyright year to 2009 | Ivo van Doorn | 2009-01-29 | 1 | -1/+1 |
* | mac80211: clean up set_key callback | Johannes Berg | 2009-01-29 | 1 | -17/+12 |
* | rt2x00: Move code into seperate functions | Ivo van Doorn | 2009-01-29 | 1 | -18/+22 |
* | rt2x00: Implement WDS support | Ivo van Doorn | 2009-01-29 | 1 | -0/+1 |
* | rt2x00: Add mesh support | Andrey Yurovsky | 2009-01-29 | 1 | -0/+1 |
* | rt2x00: Correctly initialize AID during set_key() | Ivo van Doorn | 2008-12-05 | 1 | -0/+12 |
* | rt2x00: Fix check for BSS info changes | Ivo van Doorn | 2008-12-05 | 1 | -1/+1 |
* | rt2x00: Implement HW encryption (rt2500usb) | Ivo van Doorn | 2008-12-05 | 1 | -2/+0 |
* | rt2x00: Fix TX failure path | Ivo van Doorn | 2008-11-25 | 1 | -2/+1 |
* | rt2x00: Fix BUG_ON() with antenna handling | Ivo van Doorn | 2008-11-21 | 1 | -2/+11 |
* | rt2x00: Block set_key() during suspend/shutdown | Ivo van Doorn | 2008-11-21 | 1 | -1/+3 |
* | rt2x00: Remove ieee80211_bss_conf from rt2x00_intf | Ivo van Doorn | 2008-11-10 | 1 | -1/+0 |
* | rt2x00: Optimize configuration handling | Ivo van Doorn | 2008-11-10 | 1 | -10/+1 |
* | mac80211/drivers: rewrite the rate control API | Johannes Berg | 2008-10-31 | 1 | -7/+7 |
* | mac80211: make retry limits part of hw config | Johannes Berg | 2008-10-31 | 1 | -0/+9 |
* | mac80211: introduce hw config change flags | Johannes Berg | 2008-10-31 | 1 | -1/+2 |
* | rt2x00: Fix HW crypto key handling | Ivo van Doorn | 2008-09-24 | 1 | -1/+2 |
* | mac80211: use nl80211 interface types | Johannes Berg | 2008-09-15 | 1 | -9/+9 |
* | rt2x00: Initialize txop during conf_tx() callback | Ivo van Doorn | 2008-08-29 | 1 | -2/+3 |
* | rt2x00: Only configure hardware when radio is enabled | Mattias Nissler | 2008-08-29 | 1 | -25/+25 |
* | rt2x00: Fix race conditions in flag handling | Ivo van Doorn | 2008-08-29 | 1 | -13/+13 |
* | rt2x00: Implement HW encryption | Ivo van Doorn | 2008-08-22 | 1 | -8/+102 |
* | rt2x00mac: In error case stop netdev queue, free skb and return NETDEV_TX_OK | Daniel Wagner | 2008-08-22 | 1 | -23/+20 |
* | rt2x00: Block all unsupported modes | Ivo van Doorn | 2008-08-07 | 1 | -17/+37 |
* | rt2x00: Sequence counter should be protected in irqsave | Ivo van Doorn | 2008-08-01 | 1 | -0/+1 |
* | mac80211: partially fix skb->cb use | Johannes Berg | 2008-07-29 | 1 | -1/+1 |
* | rt2x00: Force full register config after start() | Ivo van Doorn | 2008-07-29 | 1 | -1/+12 |
* | rt2x00: Fix memleak when RTS/CTS fails | Ivo van Doorn | 2008-07-29 | 1 | -0/+1 |
* | rt2x00: Fix QOS sequence counting | Ivo van Doorn | 2008-07-29 | 1 | -13/+0 |
* | wireless: fix warnings from QoS patch | Johannes Berg | 2008-07-15 | 1 | -4/+1 |