Age | Commit message (Expand) | Author | Files | Lines |
2008-12-19 | mac80211: Fix HT channel selection | Sujith | 1 | -14/+13 |
2008-12-19 | nl80211: Add signal strength and bandwith to nl80211station info | Henning Rogge | 1 | -1/+57 |
2008-12-12 | mac80211/cfg80211: check endianness in sparse runs | Johannes Berg | 1 | -0/+2 |
2008-12-12 | cfg80211: fix nl80211 frequency handling | Johannes Berg | 1 | -14/+26 |
2008-12-06 | wireless: Fix incorrect use of loose in wext.c | Nick Andrew | 1 | -1/+1 |
2008-12-05 | cfg80211: "fix" 11d oops | Johannes Berg | 1 | -0/+3 |
2008-12-05 | cfg80211: fix wiphy remove if no regulatory request | Johannes Berg | 1 | -1/+1 |
2008-12-05 | cfg80211: handle SIOCGIWMODE/SIOCSIWMODE | Johannes Berg | 1 | -0/+79 |
2008-12-05 | cfg80211: handle SIOCGIWNAME | Johannes Berg | 2 | -0/+61 |
2008-12-05 | nl80211: Add frequency configuration (including HT40) | Jouni Malinen | 1 | -0/+57 |
2008-11-26 | nl80211: Change max TX power to be in mBm instead of dBm | Jouni Malinen | 1 | -2/+2 |
2008-11-26 | nl80211: Report max TX power in NL80211_BAND_ATTR_FREQS | Jouni Malinen | 1 | -0/+3 |
2008-11-25 | cfg80211: add support for custom firmware regulatory solutions | Luis R. Rodriguez | 1 | -1/+12 |
2008-11-25 | cfg80211/mac80211: Add 802.11d support | Luis R. Rodriguez | 6 | -24/+507 |
2008-11-25 | cfg80211: mark regdomains with > NL80211_MAX_SUPP_REG_RULES invalid | Luis R. Rodriguez | 1 | -0/+3 |
2008-11-25 | cfg80211: call_crda() won't tell us if CRDA was present | Luis R. Rodriguez | 1 | -8/+1 |
2008-11-25 | cfg80211: expect different rd in cfg80211 when intersecting | Luis R. Rodriguez | 1 | -2/+3 |
2008-11-25 | cfg80211: separate intersection section in __set_regdom() | Luis R. Rodriguez | 1 | -8/+21 |
2008-11-25 | cfg80211: remove switch from __set_regdom() | Luis R. Rodriguez | 1 | -15/+6 |
2008-11-25 | cfg80211: remove switch from __regulatory_hint() | Luis R. Rodriguez | 1 | -26/+17 |
2008-11-25 | cfg80211: mark negative frequencies as invalid | Luis R. Rodriguez | 1 | -1/+1 |
2008-11-21 | wireless: clean up sysfs code using %pM | Johannes Berg | 1 | -15/+10 |
2008-11-21 | lib80211: consolidate crypt init routines | John W. Linville | 1 | -0/+38 |
2008-11-21 | lib80211: absorb crypto bits from net/ieee80211 | John W. Linville | 6 | -5/+1770 |
2008-11-10 | net: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 1 | -2/+1 |
2008-11-10 | cfg80211: Add kdoc for struct regulatory_request | Luis R. Rodriguez | 1 | -3/+19 |
2008-11-10 | cfg80211: Add regulatory domain intersection capability | Luis R. Rodriguez | 1 | -8/+158 |
2008-11-10 | cfg80211: a reg rule is invalid if freq diff is 0 | Luis R. Rodriguez | 1 | -1/+1 |
2008-11-10 | nl80211: Add TX queue parameter configuration | Jouni Malinen | 1 | -5/+62 |
2008-11-10 | nl80211: Add basic rate configuration for AP mode | Jouni Malinen | 1 | -0/+8 |
2008-11-10 | wireless: implement basic rate helper function | Johannes Berg | 1 | -0/+19 |
2008-11-10 | wireless: fix a few sparse warnings | Johannes Berg | 1 | -1/+1 |
2008-10-31 | wireless regulatory: move ignore_request | Johannes Berg | 1 | -63/+63 |
2008-10-31 | wireless: clean up regulatory ignore_request function | Johannes Berg | 1 | -40/+27 |
2008-10-31 | wireless: remove struct regdom hinting | Johannes Berg | 3 | -64/+24 |
2008-10-31 | wireless: make regdom passing semantics simpler | Johannes Berg | 2 | -8/+6 |
2008-10-31 | wireless: remove write-only 'granted' variable | Johannes Berg | 1 | -2/+0 |
2008-10-31 | wireless: use individual buffers for printing ssid values | John W. Linville | 1 | -5/+4 |
2008-10-31 | wireless: escape_ssid should handle non-printables | John W. Linville | 1 | -6/+19 |
2008-10-31 | wireless: remove NETWORK_EMPTY_ESSID flag | John W. Linville | 1 | -5/+0 |
2008-10-31 | wireless: consolidate on a single escape_essid implementation | John W. Linville | 3 | -0/+69 |
2008-10-31 | wireless: fix EU check | Johannes Berg | 1 | -1/+1 |
2008-10-31 | wireless: get rid of pointless request list | Johannes Berg | 1 | -69/+21 |
2008-10-31 | wireless: remove cfg80211_reg_mutex | Johannes Berg | 3 | -8/+2 |
2008-10-31 | wireless: don't publish __regulatory_hint | Johannes Berg | 1 | -0/+28 |
2008-10-31 | Add nl80211 commands to get and set o11s mesh networking parameters | colin@cozybit.com | 1 | -0/+191 |
2008-10-31 | nl80211: fix monitor flags | Johannes Berg | 1 | -1/+1 |
2008-10-31 | nl80211: export HT capabilities | Johannes Berg | 1 | -0/+13 |
2008-10-26 | wireless: fix regression caused by regulatory config option | Arjan van de Ven | 1 | -6/+5 |
2008-10-14 | cfg80211: fix debugfs error handling | Johannes Berg | 1 | -1/+4 |